FIRST_MODEL_CHATGLM / adapter_config.json
bz1992's picture
Upload 9 files
82a3e28
raw
history blame contribute delete
389 Bytes
{
"base_model_name_or_path": "THUDM/chatglm-6b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32.0,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"dense",
"dense_4h_to_h",
"dense_h_to_4h",
"query_key_value"
],
"task_type": "CAUSAL_LM"
}