life-fx / adapter_config.json
Tech-Meld's picture
Update adapter_config.json
0d7da6d verified
raw
history blame
209 Bytes
{
"peft_type": "LORA",
"r": 16,
"lora_alpha": 16,
"target_modules": [
"query_key_value"
],
"lora_dropout": 0.05,
"bias": "none",
"task_type": "IMAGE_GENERATION"
}