Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -6,7 +6,8 @@
|
|
6 |
"attn_pdrop": 0.0,
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_hf_nomic_bert.NomicBertConfig",
|
9 |
-
"AutoModelForMaskedLM": "modeling_hf_nomic_bert.NomicBertForPreTraining"
|
|
|
10 |
},
|
11 |
"bos_token_id": null,
|
12 |
"causal": false,
|
|
|
6 |
"attn_pdrop": 0.0,
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_hf_nomic_bert.NomicBertConfig",
|
9 |
+
"AutoModelForMaskedLM": "modeling_hf_nomic_bert.NomicBertForPreTraining",
|
10 |
+
"AutoModelForSequenceClassification": "modeling_hf_nomic_bert.NomicBertForSequenceClassification"
|
11 |
},
|
12 |
"bos_token_id": null,
|
13 |
"causal": false,
|