OmniGenome-52M / config.json
yangheng's picture
Update config.json
3162e55 verified
raw
history blame contribute delete
No virus
1.17 kB
{
"OmniGenomefold_config": null,
"_name_or_path": "./",
"architectures": [
"OmniGenomeModel",
"OmniGenomeForTokenClassification",
"OmniGenomeForMaskedLM",
"OmniGenomeModelForSeq2SeqLM",
"OmniGenomeForTSequenceClassification",
"OmniGenomeForTokenClassification",
"OmniGenomeForSeq2SeqLM"
],
"attention_probs_dropout_prob": 0.0,
"classifier_dropout": null,
"emb_layer_norm_before": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0,
"hidden_size": 480,
"id2label": {
"0": "(",
"1": ")",
"2": "."
},
"initializer_range": 0.02,
"intermediate_size": 2400,
"is_folding_model": false,
"label2id": {
"(": 0,
")": 1,
".": 2
},
"layer_norm_eps": 1e-05,
"mask_token_id": 23,
"max_position_embeddings": 1026,
"model_type": "omnigenome",
"num_attention_heads": 24,
"num_generation": 50,
"num_hidden_layers": 16,
"num_population": 100,
"pad_token_id": 1,
"position_embedding_type": "rotary",
"token_dropout": true,
"torch_dtype": "float32",
"transformers_version": "4.41.0.dev0",
"use_cache": true,
"verify_ss": true,
"vocab_list": null,
"vocab_size": 24
}