flan-t5-xl-squad-lora-qg / adapter_config.json
fuweiping's picture
Upload 2 files
3daf13e verified
raw
history blame contribute delete
No virus
371 Bytes
{
"base_model_name_or_path": "/data1/fwp/pretrained_model/flan-t5-xl",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q",
"v"
],
"task_type": "SEQ_2_SEQ_LM"
}