mt0-slots / adapter_config.json
gagan3012's picture
Update adapter_config.json
226a0d9
{
"base_model_name_or_path": "bigscience/mt0-small",
"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"
}