rajistics commited on
Commit
3b64ca2
1 Parent(s): aeb260b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -20
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: indian_food_images
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.9543039319872476
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 indian_food_images dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.1918
36
- - Accuracy: 0.9543
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.0175 | 0.3 | 100 | 0.9247 | 0.8629 |
69
- | 0.7418 | 0.6 | 200 | 0.5536 | 0.8990 |
70
- | 0.6652 | 0.9 | 300 | 0.4036 | 0.9182 |
71
- | 0.5959 | 1.2 | 400 | 0.4022 | 0.8980 |
72
- | 0.4478 | 1.5 | 500 | 0.3247 | 0.9288 |
73
- | 0.4717 | 1.8 | 600 | 0.3019 | 0.9267 |
74
- | 0.34 | 2.1 | 700 | 0.2594 | 0.9352 |
75
- | 0.3518 | 2.4 | 800 | 0.2507 | 0.9352 |
76
- | 0.3352 | 2.7 | 900 | 0.2484 | 0.9426 |
77
- | 0.2493 | 3.0 | 1000 | 0.2266 | 0.9394 |
78
- | 0.2034 | 3.3 | 1100 | 0.2011 | 0.9479 |
79
- | 0.1753 | 3.6 | 1200 | 0.2089 | 0.9447 |
80
- | 0.1614 | 3.9 | 1300 | 0.1918 | 0.9543 |
81
 
82
 
83
  ### Framework versions
84
 
85
- - Transformers 4.21.0
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