File size: 483 Bytes
f32d126 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"auto_mapping": null,
"base_model_name_or_path": "aamijar/shortened-llm-Llama-2-7b-hf-taylor-n10-rm-6-blocks",
"inference_mode": true,
"init_weights": true,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.1,
"peft_type": "PORTLORA",
"r": 4096,
"revision": null,
"target_modules": [
"q_proj",
"v_proj",
"up_proj",
"down_proj",
"gate_proj",
"k_proj",
"o_proj"
],
"task_type": "CAUSAL_LM",
"use_rslora": false
} |