Update config.json
Browse files- config.json +16 -16
config.json
CHANGED
|
@@ -9,25 +9,25 @@
|
|
| 9 |
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
},
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"label2id": {
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
},
|
| 32 |
"max_position_embeddings": 512,
|
| 33 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "hardware",
|
| 13 |
+
"1": "hr_support",
|
| 14 |
+
"2": "miscellaneous",
|
| 15 |
+
"3": "internal_project",
|
| 16 |
+
"4": "storage",
|
| 17 |
+
"5": "purchase",
|
| 18 |
+
"6": "access",
|
| 19 |
+
"7": "administrative_rights"
|
| 20 |
},
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"label2id": {
|
| 23 |
+
"hardware": 0,
|
| 24 |
+
"hr_support": 1,
|
| 25 |
+
"miscellaneous": 2,
|
| 26 |
+
"internal_project": 3,
|
| 27 |
+
"storage": 4,
|
| 28 |
+
"purchase": 5,
|
| 29 |
+
"access": 6,
|
| 30 |
+
"administrative_rights": 7
|
| 31 |
},
|
| 32 |
"max_position_embeddings": 512,
|
| 33 |
"model_type": "distilbert",
|