VicUnlocked-alpaca-65b-QLoRA / adapter_config.json
Aeala's picture
Update with a retrain at ~1000 steps with fixed QLoRA repo.
1a37883
{
"base_model_name_or_path": "../models/llama65b_hf",
"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": [
"gate_proj",
"q_proj",
"down_proj",
"v_proj",
"o_proj",
"k_proj",
"up_proj"
],
"task_type": "CAUSAL_LM"
}