FIx json format typo
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -8,10 +8,10 @@
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
-
"id2label":
|
| 12 |
-
0: "neg",
|
| 13 |
-
1: "pos"
|
| 14 |
-
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
"neg": 0,
|
|
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "neg",
|
| 13 |
+
"1": "pos"
|
| 14 |
+
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
"neg": 0,
|