File size: 580 Bytes
d5493f1 f7550f4 d5493f1 a5edb85 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
datasets:
- ethz/food101
language:
- en
base_model:
- timm/vit_base_patch16_224.augreg2_in21k_ft_in1k
pipeline_tag: image-classification
library_name: transformers
tags:
- LoRA
---
LoRA adapter weights for the `timm/vit_base_patch16_224.augreg2_in21k_ft_in1k` model fine tuned with the `ethz/food101` dataset.
Artefacts:
1. [The entire code for LoRA fine tuning](https://github.com/ariG23498/timm-wrapper-examples/blob/main/%2305_sft_lora.ipynb)
2. [Inference code with the adapters](https://github.com/ariG23498/timm-wrapper-examples/blob/main/%2306_use_lora.ipynb) |