yandexdataschool / nlp_course

YSDA course in Natural Language Processing
https://lena-voita.github.io/nlp_course.html
MIT License
9.83k stars 2.61k forks source link

Download uk and ru embeddings by wget command in Google Colab (week01_embeddings/homework) #88

Closed AmirMohamadBabaee closed 2 years ago

AmirMohamadBabaee commented 2 years ago

I tried to download two zip files by wget command in google colab but received 401 Unauthorized response. Is there anybody who could download files by wget command in google colab? Or Is there anybody who uploaded these two files in his/her drive and share the drive file id to download it by gdown?

AmirMohamadBabaee commented 2 years ago

If you like me can't download files in yandex.disk in colab, you can use the following code:

# cc.uk.300.vec.zip
!gdown 1d19-A0BCohEwKxH2JPLqVKLx1o8tRzOI

# cc.ru.300.vec.zip
!gdown 1WD-oUeAl5DbjpOZX9az82qGzu4RR3nmv

# cc.uk.300.vec.zip
!unzip cc.uk.300.vec.zip 

# cc.ru.300.vec.zip
!unzip cc.ru.300.vec.zip

I just transfer files from yandex.disk to google drive by third-party services and used google drive share link.