Update config.json
Browse files- config.json +24 -24
config.json
CHANGED
|
@@ -10,33 +10,33 @@
|
|
| 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 |
-
"9": "
|
| 23 |
-
"10": "
|
| 24 |
},
|
| 25 |
-
"initializer_range": 0.02,
|
| 26 |
-
"intermediate_size": 3072,
|
| 27 |
"label2id": {
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
},
|
|
|
|
|
|
|
| 40 |
"layer_norm_eps": 1e-12,
|
| 41 |
"max_position_embeddings": 512,
|
| 42 |
"model_type": "bert",
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "racial",
|
| 14 |
+
"1": "religious",
|
| 15 |
+
"2": "gender",
|
| 16 |
+
"3": "age",
|
| 17 |
+
"4": "nationality",
|
| 18 |
+
"5": "sexuality",
|
| 19 |
+
"6": "socioeconomic",
|
| 20 |
+
"7": "educational",
|
| 21 |
+
"8": "disability",
|
| 22 |
+
"9": "political",
|
| 23 |
+
"10": "physical"
|
| 24 |
},
|
|
|
|
|
|
|
| 25 |
"label2id": {
|
| 26 |
+
"racial": 0,
|
| 27 |
+
"religious": 1,
|
| 28 |
+
"gender": 2,
|
| 29 |
+
"age": 3,
|
| 30 |
+
"nationality": 4,
|
| 31 |
+
"sexuality": 5,
|
| 32 |
+
"socioeconomic": 6,
|
| 33 |
+
"educational": 7,
|
| 34 |
+
"disability": 8,
|
| 35 |
+
"political": 9,
|
| 36 |
+
"physical": 10
|
| 37 |
},
|
| 38 |
+
"initializer_range": 0.02,
|
| 39 |
+
"intermediate_size": 3072,
|
| 40 |
"layer_norm_eps": 1e-12,
|
| 41 |
"max_position_embeddings": 512,
|
| 42 |
"model_type": "bert",
|