chatglm6b_lora_spider_no_college_2 / adapter_config.json
raymond's picture
Upload model
cafcca3
{
"base_model_name_or_path": "THUDM/chatglm-6b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 1024,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 512,
"revision": null,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}