Cannot download IWSLT datasets from wit3.fbk.eu
See original GitHub issueWhen trying translation examples, I found that prepare-iwslt14.sh
and prepare-iwslt17-multilingual.sh
both failed.
After that, I tried to open wit3.fbk.eu but failed again.
I want to train a model from scratch, so how can I download the IWSLT datasets?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Cannot download IWSLT datasets from wit3.fbk.eu · Issue #2984
After that, I tried to open wit3.fbk.eu but failed again. I want to train a model from scratch, so how can I download...
Read more >Unable to download IWSLT '14 datasets - Google Groups
https://wit3.fbk.eu/archive/2014-01/texts/de/en/de-en.tgz. Any advise on how I can download the data to complete this tutorial? Cheers,
Read more >Update files from the datasets library (from 1.3.0) · ted_talks_iwslt at ...
Update files from the datasets library (from 1.3.0) ; 227. + class TedTalksIWSLT(datasets.GeneratorBasedBuilder): ; 228. + """TED TALKS IWSLT: Web Inventory of ...
Read more >WIT3
The site is currently under maintenance. If you need some data listed above. whose link is not working yet, please contact. Mauro Cettolo...
Read more >torchnlp.datasets package — PyTorch-NLP 0.5.0 documentation
The torchnlp.datasets package introduces modules capable of downloading, ... {source}'], url='https://wit3.fbk.eu/archive/2016-01/texts/{source}/{target}/{ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had a backup of the original data archive and uploaded it here: http://dl.fbaipublicfiles.com/fairseq/data/iwslt14/de-en.tgz
I’ll update the docs with the new link.
For those of you still stuck, @zml24 , there is a new url available for downloading IWSLT at
https://drive.google.com/uc?id=1l5y6Giag9aRPwGtuZHswh3w5v3qEz8D8
Note that the link will download an IWSLT tgz containing the tgzs for all the languages. You still need to extract the specific language tgz you want. Once you extract the language-specific tgz, everything else should be the same as before.
I fixed this for Torchtext in a similar issue (https://github.com/pytorch/text/pull/1115/files) as a reference.