vinayh19 commited on
Commit
fbdbf8b
·
verified ·
1 Parent(s): 16a3bfa

Referenced the configs to the correct files in this repo

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -6,10 +6,10 @@
6
  ],
7
  "attention_probs_dropout_prob": 0.0,
8
  "auto_map": {
9
- "AutoConfig": "zhihan1996/DNABERT-2-117M--configuration_bert.BertConfig",
10
- "AutoModel": "zhihan1996/DNABERT-2-117M--bert_layers.BertModel",
11
- "AutoModelForMaskedLM": "zhihan1996/DNABERT-2-117M--bert_layers.BertForMaskedLM",
12
- "AutoModelForSequenceClassification": "zhihan1996/DNABERT-2-117M--bert_layers.BertForSequenceClassification"
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,