alpaca_code_8bit_30b_adapter / adapter_config.json
Jojo567's picture
Upload 2 files
96be684
raw
history blame contribute delete
389 Bytes
{
"base_model_name_or_path": "huggyllama/llama-30b",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}