Nattapong Tapachoom
commited on
Commit
·
7472137
1
Parent(s):
a52bf54
Update label mappings in config.json and adjust tokenizer file size
Browse files- config.json +8 -8
- tokenizer.json +2 -2
config.json
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 1024,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
-
"3": "
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 4096,
|
| 20 |
"label2id": {
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-05,
|
| 27 |
"max_position_embeddings": 514,
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 1024,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "question",
|
| 14 |
+
"1": "negative",
|
| 15 |
+
"2": "neutral",
|
| 16 |
+
"3": "positive"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 4096,
|
| 20 |
"label2id": {
|
| 21 |
+
"question": 0,
|
| 22 |
+
"negative": 1,
|
| 23 |
+
"neutral": 2,
|
| 24 |
+
"positive": 3
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-05,
|
| 27 |
"max_position_embeddings": 514,
|
tokenizer.json
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:4d63c638aeb3a2ce48e67df237bb49788d3dc7fbc04198d3d0831a0fae100d19
|
| 3 |
+
size 18083737
|