Model save
Browse files
README.md
CHANGED
@@ -1,26 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
-
- image-classification
|
6 |
-
- vision
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
-
- name: food101-
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
# food101-
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,16 +49,16 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
+
- name: food101-vit-base-patch16-224-in21k
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# food101-vit-base-patch16-224-in21k
|
17 |
|
18 |
+
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.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3853
|
21 |
+
- Accuracy: 0.908
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 0.8312 | 1.0 | 9469 | 0.6893 | 0.8576 |
|
53 |
+
| 0.6401 | 2.0 | 18938 | 0.4571 | 0.8784 |
|
54 |
+
| 0.7021 | 3.0 | 28407 | 0.4081 | 0.8905 |
|
55 |
+
| 0.8365 | 4.0 | 37876 | 0.3962 | 0.8946 |
|
56 |
+
| 0.3562 | 5.0 | 47345 | 0.3932 | 0.8954 |
|
57 |
+
| 0.3552 | 6.0 | 56814 | 0.3876 | 0.9004 |
|
58 |
+
| 0.3962 | 7.0 | 66283 | 0.3854 | 0.9049 |
|
59 |
+
| 0.4242 | 8.0 | 75752 | 0.3865 | 0.9066 |
|
60 |
+
| 0.2785 | 9.0 | 85221 | 0.3867 | 0.9070 |
|
61 |
+
| 0.3446 | 10.0 | 94690 | 0.3853 | 0.908 |
|
62 |
|
63 |
|
64 |
### Framework versions
|