File size: 435 Bytes
40fcc87 c4e2359 40fcc87 8ed04c6 c8e1582 c4e2359 40fcc87 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"model_name_or_path": "NousResearch/Llama-2-7b-hf",
"max_length": 50,
"model_kwargs": {},
"pooling_strategy": "cls",
"lora_config_kwargs": {
"task_type": "CAUSAL_LM",
"r": 32,
"lora_alpha": 32,
"lora_dropout": 0.1,
"bias": "none",
"target_modules": [
"q_proj",
"k_proj",
"up_proj",
"down_proj",
"v_proj",
"gate_proj",
"o_proj"
]
},
"apply_lora": 1
} |