zhihan1996
commited on
Commit
•
da664dd
1
Parent(s):
0a03898
Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -21,6 +21,10 @@
|
|
21 |
"LABEL_0": 0,
|
22 |
"LABEL_1": 1
|
23 |
},
|
|
|
|
|
|
|
|
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"length_penalty": 1.0,
|
26 |
"max_length": 20,
|
|
|
21 |
"LABEL_0": 0,
|
22 |
"LABEL_1": 1
|
23 |
},
|
24 |
+
"auto_map": {
|
25 |
+
"AutoConfig": "configuration_bert.BertConfig",
|
26 |
+
"AutoModelForSequenceClassification": "dnabert_layer.DNABertForSequenceClassification"
|
27 |
+
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"length_penalty": 1.0,
|
30 |
"max_length": 20,
|