TamaraAtanasoska / SemEval-2022-Task-8-Multilingual-News-Article-Similarity

A final project for the course "Advanced Natural Language Processing" for the winter semester 2021/22. Part of the program Cognitive Systems at the University of Potsdam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement basic infrastructure for running models

TamaraAtanasoska opened this issue · comments

To be able to run models, a basic infrastructure and support functions need to be implemented. That includes:

  • train/eval/overfit cycles
  • train weights "save and resume" option

To implement parts of these, handling the data is prerequisite.