Team Members: Eugene Han, Ali Aldous, Elder Veliz
- Clone the repository.
- Create a new conda environment with the following command:
conda env create -f env.yml
Please refer to the YAML file to see all dependencies/libraries used and their versions.
- Download the baseline and fine-tuned RoBERTa models from this link.
- Place the downloaded models in the
models
directory. - Run the cells of
full_pipeline.ipynb
inside thenotebooks
folder. We recommend skipping the training cells as the models are already trained and saved in themodels
directory. To replicate the results in the report, go to the evaluation section.