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