Hi!
Below you can find a outline of how to reproduce my solution for the ''LLM - Detect AI Generated Text'' competition. If you run into any trouble with the setup/code or have any questions please contact me at davide.cozzolino@unina.it
requirements.txtDownload the files of competition train_essays.csv and test_essays.csv in this folder.
Run this script for training:
python train.py train_essays.csv
Run this script to generate predictions:
python predict.py test_essays.csv
2 commits
Python
100.0%
Hi!
Below you can find a outline of how to reproduce my solution for the ''LLM - Detect AI Generated Text'' competition. If you run into any trouble with the setup/code or have any questions please contact me at davide.cozzolino@unina.it
requirements.txtDownload the files of competition train_essays.csv and test_essays.csv in this folder.
Run this script for training:
python train.py train_essays.csv
Run this script to generate predictions:
python predict.py test_essays.csv
2 commits
Python
100.0%