Skip to content

Trying to download the IWSLT17 test set causes a HTTP Error 404. #128

@seanswyi

Description

@seanswyi

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 (

'iwslt17': {
) and have noticed that the website is "under maintenance." Contacting Mauro Cettolo who I believe to be the website maintainer has led me to believe the new link is https://wit3.fbk.eu/2017-01-d.

Is there any way that this may be addressed and the code I initially tried to run will work? Thanks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions