ProtEnrich-ESM2-T36 / config.json
gabrielbianchin's picture
update
cf9f7d5
raw
history blame contribute delete
500 Bytes
{
"alpha_max": 0.3,
"auto_map": {
"AutoConfig": "configuration_protenrich.ProtEnrichConfig",
"AutoModel": "modeling_protenrich.ProtEnrichModel",
"AutoModelForSequenceClassification": "modeling_protenrich.ProtEnrichForSequenceClassification"
},
"architectures": [
"ProtEnrichModel"
],
"dtype": "float32",
"dyn_dim": 20,
"embed_dim": 1024,
"model_type": "protenrich",
"project_dim": 256,
"seq_dim": 2560,
"struct_dim": 1024,
"transformers_version": "4.57.3"
}