google-deepmind / deepmind-research

This repository contains implementations and illustrative code to accompany DeepMind publications
Apache License 2.0
13.11k stars 2.58k forks source link

file not found error '/tmp/data/wikitext-103/wiki.train.tokens' #575

Open sanianayab opened 1 month ago

sanianayab commented 1 month ago

Hi I am PhD student and I want to use the WikiGraphs dataset for my next research topic. While downloading and making Vocab, I got the following error:

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/data/wikitext-103/wiki.train.tokens'

Any leads for this error, Please guide me. Thanks

pgemos commented 3 days ago

The problem is that some download links inside the download.sh script file are broken. You can try using the below script which is the same script but with the broken links fixed : https://github.com/pgemos/deepmind-research/blob/master/wikigraphs/scripts/download.sh