Model save
Browse files
README.md
CHANGED
@@ -14,14 +14,13 @@ 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 |
-
[<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/
|
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.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -55,11 +54,11 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
57 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### 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/62dlprwk)
|
|
|
18 |
# vit-base-patch16-224-in21k-finetuned-lora-food101
|
19 |
|
20 |
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.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5267
|
23 |
+
- Accuracy: 0.8573
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
56 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
57 |
+
| 1.0269 | 0.9958 | 118 | 0.6697 | 0.8207 |
|
58 |
+
| 0.9299 | 2.0 | 237 | 0.5993 | 0.8387 |
|
59 |
+
| 0.6699 | 2.9958 | 355 | 0.5610 | 0.8473 |
|
60 |
+
| 0.6616 | 4.0 | 474 | 0.5421 | 0.8543 |
|
61 |
+
| 0.5378 | 4.9789 | 590 | 0.5267 | 0.8573 |
|
62 |
|
63 |
|
64 |
### Framework versions
|