cendol-7b_lkpp_lora / adapter_config.json
ingenio's picture
Upload adapter_config.json
4877346 verified
raw
history blame contribute delete
No virus
321 Bytes
{
"base_model_name_or_path": "indonlp/cendol-llama2-7b-inst",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}