Re_Sum / adapter_config.json
cherryberry01's picture
Pushing Res_Sum
5f02a76
raw
history blame
No virus
497 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "facebook/bart-large-cnn",
"bias": "lora_only",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 8,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "SEQ_2_SEQ_LM"
}