M2RAG-Qwen2-VL-7B-Instruct / adapter_config.json
ylwt's picture
Upload folder using huggingface_hub
ab6b26a
raw
history blame contribute delete
764 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "/disk/maziao/model-zoo/hf-repo/models--Qwen--Qwen2-VL-7B-Instruct",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 256,
"lora_dropout": 0.0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"rank_pattern": {},
"revision": null,
"target_modules": "^(?!.*visual.patch_embed|visual.blocks).*(?:q_proj|o_proj|gate_proj|v_proj|k_proj|up_proj|down_proj).*",
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}