phi-2_codev2 / adapter_config.json
dhyay's picture
Upload model
d0a421f verified
raw
history blame contribute delete
798 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "PhiForCausalLM",
"parent_library": "transformers_modules.microsoft.phi-2.b10c3eba545ad279e7208ee3a5d644566f001670.modeling_phi"
},
"base_model_name_or_path": "microsoft/phi-2",
"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.03,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"fc1",
"Wqkv",
"fc2"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}