Update model/config.json
Browse files- model/config.json +2 -0
model/config.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
|
|
|
| 7 |
"bos_token_id": null,
|
| 8 |
"classifier_activation": "gelu",
|
| 9 |
"classifier_bias": false,
|
|
@@ -34,6 +35,7 @@
|
|
| 34 |
"norm_eps": 1e-05,
|
| 35 |
"num_attention_heads": 12,
|
| 36 |
"num_hidden_layers": 22,
|
|
|
|
| 37 |
"pad_token_id": 50283,
|
| 38 |
"position_embedding_type": "absolute",
|
| 39 |
"problem_type": "single_label_classification",
|
|
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"architectures": ["ModernBertForSequenceClassification"],
|
| 8 |
"bos_token_id": null,
|
| 9 |
"classifier_activation": "gelu",
|
| 10 |
"classifier_bias": false,
|
|
|
|
| 35 |
"norm_eps": 1e-05,
|
| 36 |
"num_attention_heads": 12,
|
| 37 |
"num_hidden_layers": 22,
|
| 38 |
+
"num_labels": 2,
|
| 39 |
"pad_token_id": 50283,
|
| 40 |
"position_embedding_type": "absolute",
|
| 41 |
"problem_type": "single_label_classification",
|