flanT5-738-lora-math / adapter_config.json
Zainiii's picture
basic training
cfeb0f0
raw
history blame contribute delete
623 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "T5ForConditionalGeneration",
"parent_library": "transformers.models.t5.modeling_t5"
},
"base_model_name_or_path": "MBZUAI/LaMini-Flan-T5-783M",
"bias": "lora_only",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": [
"decode_head"
],
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"k",
"q",
"v"
],
"task_type": null
}