flant5_peft_summary / adapter_config.json
pelinbalci's picture
initial commit for flant5 peft
7345f6c
{
"base_model_name_or_path": "google/flan-t5-base",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"target_modules": [
"q",
"v"
],
"task_type": "SEQ_2_SEQ_LM"
}