ESM3_small / config.json
lhallee's picture
Upload config
ced94f5 verified
Raw
History Blame Contribute Delete
539 Bytes
{
"architectures": [
"FastESM3Model"
],
"attn_backend": "sdpa",
"auto_map": {
"AutoConfig": "modeling_esm3.FastESM3Config",
"AutoModel": "modeling_esm3.FastESM3Model",
"AutoModelForMaskedLM": "modeling_esm3.FastESM3Model"
},
"hidden_size": 1536,
"initializer_range": 0.02,
"model_name": "esm3_sm_open_v1",
"model_type": "fast_esm3",
"num_attention_heads": 24,
"num_hidden_layers": 48,
"num_vector_heads": 256,
"tie_word_embeddings": false,
"transformers_version": "4.57.6",
"vocab_size": 64
}