Llama2-Chinese-13b-Chat-LoRA / adapter_config.json
wuyongyu's picture
Upload adapter_config.json with huggingface_hub
948eb69
{
"base_model_name_or_path": "/mnt/data/zhangzheng/data/other_model/models--meta-llama--Llama-2-13b-chat-hf",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"down_proj",
"gate_proj",
"up_proj"
],
"task_type": "CAUSAL_LM"
}