Add FastText model
Browse files- config.json +5 -5
- model.bin +2 -2
config.json
CHANGED
|
@@ -9,10 +9,10 @@
|
|
| 9 |
"0": 1,
|
| 10 |
"1": 0
|
| 11 |
},
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
"ws": 5
|
| 18 |
}
|
|
|
|
| 9 |
"0": 1,
|
| 10 |
"1": 0
|
| 11 |
},
|
| 12 |
+
"max_n": 1,
|
| 13 |
+
"min_count": 5,
|
| 14 |
+
"min_n": 1,
|
| 15 |
+
"pretrained_vectors": "",
|
| 16 |
+
"word_ngrams": 1,
|
| 17 |
"ws": 5
|
| 18 |
}
|
model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb4f3825ffd4fa36c6026950aa74ec6cd580dcfecc3222160bcfd4e4487f0b37
|
| 3 |
+
size 800200063
|