bimoGPT-llama2-13b / adapter_config.json
Baicai003's picture
first commit
b4fe3de
raw history blame
No virus
582 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "/root/autodl-tmp/panel/model/llama2-13b-Chinese-chat/llama2-13B-sharegpt_cn-epoch2",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.07,
"modules_to_save": null,
"peft_type": "LORA",
"r": 36,
"revision": null,
"target_modules": [
"v_proj",
"down_proj",
"o_proj",
"up_proj",
"gate_proj",
"k_proj",
"q_proj"
],
"task_type": "CAUSAL_LM"
}