ziya-llama-13b-medical-lora / adapter_config.json
shibing624's picture
Upload 3 files
946c72b
raw history blame
No virus
426 Bytes
{
"base_model_name_or_path": "IDEA-CCNL/Ziya-LLaMA-13B-v1",
"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": [
"down_proj",
"gate_proj",
"k_proj",
"o_proj",
"q_proj",
"up_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}