chatglm-6b-alpaca-zh-en-lora / adapter_config.json
mymusise's picture
Upload 2 files
21ef1a3
raw
history blame contribute delete
No virus
382 Bytes
{
"base_model_name_or_path": "THUDM/chatglm-6b",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": true,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}