Phi-3V-Med / adapter_config.json
ecoxial2007's picture
Upload 14 files
1c589b6 verified
raw
history blame contribute delete
544 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "./Phi-3-vision-128k-instruct",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": false,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 128,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"qkv_proj",
"gate_up_proj",
"lm_head",
"down_proj",
"o_proj"
],
"task_type": null
}