Storytelling-v2-13B-lora / adapter_config.json
Undi95's picture
Upload 3 files
7af4087
{
"auto_mapping": null,
"base_model_name_or_path": "TheBloke/Llama-2-13B-fp16",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32.0,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"revision": null,
"target_modules": [
"k_proj",
"q_proj",
"up_proj",
"o_proj",
"gate_proj",
"down_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}