MP-RNA / config.json
anonymous8's picture
Update config.json
76ed293 verified
raw
history blame contribute delete
No virus
1.33 kB
{
"OmniGenomefold_config": null,
"_name_or_path": "anonymous8/MP-RNA",
"architectures": [
"OmniGenomeForMaskedLM"
],
"attention_probs_dropout_prob": 0.0,
"auto_map": {
"AutoConfig": "configuration_omnigenome.OmniGenomeConfig",
"AutoModel": "modeling_omnigenome.OmniGenomeModel",
"AutoModelForMaskedLM": "modeling_omnigenome.OmniGenomeForMaskedLM",
"AutoModelForSeq2SeqLM": "modeling_omnigenome.OmniGenomeForSeq2SeqLM",
"AutoModelForTokenClassification": "modeling_omnigenome.OmniGenomeForTokenClassification"
},
"classifier_dropout": null,
"emb_layer_norm_before": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0,
"hidden_size": 720,
"id2label": {
"0": "(",
"1": ")",
"2": "."
},
"initializer_range": 0.02,
"intermediate_size": 2560,
"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": 30,
"num_generation": 50,
"num_hidden_layers": 32,
"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,
"vocab_list": null,
"vocab_size": 24
}