File size: 1,196 Bytes
38ad4d4 d042570 38ad4d4 d042570 38ad4d4 d042570 38ad4d4 d042570 38ad4d4 d042570 38ad4d4 | 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 | {
"add_cross_attention": false,
"architectures": [
"DPLMForMaskedLM"
],
"attention_probs_dropout_prob": 0.0,
"attn_backend": "sdpa",
"auto_map": {
"AutoConfig": "modeling_dplm.DPLMConfig",
"AutoModel": "modeling_dplm.DPLMModel",
"AutoModelForMaskedLM": "modeling_dplm.DPLMForMaskedLM",
"AutoModelForSequenceClassification": "modeling_dplm.DPLMForSequenceClassification",
"AutoModelForTokenClassification": "modeling_dplm.DPLMForTokenClassification"
},
"classifier_dropout": null,
"dplm_type": "dplm_esm",
"dtype": "float32",
"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_decoder": false,
"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,
"transformers_version": "5.2.0",
"use_cache": true,
"vocab_list": null,
"vocab_size": 33
}
|