Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 5d6dc11

Browse files
authored
Merge pull request #80 from stephenroller/patch-1
Update fasttext link
2 parents 6b13ac2 + 66328a5 commit 5d6dc11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To download state-of-the-art fastText embeddings:
7878

7979
```bash
8080
curl -Lo glove.840B.300d.zip http://nlp.stanford.edu/data/glove.840B.300d.zip
81-
curl -Lo crawl-300d-2M.vec.zip https://s3-us-west-1.amazonaws.com/fasttext-vectors/crawl-300d-2M.vec.zip
81+
curl -Lo crawl-300d-2M.vec.zip https://dl.fbaipublicfiles.com/fasttext/vectors-english/crawl-300d-2M.vec.zip
8282
```
8383

8484
To reproduce the results for bag-of-vectors, run (in examples/):

0 commit comments

Comments
 (0)