main model commit
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -3,6 +3,10 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"XLMRobertaForSequenceClassification"
|
| 5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
"classifier_dropout": null,
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"XLMRobertaForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
"id2label": {
|
| 7 |
+
"0": "negative",
|
| 8 |
+
"1": "positive"
|
| 9 |
+
},
|
| 10 |
"attention_probs_dropout_prob": 0.1,
|
| 11 |
"bos_token_id": 0,
|
| 12 |
"classifier_dropout": null,
|