dcard / adapter_config.json
3v324v23's picture
add model
519f85f
raw
history blame contribute delete
363 Bytes
{
"base_model_name_or_path": "models/P01son_Linly-Chinese-LLaMA-7b-hf",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 388,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 276,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}