vit-base-patch16-224-in21k-loha / adapter_config.json
stevhliu's picture
stevhliu HF staff
Training in progress, epoch 1
1c86d18 verified
{
"alpha": 16,
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "ViTForImageClassification",
"parent_library": "transformers.models.vit.modeling_vit"
},
"base_model_name_or_path": "google/vit-base-patch16-224-in21k",
"inference_mode": true,
"init_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"module_dropout": 0.1,
"modules_to_save": [
"classifier"
],
"peft_type": "LOHA",
"r": 16,
"rank_dropout": 0.0,
"rank_pattern": {},
"revision": null,
"target_modules": [
"query",
"value"
],
"task_type": null,
"use_effective_conv2d": false
}