sft-6k / config.json
VOLBEM's picture
Add files using upload-large-folder tool
ebcf321 verified
Raw
History Blame Contribute Delete
1.14 kB
{
"assistant_prefix": "<|im_start|>assistant\n",
"bundled": false,
"dtype": "bfloat16",
"emca_c_work_init": 0.5,
"emca_c_work_max": 4.0,
"emca_c_work_min": 0.01,
"encoder_dim": 1280,
"extract_layers": [
3,
7,
11,
15,
19,
23,
27,
31
],
"freeze_llm": true,
"has_lora": true,
"hga_b_init_std": 0.0001,
"hga_c_init": 1.0,
"hga_c_max": 8.0,
"hga_c_min": 0.001,
"llm_dim": 3584,
"llm_name": "/apdcephfs_hzlf/share_1227201/zefeng/Qwen2.5-7B-Instruct",
"lora": {
"bias": "none",
"lora_alpha": 64,
"lora_dropout": 0.05,
"r": 32,
"target_modules": [
"k_proj",
"v_proj",
"up_proj",
"o_proj",
"down_proj",
"q_proj",
"gate_proj"
]
},
"max_audio_length": 30.0,
"model_type": "hga_thinker",
"num_whisper_layers": 32,
"projector_hidden": 4096,
"sample_rate": 16000,
"system_prompt": "You are a helpful assistant that analyzes audio content.",
"target_frame_rate_hz": 12.5,
"trained_steps": 6000,
"transformers_version": "4.57.0",
"whisper_path": "/apdcephfs_hzlf/share_1227201/zefeng/whisper-large-v3"
}