bunny-phi-1.5-eva-lora / adapter_config.json
BoyaWu10's picture
Upload checkpoints
de92b2e
raw
history blame
604 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "susnato/phi-1_5_dev",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 256,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"rank_pattern": {},
"revision": null,
"target_modules": [
"dense",
"fc2",
"query_key_value",
"fc1"
],
"task_type": "CAUSAL_LM"
}