ESRT-4B / config.json
yxdu's picture
Upload folder using huggingface_hub
fa1c394 verified
Raw
History Blame Contribute Delete
563 Bytes
{
"architectures": [
"CustomSLM"
],
"auto_map": {
"AutoConfig": "srt_model.CustomSLMConfig",
"AutoModel": "srt_model.CustomSLM"
},
"dtype": "bfloat16",
"encoder_dim": 1280,
"encoder_only": false,
"encoder_path": "yxdu/whisper-large-v3-encoder",
"llm_dim": 2560,
"llm_path": "yxdu/ESRT-4B-LLM",
"model_type": "custom_slm",
"qformer_layers": 8,
"query_len": 80,
"tie_word_embeddings": false,
"tokenizer_path": "yxdu/ESRT-4B-LLM",
"transformers_version": "4.57.3",
"use_vllm": false,
"vllm_path": "yxdu/ESRT-4B-LLM"
}