MiniCPM / adapter_config.json
maghrane's picture
Upload model
0598775 verified
raw
history blame
680 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "openbmb/MiniCPM-Llama3-V-2_5-int4",
"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": 64,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": "llm\\..*layers\\.\\d+\\.self_attn\\.(q_proj|k_proj)",
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}