CoditT5
CoditT5 copied to clipboard
Download Meteor Data File Before Running Eval
What it Does
The METEOR evaluation was broken due to needing the data/paraphrase-en.gz file.
- Added script to download the file before evaluation.
- Improved logging in meteor.py file
- Debugging this error was hard because all the script would return was a
BrokenPipeError: [Errno 32] Broken pipeerror that pointed to the wrong line
- Debugging this error was hard because all the script would return was a