KnOTS-ViT-B-32_lora_R16_gtsrb / adapter_config.json
pratikramesh's picture
Upload model
e35acf6 verified
raw
history blame contribute delete
346 Bytes
{
"base_model_name_or_path": null,
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"out_proj"
],
"task_type": null
}