microsoft-phi-1_5 / neurocache_adapter /adapter_config.json
Ali Safaya
upgrade neurocache weights
c396b6b
raw
history blame contribute delete
740 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "microsoft/phi-1_5",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": false,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": [
18,
19,
20,
21,
22,
23
],
"loftq_config": {},
"lora_alpha": 64,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"o_proj",
"dense",
"fc1",
"v_proj",
"q_proj",
"fc2"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}