evo2-exon-classifier / config.json
Jonathan Schmok
Add config, wrapper, weights for transformers loading
4b70876
{
"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"
}