DPLM-150M / config.json
lhallee's picture
Upload DPLMForMaskedLM
38ad4d4 verified
raw
history blame
1.15 kB
{
"_name_or_path": "facebook/esm2_t30_150M_UR50D",
"architectures": [
"DPLMForMaskedLM"
],
"attention_probs_dropout_prob": 0.0,
"attn_backend": "sdpa",
"auto_map": {
"AutoConfig": "dplm.DPLMConfig",
"AutoModel": "dplm.DPLMModel",
"AutoModelForMaskedLM": "dplm.DPLMForMaskedLM",
"AutoModelForSequenceClassification": "dplm.DPLMForSequenceClassification",
"AutoModelForTokenClassification": "dplm.DPLMForTokenClassification"
},
"classifier_dropout": null,
"dplm_type": "dplm_esm",
"emb_layer_norm_before": false,
"esmfold_config": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 640,
"initializer_range": 0.02,
"intermediate_size": 2560,
"is_folding_model": false,
"layer_norm_eps": 1e-05,
"mask_token_id": 32,
"max_position_embeddings": 1026,
"model_type": "dplm",
"num_attention_heads": 20,
"num_hidden_layers": 30,
"pad_token_id": 1,
"position_embedding_type": "rotary",
"tie_word_embeddings": false,
"token_dropout": true,
"torch_dtype": "float32",
"transformers_version": "4.48.1",
"use_cache": true,
"vocab_list": null,
"vocab_size": 33
}