open-calm-7b-summarizer-lora / adapter_config.json
haih2's picture
Upload model
1be8c69
raw
history blame contribute delete
No virus
453 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "cyberagent/open-calm-7b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 64,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"revision": null,
"target_modules": [
"query_key_value",
"dense"
],
"task_type": "CAUSAL_LM"
}