pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch

Home Page:https://pytorch.org/text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The URL is broken at IWSLT2016

MasudaBC opened this issue Β· comments

πŸ› Bug

Describe the bug
torchtext.datasets.IWSLT2016 do not work.
it always returns
HTTPError: 404 Client Error: Not Found for url: https://drive.google.com/uc?id=1l5y6Giag9aRPwGtuZHswh3w5v3qEz8D8

The website, which is supposed to maintain this dataset, has NOT been updated so long. (The last update is 2020)
Please update URL = 'https://drive.google.com/uc?id=1l5y6Giag9aRPwGtuZHswh3w5v3qEz8D8' at iwslt2016.py.

Hey @MasudaBC. Do you want to take a stab at creating a PR with the fix and I can help review and merge it?