anonymous8
commited on
Commit
•
0ea2f7c
1
Parent(s):
c006196
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"AutoModel": "modeling_omnigenome.OmniGenomeModel",
|
17 |
"AutoModelForMaskedLM": "modeling_omnigenome.OmniGenomeForMaskedLM",
|
18 |
"AutoModelForSeq2SeqLM": "modeling_omnigenome.OmniGenomeForSeq2SeqLM",
|
19 |
-
"
|
20 |
"AutoModelForTokenClassification": "modeling_omnigenome.OmniGenomeForTokenClassification"
|
21 |
},
|
22 |
"classifier_dropout": null,
|
|
|
16 |
"AutoModel": "modeling_omnigenome.OmniGenomeModel",
|
17 |
"AutoModelForMaskedLM": "modeling_omnigenome.OmniGenomeForMaskedLM",
|
18 |
"AutoModelForSeq2SeqLM": "modeling_omnigenome.OmniGenomeForSeq2SeqLM",
|
19 |
+
"AutoModelForSequenceClassification": "modeling_omnigenome.OmniGenomeForSequenceClassification",
|
20 |
"AutoModelForTokenClassification": "modeling_omnigenome.OmniGenomeForTokenClassification"
|
21 |
},
|
22 |
"classifier_dropout": null,
|