speechllm-1.5B / config.json
shangeth's picture
Upload model
898044c verified
raw
history blame
No virus
399 Bytes
{
"audio_enc_dim": 1024,
"audio_encoder_name": "microsoft/wavlm-large",
"audio_processor_name": "microsoft/wavlm-base",
"auto_map": {
"AutoConfig": "config.SpeechLLMModelConfig"
},
"llm_dim": 2048,
"llm_model_checkpoint": "hf_repo/llm_model_checkpoint",
"llm_model_name": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"model_type": "custom_model",
"transformers_version": "4.38.2"
}