Merge branch 'main' of https://huggingface.co/Social-Media-Fairness/Classifier-Bias-SG
Browse files- config.json +8 -0
config.json
CHANGED
@@ -4,6 +4,14 @@
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
+
"label2id": {
|
8 |
+
"Non-biased": 0,
|
9 |
+
"Biased": 1
|
10 |
+
},
|
11 |
+
"id2label": {
|
12 |
+
"0": "Non-biased",
|
13 |
+
"1": "Biased"
|
14 |
+
},
|
15 |
"attention_dropout": 0.1,
|
16 |
"dim": 768,
|
17 |
"dropout": 0.1,
|