used for the inference, more informative
Browse files- config.json +10 -10
config.json
CHANGED
@@ -12,16 +12,16 @@
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
-
"3": "
|
19 |
-
"4": "
|
20 |
-
"5": "
|
21 |
-
"6": "
|
22 |
-
"7": "
|
23 |
-
"8": "
|
24 |
-
"9": "
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"intermediate_size": 3072,
|
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
"0": "Race/Color",
|
16 |
+
"1": "Socioeconomic Status",
|
17 |
+
"2": "Gender",
|
18 |
+
"3": "Disability",
|
19 |
+
"4": "Nationality",
|
20 |
+
"5": "Sexual Orientation",
|
21 |
+
"6": "Physical Appearance",
|
22 |
+
"7": "Religion",
|
23 |
+
"8": "Age",
|
24 |
+
"9": "Profession"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"intermediate_size": 3072,
|