k2_it_adapter / adapter_config.json
davendw49
upload k2 adapter model
8e24099
{
"base_model_name_or_path": "/home/daven/llm/qokori/llama-2023-05-27-23-10/checkpoint-30140",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"k_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}