update model card README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
- image-classification
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
@@ -14,7 +13,7 @@ model-index:
|
|
14 |
name: Image Classification
|
15 |
type: image-classification
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: imagefolder
|
19 |
config: default
|
20 |
split: train
|
@@ -22,7 +21,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
|
@@ -30,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# finetuned-indian-food
|
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
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,24 +64,24 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| 1.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
|
82 |
|
83 |
### Framework versions
|
84 |
|
85 |
-
- Transformers 4.21.
|
86 |
- Pytorch 1.12.0+cu113
|
87 |
- Datasets 2.4.0
|
88 |
- Tokenizers 0.12.1
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- imagefolder
|
|
|
13 |
name: Image Classification
|
14 |
type: image-classification
|
15 |
dataset:
|
16 |
+
name: imagefolder
|
17 |
type: imagefolder
|
18 |
config: default
|
19 |
split: train
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.9330499468650372
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# finetuned-indian-food
|
31 |
|
32 |
+
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 imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.2632
|
35 |
+
- Accuracy: 0.9330
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 1.1794 | 0.3 | 100 | 0.9208 | 0.8565 |
|
68 |
+
| 0.6513 | 0.6 | 200 | 0.5410 | 0.8842 |
|
69 |
+
| 0.5904 | 0.9 | 300 | 0.4978 | 0.8799 |
|
70 |
+
| 0.4461 | 1.2 | 400 | 0.3669 | 0.9192 |
|
71 |
+
| 0.5633 | 1.5 | 500 | 0.4340 | 0.8842 |
|
72 |
+
| 0.2489 | 1.8 | 600 | 0.3355 | 0.9171 |
|
73 |
+
| 0.3171 | 2.1 | 700 | 0.3286 | 0.9192 |
|
74 |
+
| 0.3785 | 2.4 | 800 | 0.3232 | 0.9171 |
|
75 |
+
| 0.2278 | 2.7 | 900 | 0.3338 | 0.9192 |
|
76 |
+
| 0.0894 | 3.0 | 1000 | 0.2870 | 0.9245 |
|
77 |
+
| 0.2092 | 3.3 | 1100 | 0.2884 | 0.9288 |
|
78 |
+
| 0.1466 | 3.6 | 1200 | 0.2673 | 0.9320 |
|
79 |
+
| 0.1789 | 3.9 | 1300 | 0.2632 | 0.9330 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
83 |
|
84 |
+
- Transformers 4.21.1
|
85 |
- Pytorch 1.12.0+cu113
|
86 |
- Datasets 2.4.0
|
87 |
- Tokenizers 0.12.1
|