StonyBrookNLP / musique

Repository for MuSiQue: Multi-hop Questions via Single-hop Question Composition, TACL 2022
Creative Commons Attribution 4.0 International
74 stars 8 forks source link

Inconvenience when downloading data/models #2

Closed memray closed 11 months ago

memray commented 1 year ago

Running scripts returns messages as shown below. Now I have to download each file manually.

You may need to change the permission to 'Anyone with the link', or have had many accesses. 
You may still be able to access the file from the browser:

     https://drive.google.com/uc?id=1FHclA4W2ZlaZLdZD06BGkq9Yn5E1f5vH 

Access denied with the following error:
Looks like the download did not succeed. If the failure was because the drive download quota exceeded, please wait or install gdrive (https://github.com/prasmussen/gdrive) and run 
gdrive download 1FHclA4W2ZlaZLdZD06BGkq9Yn5E1f5vH --path .tmp 
mv .tmp/hotpotqa_train_20k.jsonl raw_data/hotpotqa_train_20k.jsonl 
memray commented 1 year ago

Found a trick might save people time: https://medium.com/@acpanjan/download-google-drive-files-using-wget-3c2c025a8b99

HarshTrivedi commented 1 year ago

Ahh, sorry for the trouble. This used to work when I released the code. I'll try to fix/update it after the ACL deadline this week.

memray commented 1 year ago

No worries. Thank you for your reply!

HarshTrivedi commented 11 months ago

Fixed now.