bactrian-x-llama-7b-lora / adapter_config.json
Haonan Li
Upload adapter_config.json with huggingface_hub
1ea6702
raw
history blame
382 Bytes
{
"base_model_name_or_path": "decapoda-research/llama-7b-hf",
"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": 64,
"target_modules": [
"[q_proj",
"k_proj",
"v_proj",
"o_proj]"
],
"task_type": "CAUSAL_LM"
}