Ver Fonte

Corrected URL for lid models in the scripts to process CC.

Summary: Previous URL was pointing to the old amazon aws hosting.

Reviewed By: Celebio

Differential Revision: D14165685

fbshipit-source-id: ee52491be0fb73dff275e7e735af43328bbd1da4
Piotr Bojanowski há 7 anos atrás
pai
commit
ddb5e06e3b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      crawl/download_crawl.sh

+ 1 - 1
crawl/download_crawl.sh

@@ -28,7 +28,7 @@ if [ ! -f fastText/fasttext ]; then
 fi
 fi
 
 
 if [ ! -f lid.176.bin ]; then
 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
 fi
 
 
 if [ ! -d tmp ]; then
 if [ ! -d tmp ]; then