Model save
Browse files
README.md
CHANGED
@@ -14,12 +14,14 @@ model-index:
|
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
|
|
|
|
17 |
# vit-base-patch16-224-in21k-finetuned-lora-food101
|
18 |
|
19 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -53,11 +55,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/jalitv77-ml/lora_transformers/runs/q00oyrrm)
|
18 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/jalitv77-ml/lora_transformers/runs/q00oyrrm)
|
19 |
# vit-base-patch16-224-in21k-finetuned-lora-food101
|
20 |
|
21 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5198
|
24 |
+
- Accuracy: 0.8565
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
57 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
58 |
+
| 0.8397 | 0.9981 | 133 | 0.6682 | 0.8154 |
|
59 |
+
| 0.8471 | 1.9962 | 266 | 0.5984 | 0.8366 |
|
60 |
+
| 0.6114 | 2.9944 | 399 | 0.5590 | 0.8438 |
|
61 |
+
| 0.6202 | 4.0 | 533 | 0.5335 | 0.8532 |
|
62 |
+
| 0.4775 | 4.9906 | 665 | 0.5198 | 0.8565 |
|
63 |
|
64 |
|
65 |
### Framework versions
|