File size: 348 Bytes
547936a 74750ce d41acc6 d42d04c 547936a c583d87 d0dcfb2 547936a e512cdc 547936a |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"model_type": "diva",
"reference_encoder": "openai/whisper-large-v3",
"reference_decoder": "meta-llama/Meta-Llama-3-8B-Instruct",
"architectures": [ "DiVAModel" ],
"auto_map": {
"AutoConfig": "configuring_diva.DiVAConfig",
"AutoModel": "modeling_diva.DiVAModel"
},
"vocab_size": 128256,
"transformers_version": "4.38.2"
}
|