Browse Source

update the word2vec download link

tags/v0.4.10
ChenXin 6 years ago
parent
commit
a88fe24c34
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fastNLP/io/file_utils.py

+ 1
- 1
fastNLP/io/file_utils.py View File

@@ -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",


Loading…
Cancel
Save