Skip to content

Commit a85b237

Browse files
authored
Merge pull request aws#716 from awslabs/saurabh3949-patch-2
Update fasttext language ID model URL
2 parents ed4bd19 + b477139 commit a85b237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_amazon_algorithms/blazingtext_hosting_pretrained_fasttext/blazingtext_hosting_pretrained_fasttext.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"metadata": {},
8383
"outputs": [],
8484
"source": [
85-
"!wget -O model.bin https://s3-us-west-1.amazonaws.com/fasttext-vectors/supervised_models/lid.176.bin"
85+
"!wget -O model.bin https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin"
8686
]
8787
},
8888
{

0 commit comments

Comments
 (0)