Commit
·
1d8175f
1
Parent(s):
2d9bac1
Update config.json
Browse files- config.json +18 -18
config.json
CHANGED
|
@@ -9,27 +9,27 @@
|
|
| 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 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"label2id": {
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "unrelated",
|
| 13 |
+
"1": "stereotype_gender",
|
| 14 |
+
"2": "anti-stereotype_gender",
|
| 15 |
+
"3": "stereotype_race",
|
| 16 |
+
"4": "anti-stereotype_race",
|
| 17 |
+
"5": "stereotype_profession",
|
| 18 |
+
"6": "anti-stereotype_profession",
|
| 19 |
+
"7": "stereotype_religion",
|
| 20 |
+
"8": "anti-stereotype_religion"
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"label2id": {
|
| 24 |
+
"unrelated": 0,
|
| 25 |
+
"stereotype_gender": 1,
|
| 26 |
+
"anti-stereotype_gender": 2,
|
| 27 |
+
"stereotype_race": 3,
|
| 28 |
+
"anti-stereotype_race": 4,
|
| 29 |
+
"stereotype_profession": 5,
|
| 30 |
+
"anti-stereotype_profession": 6,
|
| 31 |
+
"stereotype_religion": 7,
|
| 32 |
+
"anti-stereotype_religion": 8
|
| 33 |
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|