LimaRP-perscengen-v5 / adapter_config.json
lemonilia's picture
Upload 9 files
3923a48
raw
history blame contribute delete
No virus
538 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "/home/suika/models/Yarn-Llama-2-7b-64k/",
"bias": "none",
"fan_in_fan_out": null,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.01,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"revision": null,
"target_modules": [
"k_proj",
"v_proj",
"up_proj",
"o_proj",
"down_proj",
"gate_proj",
"q_proj"
],
"task_type": "CAUSAL_LM"
}