MT-deer-7B / adapter_config.json
Eunhui's picture
Upload 9 files
94b795c
{
"base_model_name_or_path": "/scratch/hpc103a02/workspace/pretrain-model/open-llama-7b",
"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": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}