openllama-7b-qlora-orca / adapter_config.json
layoric's picture
Training in progress, step 1300
2cfc8b9
{
"base_model_name_or_path": "openlm-research/open_llama_7b",
"bias": "none",
"fan_in_fan_out": null,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"revision": null,
"target_modules": [
"k_proj",
"o_proj",
"up_proj",
"q_proj",
"gate_proj",
"v_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}