Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,10 @@ pipeline_tag: image-classification
|
|
9 |
library_name: transformers
|
10 |
tags:
|
11 |
- LoRA
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
library_name: transformers
|
10 |
tags:
|
11 |
- LoRA
|
12 |
+
---
|
13 |
+
|
14 |
+
LoRA adapter weights for the `timm/vit_base_patch16_224.augreg2_in21k_ft_in1k` model fine tuned with the `ethz/food101` dataset.
|
15 |
+
|
16 |
+
Artefacts:
|
17 |
+
1. [The entire code for LoRA fine tuning](https://github.com/ariG23498/timm-wrapper-examples/blob/main/%2305_sft_lora.ipynb)
|
18 |
+
2. [Inference code with the adapters](https://github.com/ariG23498/timm-wrapper-examples/blob/main/%2306_use_lora.ipynb)
|