-
Notifications
You must be signed in to change notification settings - Fork 171
Trying to download the IWSLT17 test set causes a HTTP Error 404. #128
Copy link
Copy link
Closed
Description
Hi. I'm trying to run the code sacrebleu -t iwslt17 -l fr-en --echo src > ${INPUT_NAME} and am getting the following error:
Traceback (most recent call last):
File "/home/user/anaconda3/envs/condaenv/lib/python3.7/site-packages/sacrebleu.py", line 1159, in download_test_set
with urllib.request.urlopen(dataset) as f, open(tarball, 'wb') as out:
File "/home/user/anaconda3/envs/condaenv/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/home/user/anaconda3/envs/condaenv/lib/python3.7/urllib/request.py", line 531, in open
response = meth(req, response)
File "/home/user/anaconda3/envs/condaenv/lib/python3.7/urllib/request.py", line 641, in http_response
'http', request, response, code, msg, hdrs)
File "/home/user/anaconda3/envs/condaenv/lib/python3.7/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/home/user/anaconda3/envs/condaenv/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/home/user/anaconda3/envs/condaenv/lib/python3.7/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
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
| 'iwslt17': { |
Is there any way that this may be addressed and the code I initially tried to run will work? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels