-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to download the IWSLT17 test set causes a HTTP Error 404. #128
Comments
Not only that, the download links there seem to point to Google Drive instead of |
ozancaglayan
added a commit
that referenced
this issue
Jan 12, 2021
Use GitHub links for IWSLT test/dev sets. Also, perform an MD5 check if dataset.py is launched from CLI i.e. 'python sacrebleu/dataset.py'
Has anyone tested these, e.g., to ensure they have the same checksums? |
Yes I did it through the |
Hi. I'm trying to run the code
sacrebleu -t iwslt17 -l fr-en --echo src > ${INPUT_NAME}
and am getting the following error:I've tried visiting the website https://wit3.fbk.eu/ and tried going to the URL in the SacreBLEU code (
sacrebleu/sacrebleu/dataset.py
Line 537 in 5f14e99
Is there any way that this may be addressed and the code I initially tried to run will work? Thanks.
The text was updated successfully, but these errors were encountered: