Update config.json
Browse files- config.json +1 -8
config.json
CHANGED
@@ -1,15 +1,8 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ModernBertForQuestionAnswering"
|
5 |
],
|
6 |
-
"auto_map": {
|
7 |
-
"AutoConfig": "ModernBertConfig",
|
8 |
-
"AutoTokenizer": "ModernBertTokenizer",
|
9 |
-
"AutoModel": "ModernBertModel",
|
10 |
-
"AutoModelForMaskedLM": "ModernBertForMaskedLM",
|
11 |
-
"AutoModelForQuestionAnswering": "modeling_modernbert.ModernBertForQuestionAnswering",
|
12 |
-
},
|
13 |
"attention_bias": false,
|
14 |
"attention_dropout": 0.0,
|
15 |
"bos_token_id": 50281,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "kiddothe2b/ModernBERT-base-squad2",
|
3 |
"architectures": [
|
4 |
"ModernBertForQuestionAnswering"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 50281,
|