From a88fe24c34d06e313c04455aaa44b4f933dadb66 Mon Sep 17 00:00:00 2001 From: ChenXin Date: Thu, 15 Aug 2019 16:46:43 +0800 Subject: [PATCH] update the word2vec download link --- fastNLP/io/file_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastNLP/io/file_utils.py b/fastNLP/io/file_utils.py index 14766fba..fdec5b1f 100644 --- a/fastNLP/io/file_utils.py +++ b/fastNLP/io/file_utils.py @@ -51,7 +51,7 @@ PRETRAIN_STATIC_FILES = { 'en-glove-twitter-27b-100d': 'glove.twitter.27B.100d.zip', 'en-glove-twitter-27b-200d': 'glove.twitter.27B.200d.zip', - 'en-word2vec-300': "GoogleNews-vectors-negative300.zip", + 'en-word2vec-300': "GoogleNews-vectors-negative300.txt.gz", 'en-fasttext-wiki': "wiki-news-300d-1M.vec.zip", 'en-fasttext-crawl': "crawl-300d-2M.vec.zip",