End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the food101 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 1.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,14 +67,14 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 2.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.32.0.dev0
|
78 |
-
- Pytorch 2.0.1+
|
79 |
-
- Datasets 2.14.
|
80 |
-
- Tokenizers 0.
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.895
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the food101 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.5827
|
36 |
+
- Accuracy: 0.895
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.6833 | 0.99 | 62 | 2.4863 | 0.839 |
|
71 |
+
| 1.8076 | 2.0 | 125 | 1.7471 | 0.883 |
|
72 |
+
| 1.5823 | 2.98 | 186 | 1.5827 | 0.895 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.32.0.dev0
|
78 |
+
- Pytorch 2.0.1+cu117
|
79 |
+
- Datasets 2.14.4
|
80 |
+
- Tokenizers 0.13.3
|