lbourdois commited on
Commit
4e32d55
1 Parent(s): dd399d5

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/nlpl_3", 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_4", filename="model.bin"), binary=True, unicode_errors="ignore")
18
  ```
19
 
20
  ## Citation