Update config.json
Browse files- config.json +55 -48
config.json
CHANGED
|
@@ -1,48 +1,55 @@
|
|
| 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 |
-
"
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"auto_map": {
|
| 15 |
+
"AutoConfig": "configuration_omnigenome.OmniGenomeConfig",
|
| 16 |
+
"AutoModel": "modeling_omnigenome.OmniGenomeModel",
|
| 17 |
+
"AutoModelForMaskedLM": "modeling_omnigenome.OmniGenomeForMaskedLM",
|
| 18 |
+
"AutoModelForSeq2SeqLM": "modeling_omnigenome.OmniGenomeForSeq2SeqLM",
|
| 19 |
+
"AutoModelForTokenClassification": "modeling_omnigenome.OmniGenomeForTokenClassification"
|
| 20 |
+
},
|
| 21 |
+
"classifier_dropout": null,
|
| 22 |
+
"emb_layer_norm_before": false,
|
| 23 |
+
"hidden_act": "gelu",
|
| 24 |
+
"hidden_dropout_prob": 0,
|
| 25 |
+
"hidden_size": 720,
|
| 26 |
+
"id2label": {
|
| 27 |
+
"0": "(",
|
| 28 |
+
"1": ")",
|
| 29 |
+
"2": "."
|
| 30 |
+
},
|
| 31 |
+
"initializer_range": 0.02,
|
| 32 |
+
"intermediate_size": 2560,
|
| 33 |
+
"is_folding_model": false,
|
| 34 |
+
"label2id": {
|
| 35 |
+
"(": 0,
|
| 36 |
+
")": 1,
|
| 37 |
+
".": 2
|
| 38 |
+
},
|
| 39 |
+
"layer_norm_eps": 1e-05,
|
| 40 |
+
"mask_token_id": 23,
|
| 41 |
+
"max_position_embeddings": 1026,
|
| 42 |
+
"model_type": "omnigenome",
|
| 43 |
+
"num_attention_heads": 30,
|
| 44 |
+
"num_hidden_layers": 32,
|
| 45 |
+
"num_generation": 50,
|
| 46 |
+
"num_population": 100,
|
| 47 |
+
"pad_token_id": 1,
|
| 48 |
+
"position_embedding_type": "rotary",
|
| 49 |
+
"token_dropout": true,
|
| 50 |
+
"torch_dtype": "float32",
|
| 51 |
+
"transformers_version": "4.41.0.dev0",
|
| 52 |
+
"use_cache": true,
|
| 53 |
+
"vocab_list": null,
|
| 54 |
+
"vocab_size": 24
|
| 55 |
+
}
|