zhihan1996
commited on
Commit
•
46964ab
1
Parent(s):
6af99ba
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -23,6 +23,7 @@
|
|
23 |
},
|
24 |
"auto_map": {
|
25 |
"AutoConfig": "configuration_bert.BertConfig",
|
|
|
26 |
"AutoModelForSequenceClassification": "dnabert_layer.DNABertForSequenceClassification"
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
|
|
23 |
},
|
24 |
"auto_map": {
|
25 |
"AutoConfig": "configuration_bert.BertConfig",
|
26 |
+
"AutoModel": "dnabert_layer.BertModel",
|
27 |
"AutoModelForSequenceClassification": "dnabert_layer.DNABertForSequenceClassification"
|
28 |
},
|
29 |
"layer_norm_eps": 1e-12,
|