Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 372 Bytes

textmine-2024

Source code for the TextMine 2024 challenge.

  • getData.py contains the code to retrieve textmine data and transform it into the correct format for flair.
  • train.py contains the code to train the model with the data retrieved in getData.
  • validation.py contains the code to apply the model to the validation data and transform them into textmine format.