rgarcia commited on
Commit
bd9f7a2
1 Parent(s): e4f4484

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.901
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 1.6314
36
- - Accuracy: 0.901
37
 
38
  ## Model description
39
 
@@ -67,14 +67,14 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 2.7588 | 0.99 | 62 | 2.5553 | 0.836 |
71
- | 1.8417 | 2.0 | 125 | 1.8064 | 0.889 |
72
- | 1.5931 | 2.98 | 186 | 1.6314 | 0.901 |
73
 
74
 
75
  ### Framework versions
76
 
77
  - Transformers 4.32.0.dev0
78
- - Pytorch 2.0.1+cpu
79
- - Datasets 2.14.3
80
- - Tokenizers 0.12.1
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.895
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: 1.5827
36
+ - Accuracy: 0.895
37
 
38
  ## Model description
39
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 2.6833 | 0.99 | 62 | 2.4863 | 0.839 |
71
+ | 1.8076 | 2.0 | 125 | 1.7471 | 0.883 |
72
+ | 1.5823 | 2.98 | 186 | 1.5827 | 0.895 |
73
 
74
 
75
  ### Framework versions
76
 
77
  - Transformers 4.32.0.dev0
78
+ - Pytorch 2.0.1+cu117
79
+ - Datasets 2.14.4
80
+ - Tokenizers 0.13.3