t5-classification / adapter_config.json
Abhinay123's picture
End of training
560a521 verified
{
"alpha": 8,
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "google/flan-t5-xl",
"exclude_modules": null,
"inference_mode": true,
"init_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"module_dropout": 0.1,
"modules_to_save": [
"classifier",
"score"
],
"peft_type": "LOHA",
"r": 8,
"rank_dropout": 0.0,
"rank_pattern": {},
"revision": null,
"target_modules": [
"v",
"q"
],
"task_type": "SEQ_CLS",
"use_effective_conv2d": false
}