tmp_trainer / adapter_config.json
navpathak's picture
navpathak/test1
4845096
raw
history blame contribute delete
373 Bytes
{
"base_model_name_or_path": "openlm-research/open_llama_3b_v2",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 8,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}