diff --git a/decanlp/text/torchtext/vocab.py b/decanlp/text/torchtext/vocab.py index 3bf10df2..3b5a5f73 100644 --- a/decanlp/text/torchtext/vocab.py +++ b/decanlp/text/torchtext/vocab.py @@ -467,7 +467,7 @@ class GloVe(Vectors): class FastText(Vectors): - url_base = 'https://dl.fbaipublicfiles.com/fasttext/vectors-wiki/wiki.{}.vec' + url_base = 'https://dl.fbaipublicfiles.com/fasttext/vectors-crawl/cc.{}.vec' def __init__(self, language="en", **kwargs): url = self.url_base.format(language)