Update config.json
Browse files- config.json +10 -7
config.json
CHANGED
|
@@ -16,15 +16,18 @@
|
|
| 16 |
"4": "LABEL_4",
|
| 17 |
"5": "LABEL_5"
|
| 18 |
},
|
| 19 |
-
|
| 20 |
"label2id": {
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
},
|
|
|
|
|
|
|
|
|
|
| 28 |
"max_position_embeddings": 512,
|
| 29 |
"model_type": "distilbert",
|
| 30 |
"n_heads": 12,
|
|
|
|
| 16 |
"4": "LABEL_4",
|
| 17 |
"5": "LABEL_5"
|
| 18 |
},
|
| 19 |
+
|
| 20 |
"label2id": {
|
| 21 |
+
"behaviors": 0,
|
| 22 |
+
"leadership-characteristics": 1,
|
| 23 |
+
"negative-emotions": 2,
|
| 24 |
+
"personal-traits": 3,
|
| 25 |
+
"positive-emotions": 4,
|
| 26 |
+
"relationships-and-values": 5
|
| 27 |
},
|
| 28 |
+
|
| 29 |
+
"initializer_range": 0.02,
|
| 30 |
+
|
| 31 |
"max_position_embeddings": 512,
|
| 32 |
"model_type": "distilbert",
|
| 33 |
"n_heads": 12,
|