Update config.json
Browse files- config.json +14 -14
config.json
CHANGED
|
@@ -7,24 +7,24 @@
|
|
| 7 |
"hidden_dropout_prob": 0.1,
|
| 8 |
"hidden_size": 768,
|
| 9 |
"id2label": {
|
| 10 |
-
"0": "
|
| 11 |
-
"1": "
|
| 12 |
-
"2": "
|
| 13 |
-
"3": "
|
| 14 |
-
"4": "
|
| 15 |
-
"5": "
|
| 16 |
-
"6": "
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 3072,
|
| 20 |
"label2id": {
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
},
|
| 29 |
"layer_norm_eps": 1e-12,
|
| 30 |
"max_position_embeddings": 512,
|
|
|
|
| 7 |
"hidden_dropout_prob": 0.1,
|
| 8 |
"hidden_size": 768,
|
| 9 |
"id2label": {
|
| 10 |
+
"0": "world",
|
| 11 |
+
"1": "economy",
|
| 12 |
+
"2": "culture",
|
| 13 |
+
"3": "health",
|
| 14 |
+
"4": "politics",
|
| 15 |
+
"5": "sport",
|
| 16 |
+
"6": "technology"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 3072,
|
| 20 |
"label2id": {
|
| 21 |
+
"world": 0,
|
| 22 |
+
"economy": 1,
|
| 23 |
+
"culture": 2,
|
| 24 |
+
"health": 3,
|
| 25 |
+
"politics": 4,
|
| 26 |
+
"sport": 5,
|
| 27 |
+
"technology": 6
|
| 28 |
},
|
| 29 |
"layer_norm_eps": 1e-12,
|
| 30 |
"max_position_embeddings": 512,
|