eva02-lora-test / adapter_config.json
hangsiin's picture
Upload model
a6497e4
raw
history blame contribute delete
521 Bytes
{
"auto_mapping": {
"base_model_class": "Beit",
"parent_library": "timm.models.beit"
},
"base_model_name_or_path": null,
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": [
"head"
],
"peft_type": "LORA",
"r": 16,
"revision": null,
"target_modules": [
"qkv",
"proj",
"fc1",
"fc2"
],
"task_type": null
}