Referenced the configs to the correct files in this repo
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
| 6 |
],
|
| 7 |
"attention_probs_dropout_prob": 0.0,
|
| 8 |
"auto_map": {
|
| 9 |
-
"AutoConfig": "
|
| 10 |
-
"AutoModel": "
|
| 11 |
-
"AutoModelForMaskedLM": "
|
| 12 |
-
"AutoModelForSequenceClassification": "
|
| 13 |
},
|
| 14 |
"classifier_dropout": null,
|
| 15 |
"gradient_checkpointing": false,
|
|
|
|
| 6 |
],
|
| 7 |
"attention_probs_dropout_prob": 0.0,
|
| 8 |
"auto_map": {
|
| 9 |
+
"AutoConfig": "vinayh19/dbert2_170--configuration_bert.BertConfig",
|
| 10 |
+
"AutoModel": "vinayh19/dbert2_170--bert_layers.BertModel",
|
| 11 |
+
"AutoModelForMaskedLM": "vinayh19/dbert2_170--bert_layers.BertForMaskedLM",
|
| 12 |
+
"AutoModelForSequenceClassification": "vinayh19/dbert2_170--bert_layers.BertForSequenceClassification"
|
| 13 |
},
|
| 14 |
"classifier_dropout": null,
|
| 15 |
"gradient_checkpointing": false,
|