Add FastText model
Browse files- config.json +2 -2
- model.bin +2 -2
config.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
"bucket": 2000000,
|
| 3 |
"dim": 100,
|
| 4 |
"id2label": {
|
| 5 |
-
"0": 1,
|
| 6 |
-
"1": 0
|
| 7 |
},
|
| 8 |
"label2id": {
|
| 9 |
"0": 1,
|
|
|
|
| 2 |
"bucket": 2000000,
|
| 3 |
"dim": 100,
|
| 4 |
"id2label": {
|
| 5 |
+
"0": "1",
|
| 6 |
+
"1": "0"
|
| 7 |
},
|
| 8 |
"label2id": {
|
| 9 |
"0": 1,
|
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:2fa1d43284e6f618f542c8ab9fc9a77d48f57575fbf9402a7ce7fca8e938001f
|
| 3 |
+
size 800194268
|