Llama-2-LoRA-Weights / adapter_config.json
mosama's picture
wizard-mayo-mle-1-epoch
faa98a5
raw
history blame
No virus
524 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "mosama/llama2-rope-scaled",
"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": [
"up_proj",
"k_proj",
"o_proj",
"gate_proj",
"q_proj",
"v_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}