File size: 370 Bytes
4b70876 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"architectures": [
"Evo2ExonModel"
],
"auto_map": {
"AutoConfig": "configuration_exon_classifier.Evo2ExonConfig",
"AutoModel": "wrapper_exon_classifier.Evo2ExonModel"
},
"embedding_dim": 8192,
"hidden_dim": 1024,
"model_type": "evo2_exon_classifier",
"num_hidden_layers": 1,
"torch_dtype": "float32",
"transformers_version": "4.36.2"
}
|