PEFT
42dot-1.3B-KOpen-Platypus-dolphin / adapter_config.json
heegyu's picture
Upload folder using huggingface_hub
b7ce66e
raw
history blame contribute delete
523 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "42dot/42dot_LLM-PLM-1.3B",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"revision": null,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}