File size: 1,265 Bytes
8698dfe d753c1f 8698dfe d753c1f 8698dfe d753c1f 8698dfe d753c1f 8698dfe d753c1f 8698dfe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"aa_type": 1,
"add_cross_attention": false,
"architectures": [
"DPLM2ForMaskedLM"
],
"attention_probs_dropout_prob": 0.0,
"attn_backend": "sdpa",
"auto_map": {
"AutoConfig": "modeling_dplm2.DPLM2Config",
"AutoModel": "modeling_dplm2.DPLM2Model",
"AutoModelForMaskedLM": "modeling_dplm2.DPLM2ForMaskedLM",
"AutoModelForSequenceClassification": "modeling_dplm2.DPLM2ForSequenceClassification",
"AutoModelForTokenClassification": "modeling_dplm2.DPLM2ForTokenClassification"
},
"classifier_dropout": null,
"dplm_type": "dplm2_esm",
"dtype": "float32",
"emb_layer_norm_before": false,
"esmfold_config": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1280,
"initializer_range": 0.02,
"intermediate_size": 5120,
"is_decoder": false,
"is_folding_model": false,
"layer_norm_eps": 1e-05,
"mask_token_id": 32,
"max_position_embeddings": 1026,
"model_type": "dplm2",
"num_attention_heads": 20,
"num_hidden_layers": 33,
"pad_token_id": 1,
"pad_type": 2,
"position_embedding_type": "rotary",
"struct_type": 0,
"tie_word_embeddings": false,
"token_dropout": true,
"transformers_version": "5.2.0",
"use_cache": true,
"vocab_list": null,
"vocab_size": 8229
}
|