lbourdois commited on
Commit
43f6275
1 Parent(s): 71b8744

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ The model is trained with the following properties: lemmatization and postag wit
14
  ```
15
  from gensim.models import KeyedVectors
16
  from huggingface_hub import hf_hub_download
17
- model = KeyedVectors.load_word2vec_format(hf_hub_download(repo_id="Word2vec/0", filename="model.bin"), binary=True, unicode_errors="ignore")
18
  ```
19
 
20
  ## Citation
 
14
  ```
15
  from gensim.models import KeyedVectors
16
  from huggingface_hub import hf_hub_download
17
+ model = KeyedVectors.load_word2vec_format(hf_hub_download(repo_id="Word2vec/nlpl_0", filename="model.bin"), binary=True, unicode_errors="ignore")
18
  ```
19
 
20
  ## Citation