Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
This model is result of:
|
2 |
-
```
|
3 |
model_path = hf_hub_download(repo_id="facebook/fasttext-ru-vectors", filename="model.bin")
|
4 |
|
5 |
model = fasttext.load_model(model_path)
|
|
|
1 |
This model is result of:
|
2 |
+
```python
|
3 |
model_path = hf_hub_download(repo_id="facebook/fasttext-ru-vectors", filename="model.bin")
|
4 |
|
5 |
model = fasttext.load_model(model_path)
|