RNA-FM / config.json
Taykhoom's picture
Upload config.json with huggingface_hub
5c51c76 verified
{
"architectures": [
"RnaFmForMaskedLM"
],
"attention_heads": 20,
"auto_map": {
"AutoConfig": "configuration_rnafm.RnaFmConfig",
"AutoModel": "modeling_rnafm.RnaFmModel",
"AutoModelForMaskedLM": "modeling_rnafm.RnaFmForMaskedLM"
},
"cls_idx": 0,
"dtype": "float32",
"emb_layer_norm_before": true,
"embed_dim": 640,
"eos_idx": 2,
"ffn_embed_dim": 5120,
"mask_idx": 24,
"model_max_length": 1024,
"model_type": "rnafm",
"model_variant": "rna",
"num_layers": 12,
"padding_idx": 1,
"token_dropout": false,
"transformers_version": "4.57.6",
"vocab_size": 25
}