Woleek commited on
Commit
104f286
·
1 Parent(s): bc8ecfd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8095238095238095
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](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.5754
36
- - Accuracy: 0.8095
37
 
38
  ## Model description
39
 
@@ -64,7 +64,11 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 0.0003 | 11.11 | 100 | 0.5754 | 0.8095 |
 
 
 
 
68
 
69
 
70
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8181818181818182
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](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.7098
36
+ - Accuracy: 0.8182
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.0041 | 3.57 | 50 | 0.5183 | 0.7576 |
68
+ | 0.0006 | 7.14 | 100 | 0.7554 | 0.8182 |
69
+ | 0.0004 | 10.71 | 150 | 0.7197 | 0.8182 |
70
+ | 0.0003 | 14.29 | 200 | 0.7126 | 0.8182 |
71
+ | 0.0003 | 17.86 | 250 | 0.7098 | 0.8182 |
72
 
73
 
74
  ### Framework versions