update model card README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,13 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: food101
|
18 |
type: food101
|
|
|
|
|
19 |
args: default
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
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.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss: 0.
|
34 |
-
- Accuracy: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -63,15 +65,15 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
66 |
-
| 1.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
73 |
|
74 |
-
- Transformers 4.
|
75 |
-
- Pytorch 1.
|
76 |
-
- Datasets 2.
|
77 |
- Tokenizers 0.12.1
|
|
|
16 |
dataset:
|
17 |
name: food101
|
18 |
type: food101
|
19 |
+
config: default
|
20 |
+
split: train
|
21 |
args: default
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.8539405940594059
|
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: 0.5493
|
36 |
+
- Accuracy: 0.8539
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
68 |
+
| 1.657 | 1.0 | 4735 | 0.9732 | 0.7459 |
|
69 |
+
| 0.9869 | 2.0 | 9470 | 0.7987 | 0.7884 |
|
70 |
+
| 0.71 | 3.0 | 14205 | 0.6364 | 0.8311 |
|
71 |
+
| 0.4961 | 4.0 | 18940 | 0.5595 | 0.8487 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
+
- Transformers 4.21.1
|
77 |
+
- Pytorch 1.12.0+cu113
|
78 |
+
- Datasets 2.4.0
|
79 |
- Tokenizers 0.12.1
|