flan-t5-peft / adapter_config.json
nash5657's picture
Upload 2 files
8f75a4c verified
raw
history blame contribute delete
No virus
391 Bytes
{
"base_model_name_or_path": "/Users/nash/Downloads/Models/Instruct_Model/flan-dialogue-summary-checkpoint",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"target_modules": [
"q",
"v"
],
"task_type": "SEQ_2_SEQ_LM"
}