flan-T5-xl-lora-chat_prompts_tiny / adapter_config.json
maderix's picture
Upload model
78db90f
raw
history blame contribute delete
352 Bytes
{
"base_model_name_or_path": "google/flan-t5-xl",
"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"
}