This is the repository of a NLP project developed for the Intelligent Systems course of the Master's Programme in Data Science of UPM.
We took the clickbait data set and trained a text classification model using Flair. A summary of the process followed and the results obtained can be seen in the following report.
The following packages are required to execute the source file:
- pandas (>=1.3.3)
- flair (>= 0.7)
To reproduce the experiments done, just execute the source file:
python3 source.py
- Javier Gallego Gutiérrez (@javiegal)