pkr7098 commited on
Commit
d824630
1 Parent(s): e4c99dc

Model save

Browse files
Files changed (1) hide show
  1. README.md +16 -18
README.md CHANGED
@@ -1,26 +1,24 @@
1
  ---
2
  license: apache-2.0
3
- base_model: facebook/deit-tiny-patch16-224
4
  tags:
5
- - image-classification
6
- - vision
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
10
  model-index:
11
- - name: food101-deit-tiny-patch16-224
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-deit-tiny-patch16-224
19
 
20
- This model is a fine-tuned version of [facebook/deit-tiny-patch16-224](https://huggingface.co/facebook/deit-tiny-patch16-224) on the food101 dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6538
23
- - Accuracy: 0.8204
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
- | 1.7988 | 1.0 | 9469 | 1.4392 | 0.6555 |
55
- | 1.5581 | 2.0 | 18938 | 1.1165 | 0.7145 |
56
- | 1.2981 | 3.0 | 28407 | 0.9254 | 0.7558 |
57
- | 1.4347 | 4.0 | 37876 | 0.8343 | 0.7739 |
58
- | 0.9679 | 5.0 | 47345 | 0.7731 | 0.7922 |
59
- | 0.9975 | 6.0 | 56814 | 0.7378 | 0.7998 |
60
- | 1.0269 | 7.0 | 66283 | 0.7022 | 0.8073 |
61
- | 0.8969 | 8.0 | 75752 | 0.6865 | 0.8117 |
62
- | 0.8152 | 9.0 | 85221 | 0.6641 | 0.8194 |
63
- | 0.7437 | 10.0 | 94690 | 0.6538 | 0.8204 |
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