Skip to content

Commit

Permalink
Corrected URL for lid models in the scripts to process CC.
Browse files Browse the repository at this point in the history
Summary: Previous URL was pointing to the old amazon aws hosting.

Reviewed By: Celebio

Differential Revision: D14165685

fbshipit-source-id: ee52491be0fb73dff275e7e735af43328bbd1da4
  • Loading branch information
piotr-bojanowski authored and facebook-github-bot committed Feb 22, 2019
1 parent 4d6a80b commit ddb5e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl/download_crawl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ ! -f fastText/fasttext ]; then
fi

if [ ! -f lid.176.bin ]; then
wget https://s3-us-west-1.amazonaws.com/fasttext-vectors/supervised_models/lid.176.bin
wget https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin
fi

if [ ! -d tmp ]; then
Expand Down

0 comments on commit ddb5e06

Please sign in to comment.