timm-wrapper-food-lora / adapter_config.json
pcuenq's picture
pcuenq HF staff
Upload model
50d3a48 verified
raw
history blame contribute delete
872 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "TimmWrapperForImageClassification",
"parent_library": "transformers.models.timm_wrapper.modeling_timm_wrapper"
},
"base_model_name_or_path": "timm/vit_base_patch16_224.augreg2_in21k_ft_in1k",
"bias": "none",
"eva_config": null,
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_bias": false,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"head"
],
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"qkv"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}