File size: 500 Bytes
3335a8a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"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": 1152,
"struct_dim": 1024,
"transformers_version": "4.57.3"
}
|