Commit ·
20efbb2
1
Parent(s): 86098e6
Update config.json
Browse files- config.json +8 -4
config.json
CHANGED
|
@@ -3,10 +3,14 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
| 6 |
-
"id2label":
|
| 7 |
-
"Immoral",
|
| 8 |
-
"Moral"
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"attention_probs_dropout_prob": 0.1,
|
| 11 |
"bos_token_id": 0,
|
| 12 |
"classifier_dropout": null,
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
"id2label": {
|
| 7 |
+
"LABEL_0": "Immoral",
|
| 8 |
+
"LABEL_1": "Moral"
|
| 9 |
+
},
|
| 10 |
+
"label2id": {
|
| 11 |
+
"Immoral": "LABEL_0",
|
| 12 |
+
"Moral": "LABEL_1"
|
| 13 |
+
},
|
| 14 |
"attention_probs_dropout_prob": 0.1,
|
| 15 |
"bos_token_id": 0,
|
| 16 |
"classifier_dropout": null,
|