Update README.md
Browse files
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/
|
| 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_2", filename="model.bin"), binary=True, unicode_errors="ignore")
|
| 18 |
```
|
| 19 |
|
| 20 |
## Citation
|