ChatHanLin_Model / adapter_config.json
Hypnos's picture
Rename config.json to adapter_config.json
415b2cb
raw
history blame contribute delete
No virus
383 Bytes
{
"base_model_name_or_path": "THUDM/chatglm-6b",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"merge_weights": true,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": ["dense","dense_h_to_4h","dense_4h_to_h","query_key_value"],
"task_type": "CAUSAL_LM"
}