Qwen2-Audio_PCLM_DPO / config.json
JiachengPang's picture
Initial release: Qwen2-Audio + PCLM + DPO
11a7e82 verified
{
"_name_or_path": "IHP-Lab/Qwen2-Audio_PCLM_DPO",
"architectures": [
"Qwen2AudioForConditionalGeneration"
],
"audio_config": {
"model_type": "qwen2_audio_encoder"
},
"audio_token_index": 151646,
"expose_layers": [
5,
15,
25,
30
],
"ignore_index": -100,
"model_type": "qwen2_audio",
"pclm_exclude_final": false,
"pclm_text_model": "prajjwal1/bert-small",
"text_config": {
"bos_token_id": 151643,
"eos_token_id": 151645,
"intermediate_size": 11008,
"max_position_embeddings": 8192,
"model_type": "qwen2",
"rms_norm_eps": 1e-05,
"torch_dtype": "bfloat16",
"use_mrope": false,
"vocab_size": 156032
},
"torch_dtype": "bfloat16",
"transformers_version": "4.46.0",
"use_pclm": true,
"vocab_size": 156032
}