Views
No views yet
conda env create --name NAME --file=environment.yamlgoogle/t5-small model was being trained on above dataset for 10 epochs. Later inference ran on evaluation data, performance metrics and evaluation results were stored inside result subdirectory of project directory.1make data
2make train
3make eval
4make inferencerun is a bash command which can aggregately run entire project.make runclean is a bash command which can be used to clean the previous runs.make cleanperformance.json file inside results directory.1{
2 "rouge1": 0.79689240266461,
3 "rouge2": 0.7606140631154827,
4 "rougeL": 0.7733855633904199,
5 "rougeLsum": 0.7734703253159519
6}eval_results.csv containing predictions of evaluation file.| original | compressed | predictions |
|---|---|---|
| sentence1 | compress1 | prediction1 |
| sentence2 | compress2 | prediction2 |
| : | : | : |