speechllm-2B / config.json
shangeth's picture
Upload model
1c6b840 verified
raw
history blame
No virus
300 Bytes
{
"architectures": [
"SpeechLLMModel"
],
"audio_enc_dim": 1280,
"auto_map": {
"AutoConfig": "config.SpeechLLMModelConfig",
"AutoModel": "model.SpeechLLMModel"
},
"llm_dim": 2048,
"model_type": "custom_model",
"torch_dtype": "float32",
"transformers_version": "4.38.2"
}