flan-t5-xxl-samsum-peft / adapter_config.json
philschmid's picture
philschmid HF staff
add adapter
9cc4abf
raw history blame
No virus
370 Bytes
{
"base_model_name_or_path": "philschmid/flan-t5-xxl-sharded-fp16",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"q",
"v"
],
"task_type": "SEQ_2_SEQ_LM"
}