guanaco-unchained-33b-qlora / adapter_config.json
Neko-Institute-of-Science's picture
Epoch 3, complete
fbe9dd4
{
"base_model_name_or_path": "/UI/text-generation-webui/models/llama-30b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16.0,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"target_modules": [
"k_proj",
"o_proj",
"up_proj",
"gate_proj",
"q_proj",
"v_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}