python_2 / adapter_config.json
shau1905's picture
Upload folder using huggingface_hub
2201d3b verified
Raw
History Blame
469 Bytes
{
"alpha_pattern": {},
"base_model_name_or_path": "microsoft/phi-3-mini-4k-instruct",
"bias": "none",
"fan_in_fan_out": false,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"target_modules": [
"gate_up_proj",
"o_proj",
"qkv_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}