william7642 commited on
Commit
ff89d35
1 Parent(s): 37fc75d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,12 +16,12 @@ model-index:
16
  name: food101
17
  type: food101
18
  config: default
19
- split: train[:5000]
20
  args: default
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.882
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
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 food101 dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.6196
35
- - Accuracy: 0.882
36
 
37
  ## Model description
38
 
@@ -66,9 +66,9 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 2.6714 | 0.99 | 62 | 2.5002 | 0.831 |
70
- | 1.8177 | 1.99 | 124 | 1.7780 | 0.873 |
71
- | 1.6078 | 2.99 | 186 | 1.6196 | 0.882 |
72
 
73
 
74
  ### Framework versions
 
16
  name: food101
17
  type: food101
18
  config: default
19
+ split: train
20
  args: default
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.7962376237623763
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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 food101 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 1.0616
35
+ - Accuracy: 0.7962
36
 
37
  ## Model description
38
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 1.9969 | 1.0 | 947 | 1.9538 | 0.7321 |
70
+ | 1.1907 | 2.0 | 1894 | 1.2216 | 0.7806 |
71
+ | 0.9433 | 3.0 | 2841 | 1.0616 | 0.7962 |
72
 
73
 
74
  ### Framework versions