test_Phi2_0.4_sparse / adapter_config.json
luciodery's picture
Upload model
b96aad9 verified
raw
history blame contribute delete
520 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "microsoft/phi-2",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 1024,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 256,
"rank_pattern": {},
"revision": null,
"target_modules": [
"fc2",
"q",
"fc1",
"dense",
"k",
"v"
],
"task_type": "CAUSAL_LM"
}