SeyedAli/Food-Image-Classification-VIT
Browse files- README.md +10 -10
- all_results.json +2 -2
- eval_results.json +2 -2
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- food101
|
8 |
model-index:
|
9 |
-
- name:
|
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 |
-
#
|
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 the food101 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- eval_loss: 1.
|
21 |
-
- eval_accuracy: 0.
|
22 |
-
- eval_runtime:
|
23 |
-
- eval_samples_per_second:
|
24 |
-
- eval_steps_per_second: 7.
|
25 |
-
- epoch: 0.
|
26 |
-
- step:
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- food101
|
8 |
model-index:
|
9 |
+
- name: vit-base-food-classification
|
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 |
+
# vit-base-food-classification
|
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 the food101 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- eval_loss: 1.0611
|
21 |
+
- eval_accuracy: 0.7274
|
22 |
+
- eval_runtime: 411.0682
|
23 |
+
- eval_samples_per_second: 61.425
|
24 |
+
- eval_steps_per_second: 7.68
|
25 |
+
- epoch: 0.15
|
26 |
+
- step: 718
|
27 |
|
28 |
## Model description
|
29 |
|
all_results.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
-
"eval_accuracy": 0.
|
3 |
-
"eval_loss": 1.
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"eval_accuracy": 0.7274455445544554,
|
3 |
+
"eval_loss": 1.0611485242843628
|
4 |
}
|
eval_results.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
-
"eval_accuracy": 0.
|
3 |
-
"eval_loss": 1.
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"eval_accuracy": 0.7274455445544554,
|
3 |
+
"eval_loss": 1.0611485242843628
|
4 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343573229
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fec6030c124b4f9dc9553669f6eb9545b8b3a4ac993facbe3663ac150da74f57
|
3 |
size 343573229
|