Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This model is result of:
|
2 |
```python
|
3 |
model_path = hf_hub_download(repo_id="facebook/fasttext-ru-vectors", filename="model.bin")
|
@@ -7,11 +12,4 @@ model = fasttext.load_model(model_path)
|
|
7 |
fasttext.util.reduce_model(model, 100)
|
8 |
|
9 |
model.save_model("ru-vectors-dim-100.bin")
|
10 |
-
```
|
11 |
-
|
12 |
-
|
13 |
-
---
|
14 |
-
language:
|
15 |
-
- ru
|
16 |
-
library_name: fasttext
|
17 |
-
---
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ru
|
4 |
+
library_name: fasttext
|
5 |
+
---
|
6 |
This model is result of:
|
7 |
```python
|
8 |
model_path = hf_hub_download(repo_id="facebook/fasttext-ru-vectors", filename="model.bin")
|
|
|
12 |
fasttext.util.reduce_model(model, 100)
|
13 |
|
14 |
model.save_model("ru-vectors-dim-100.bin")
|
15 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|