Update config.json
Browse files- config.json +40 -40
config.json
CHANGED
@@ -1,40 +1,40 @@
|
|
1 |
-
{
|
2 |
-
"OmniGenomefold_config": null,
|
3 |
-
"_name_or_path": "C:\\Users\\chuan\\OneDrive - University of Exeter\\AIProjects\\HybridGenomeBenchmark(HGB)\\output\\OmniGenome-418M",
|
4 |
-
"architectures": [
|
5 |
-
"OmniGenomeForMaskedLM"
|
6 |
-
],
|
7 |
-
"attention_probs_dropout_prob": 0.0,
|
8 |
-
"auto_map": {
|
9 |
-
"AutoConfig": "configuration_omnigenome.OmniGenomeConfig",
|
10 |
-
"AutoModel": "modeling_omnigenome.OmniGenomeModel",
|
11 |
-
"AutoModelForMaskedLM": "modeling_omnigenome.OmniGenomeForMaskedLM",
|
12 |
-
"AutoModelForSeq2SeqLM": "modeling_omnigenome.OmniGenomeForSeq2SeqLM",
|
13 |
-
"AutoModelForSequenceClassification": "modeling_omnigenome.OmniGenomeForSequenceClassification",
|
14 |
-
"AutoModelForTokenClassification": "modeling_omnigenome.OmniGenomeForTokenClassification"
|
15 |
-
},
|
16 |
-
"classifier_dropout": null,
|
17 |
-
"emb_layer_norm_before": false,
|
18 |
-
"hidden_act": "gelu",
|
19 |
-
"hidden_dropout_prob": 0.05,
|
20 |
-
"hidden_size": 1080,
|
21 |
-
"initializer_range": 0.02,
|
22 |
-
"intermediate_size": 3840,
|
23 |
-
"is_folding_model": false,
|
24 |
-
"layer_norm_eps": 1e-05,
|
25 |
-
"mask_token_id": 23,
|
26 |
-
"max_position_embeddings": 1026,
|
27 |
-
"model_type": "
|
28 |
-
"num_attention_heads": 60,
|
29 |
-
"num_hidden_layers": 32,
|
30 |
-
"omnigenomefold_config": null,
|
31 |
-
"pad_token_id": 1,
|
32 |
-
"position_embedding_type": "rotary",
|
33 |
-
"token_dropout": true,
|
34 |
-
"torch_dtype": "float16",
|
35 |
-
"transformers_version": "4.42.0.dev0",
|
36 |
-
"use_cache": true,
|
37 |
-
"verify_ss": true,
|
38 |
-
"vocab_list": null,
|
39 |
-
"vocab_size": 24
|
40 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"OmniGenomefold_config": null,
|
3 |
+
"_name_or_path": "C:\\Users\\chuan\\OneDrive - University of Exeter\\AIProjects\\HybridGenomeBenchmark(HGB)\\output\\OmniGenome-418M",
|
4 |
+
"architectures": [
|
5 |
+
"OmniGenomeForMaskedLM"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"auto_map": {
|
9 |
+
"AutoConfig": "configuration_omnigenome.OmniGenomeConfig",
|
10 |
+
"AutoModel": "modeling_omnigenome.OmniGenomeModel",
|
11 |
+
"AutoModelForMaskedLM": "modeling_omnigenome.OmniGenomeForMaskedLM",
|
12 |
+
"AutoModelForSeq2SeqLM": "modeling_omnigenome.OmniGenomeForSeq2SeqLM",
|
13 |
+
"AutoModelForSequenceClassification": "modeling_omnigenome.OmniGenomeForSequenceClassification",
|
14 |
+
"AutoModelForTokenClassification": "modeling_omnigenome.OmniGenomeForTokenClassification"
|
15 |
+
},
|
16 |
+
"classifier_dropout": null,
|
17 |
+
"emb_layer_norm_before": false,
|
18 |
+
"hidden_act": "gelu",
|
19 |
+
"hidden_dropout_prob": 0.05,
|
20 |
+
"hidden_size": 1080,
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"intermediate_size": 3840,
|
23 |
+
"is_folding_model": false,
|
24 |
+
"layer_norm_eps": 1e-05,
|
25 |
+
"mask_token_id": 23,
|
26 |
+
"max_position_embeddings": 1026,
|
27 |
+
"model_type": "omnigenome",
|
28 |
+
"num_attention_heads": 60,
|
29 |
+
"num_hidden_layers": 32,
|
30 |
+
"omnigenomefold_config": null,
|
31 |
+
"pad_token_id": 1,
|
32 |
+
"position_embedding_type": "rotary",
|
33 |
+
"token_dropout": true,
|
34 |
+
"torch_dtype": "float16",
|
35 |
+
"transformers_version": "4.42.0.dev0",
|
36 |
+
"use_cache": true,
|
37 |
+
"verify_ss": true,
|
38 |
+
"vocab_list": null,
|
39 |
+
"vocab_size": 24
|
40 |
+
}
|