vinson099 commited on
Commit
eeaaee5
1 Parent(s): 7cad2c7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -15,13 +15,13 @@ model-index:
15
  dataset:
16
  name: imagefolder
17
  type: imagefolder
18
- config: Kaludi--data-food-classification
19
  split: train[:500]
20
- args: Kaludi--data-food-classification
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.65
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 imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.5379
35
- - Accuracy: 0.65
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
- | No log | 0.96 | 6 | 1.7515 | 0.6 |
70
- | 1.786 | 1.92 | 12 | 1.5890 | 0.62 |
71
- | 1.786 | 2.88 | 18 | 1.5379 | 0.65 |
72
 
73
 
74
  ### Framework versions
 
15
  dataset:
16
  name: imagefolder
17
  type: imagefolder
18
+ config: flower_photos
19
  split: train[:500]
20
+ args: flower_photos
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 1.0
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 imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.6457
35
+ - Accuracy: 1.0
36
 
37
  ## Model description
38
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | No log | 0.96 | 6 | 1.2651 | 0.99 |
70
+ | 1.3875 | 1.92 | 12 | 0.7931 | 1.0 |
71
+ | 1.3875 | 2.88 | 18 | 0.6457 | 1.0 |
72
 
73
 
74
  ### Framework versions