law_dpo2 / adapter_config.json
zzunyang's picture
Upload folder using huggingface_hub
13200eb verified
raw
history blame
No virus
716 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "beomi/open-llama-2-ko-7b",
"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": 8,
"lora_dropout": 0.02,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"rank_pattern": {},
"revision": null,
"target_modules": [
"v_proj",
"out_proj",
"q_proj",
"wte",
"k_proj",
"fc_in",
"fc_out"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}