Commit
·
3ea7778
1
Parent(s):
5efbce2
Update config.json
Browse files- config.json +5 -2
config.json
CHANGED
|
@@ -3,6 +3,10 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"AutoModelForSequenceClassification"
|
| 5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"activation": "gelu",
|
| 7 |
"attention_probs_dropout_prob": 0.1,
|
| 8 |
"hidden_act": "gelu",
|
|
@@ -17,6 +21,5 @@
|
|
| 17 |
"num_hidden_layers": 12,
|
| 18 |
"pad_token_id": 0,
|
| 19 |
"type_vocab_size": 2,
|
| 20 |
-
"vocab_size": 32000
|
| 21 |
-
"problem_type": "single_label_classification"
|
| 22 |
}
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"AutoModelForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
id2label": {
|
| 7 |
+
"0": "pozitif",
|
| 8 |
+
"1": "negatif"
|
| 9 |
+
},
|
| 10 |
"activation": "gelu",
|
| 11 |
"attention_probs_dropout_prob": 0.1,
|
| 12 |
"hidden_act": "gelu",
|
|
|
|
| 21 |
"num_hidden_layers": 12,
|
| 22 |
"pad_token_id": 0,
|
| 23 |
"type_vocab_size": 2,
|
| 24 |
+
"vocab_size": 32000
|
|
|
|
| 25 |
}
|