Feature Extraction
Transformers
Safetensors
English
custom_model
multi-modal
conversational
speechllm
speech2text
custom_code
SpeechLLM / config.json
shangeth's picture
Upload model
d02e11d verified
raw
history blame
No virus
295 Bytes
{
"architectures": [
"CustomModel"
],
"audio_enc_dim": 1280,
"auto_map": {
"AutoConfig": "MyConfig.CustomModelConfig",
"AutoModel": "MyModel.CustomModel"
},
"llm_dim": 2048,
"model_type": "custom_model",
"torch_dtype": "float32",
"transformers_version": "4.38.2"
}