pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch
https://pytorch.org/text
BSD 3-Clause "New" or "Revised" License
3.49k stars 813 forks source link

The URL is broken at IWSLT2016 #2181

Open MasudaBC opened 1 year ago

MasudaBC commented 1 year ago

🐛 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.

Nayef211 commented 1 year ago

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