Update config.json
Browse files- config.json +18 -18
config.json
CHANGED
|
@@ -10,28 +10,28 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
-
"3": "
|
| 17 |
-
"4": "
|
| 18 |
-
"5": "
|
| 19 |
-
"6": "
|
| 20 |
-
"7": "
|
| 21 |
-
"8": "
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"intermediate_size": 3072,
|
| 25 |
"label2id": {
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
},
|
| 36 |
"layer_norm_eps": 1e-12,
|
| 37 |
"max_position_embeddings": 512,
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "Assassination",
|
| 14 |
+
"1": "Armed Assault",
|
| 15 |
+
"2": "Facility/Infrastructure Attack",
|
| 16 |
+
"3": "Bombing/Explosion",
|
| 17 |
+
"4": "Hostage Taking (Kidnapping)",
|
| 18 |
+
"5": "Hijacking",
|
| 19 |
+
"6": "Unarmed Assault",
|
| 20 |
+
"7": "Hostage Taking (Barricade Incident)",
|
| 21 |
+
"8": "Unknown"
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"intermediate_size": 3072,
|
| 25 |
"label2id": {
|
| 26 |
+
"Assassination": 0,
|
| 27 |
+
"Armed Assault": 1,
|
| 28 |
+
"Facility/Infrastructure Attack": 2,
|
| 29 |
+
"Bombing/Explosion": 3,
|
| 30 |
+
"Hostage Taking (Kidnapping)": 4,
|
| 31 |
+
"Hijacking": 5,
|
| 32 |
+
"Unarmed Assault": 6,
|
| 33 |
+
"Hostage Taking (Barricade Incident)": 7,
|
| 34 |
+
"Unknown": 8
|
| 35 |
},
|
| 36 |
"layer_norm_eps": 1e-12,
|
| 37 |
"max_position_embeddings": 512,
|