Update config.json
Browse files- config.json +8 -10
config.json
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
{
|
2 |
"OmniGenomefold_config": null,
|
3 |
"_name_or_path": "./",
|
4 |
-
"architectures": [
|
5 |
-
"OmniGenomeModel",
|
6 |
-
"OmniGenomeForTokenClassification",
|
7 |
-
"OmniGenomeForMaskedLM",
|
8 |
-
"OmniGenomeModelForSeq2SeqLM",
|
9 |
-
"OmniGenomeForTSequenceClassification",
|
10 |
-
"OmniGenomeForTokenClassification",
|
11 |
-
"OmniGenomeForSeq2SeqLM"
|
12 |
-
],
|
13 |
"attention_probs_dropout_prob": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"classifier_dropout": null,
|
15 |
"emb_layer_norm_before": false,
|
16 |
"hidden_act": "gelu",
|
@@ -44,6 +43,5 @@
|
|
44 |
"transformers_version": "4.41.0.dev0",
|
45 |
"use_cache": true,
|
46 |
"vocab_list": null,
|
47 |
-
"verify_ss": false,
|
48 |
"vocab_size": 24
|
49 |
}
|
|
|
1 |
{
|
2 |
"OmniGenomefold_config": null,
|
3 |
"_name_or_path": "./",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"attention_probs_dropout_prob": 0.0,
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_omnigenome.OmniGenomeConfig",
|
7 |
+
"AutoModel": "modeling_omnigenome.OmniGenomeModel",
|
8 |
+
"AutoModelForMaskedLM": "modeling_omnigenome.OmniGenomeForMaskedLM",
|
9 |
+
"AutoModelForSeq2SeqLM": "modeling_omnigenome.OmniGenomeForSeq2SeqLM",
|
10 |
+
"AutoModelForSequenceClassification": "modeling_omnigenome.OmniGenomeForSequenceClassification",
|
11 |
+
"AutoModelForTokenClassification": "modeling_omnigenome.OmniGenomeForTokenClassification"
|
12 |
+
},
|
13 |
"classifier_dropout": null,
|
14 |
"emb_layer_norm_before": false,
|
15 |
"hidden_act": "gelu",
|
|
|
43 |
"transformers_version": "4.41.0.dev0",
|
44 |
"use_cache": true,
|
45 |
"vocab_list": null,
|
|
|
46 |
"vocab_size": 24
|
47 |
}
|