LR_1e-05 / adapter_config.json
raman07's picture
End of training
cb4cee5 verified
raw
history blame contribute delete
732 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "Transformer2DModel",
"parent_library": "diffusers.models.transformers.transformer_2d"
},
"base_model_name_or_path": null,
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": "gaussian",
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 8,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"rank_pattern": {},
"revision": null,
"target_modules": [
"to_out.0",
"ff.net.2",
"proj_out",
"proj",
"to_q",
"proj_in",
"linear_1",
"linear_2",
"ff.net.0.proj",
"to_v",
"to_k",
"linear"
],
"task_type": null
}