t5-base-ia3-finetune-tweetsumm / adapter_config.json
samuellimabraz's picture
End of training
91b7272 verified
raw
history blame contribute delete
No virus
395 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "google-t5/t5-base",
"fan_in_fan_out": false,
"feedforward_modules": [
"wo"
],
"inference_mode": true,
"init_ia3_weights": true,
"modules_to_save": null,
"peft_type": "IA3",
"revision": null,
"target_modules": [
"lm_head",
"o",
"q",
"wi",
"k",
"wo",
"v"
],
"task_type": "SEQ_2_SEQ_LM"
}