Upload config.json
Browse files- config.json +20 -20
config.json
CHANGED
|
@@ -9,29 +9,29 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"label2id": {
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
},
|
| 36 |
"max_position_embeddings": 512,
|
| 37 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Brake",
|
| 13 |
+
"1": "Vehicle Interior",
|
| 14 |
+
"2": "Power Source / Network",
|
| 15 |
+
"3": "Vehicle Exterior",
|
| 16 |
+
"4": "Engine / Hybrid System",
|
| 17 |
+
"5": "Suspension",
|
| 18 |
+
"6": "Audio / Visual / Telematics",
|
| 19 |
+
"7": "General",
|
| 20 |
+
"8": "Drivetrain",
|
| 21 |
+
"9": "Steering"
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"label2id": {
|
| 25 |
+
"Brake": 0,
|
| 26 |
+
"Vehicle Interior": 1,
|
| 27 |
+
"Power Source / Network": 2,
|
| 28 |
+
"Vehicle Exterior": 3,
|
| 29 |
+
"Engine / Hybrid System": 4,
|
| 30 |
+
"Suspension": 5,
|
| 31 |
+
"Audio / Visual / Telematics": 6,
|
| 32 |
+
"General": 7,
|
| 33 |
+
"Drivetrain": 8,
|
| 34 |
+
"Steering": 9
|
| 35 |
},
|
| 36 |
"max_position_embeddings": 512,
|
| 37 |
"model_type": "distilbert",
|