Radoslav Neychev
Radoslav Neychev
Found a local copy of the dataset and uploaded it to github (it's rather small). For now it is available via this link: https://github.com/neychev/small_DL_repo/tree/master/datasets/Multi30k Just in case, all rights belong...
**Please, refer to the [next answer](https://github.com/pytorch/text/issues/1756#issuecomment-1164494521) with updated example** ~~Example code to make it work (tested on Colab):~~ ``` !pip install torchdata !mkdir -p ~/.torchtext/cache/Multi30k !wget -P ~/.torchtext/cache/Multi30k https://raw.githubusercontent.com/neychev/small_DL_repo/master/datasets/Multi30k/training.tar.gz !wget...
Thanks, @Nayef211, @rrmina ! No idea what's exactly wrong with the data, the files above were located in `~/.torchtext/cache/Multi30k` of one of my students. I've tried to simply rename the...