AI4Bharat / indicTrans

indicTranslate v1 - Machine Translation for 11 Indic languages. For latest v2, check: https://github.com/AI4Bharat/IndicTrans2
https://ai4bharat.iitm.ac.in/indic-trans
MIT License
116 stars 31 forks source link

Update download links in the notebooks. #49

Closed divyanshuaggarwal closed 1 year ago

divyanshuaggarwal commented 1 year ago

Hi,

I was trying out the models in colab notebooks and noticed the links are not up to date. After some digging, I was able to make the wget command work with the following links.

# download the indictrans model

# downloading the indic-en model
!wget https://ai4b-my.sharepoint.com/:u:/g/personal/sumanthdoddapaneni_ai4bharat_org/ETnq-z4aHXFAjDF1Te3AZ20BaZ59PwlKlzSemEHhrmYJ3w?download=1 -c -O 'indic-en.zip'
!unzip indic-en.zip

# downloading the en-indic model
!wget https://ai4b-my.sharepoint.com/:u:/g/personal/sumanthdoddapaneni_ai4bharat_org/EUOJ3irrwzFGnEnlPWHgaYkBugAQz25bPFgRvCPW8k7qtg?download=1 -c -O 'en-indic.zip'
!unzip en-indic.zip

# downloading the indic-indic model
!wget https://ai4b-my.sharepoint.com/:u:/g/personal/sumanthdoddapaneni_ai4bharat_org/Eajn_jJIp5NEqeyqZ0GW4FgBdiANlZNQiy7dlwkaNr8DHw?download=1 -c -O 'm2m.zip'
!unzip m2m.zip

Will be great if you could update them.