Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The model is trained with the following properties: no lemmatization and postag
|
|
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/
|
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_1", filename="model.bin"), binary=True, unicode_errors="ignore")
|
18 |
```
|
19 |
|
20 |
## Citation
|