aalonso-developer commited on
Commit
d9ffeaf
·
1 Parent(s): 73a98af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -24
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
  license: apache-2.0
3
  tags:
4
- - image-classification
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
@@ -15,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # vit-base-clothing-leafs-example-full-simple
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 the beans dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.9906
21
- - Accuracy: 0.7109
22
 
23
  ## Model description
24
 
@@ -37,7 +36,7 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 7.5e-05
41
  - train_batch_size: 32
42
  - eval_batch_size: 8
43
  - seed: 42
@@ -50,25 +49,25 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
- | 1.6049 | 0.14 | 1000 | 1.2690 | 0.6463 |
54
- | 1.1874 | 0.28 | 2000 | 1.1466 | 0.6708 |
55
- | 1.1217 | 0.41 | 3000 | 1.1049 | 0.6792 |
56
- | 1.0743 | 0.55 | 4000 | 1.0917 | 0.6763 |
57
- | 1.0546 | 0.69 | 5000 | 1.0748 | 0.6880 |
58
- | 1.0375 | 0.83 | 6000 | 1.0563 | 0.6867 |
59
- | 1.0244 | 0.97 | 7000 | 1.0345 | 0.6980 |
60
- | 0.8943 | 1.11 | 8000 | 1.0278 | 0.7006 |
61
- | 0.8324 | 1.24 | 9000 | 1.0216 | 0.7050 |
62
- | 0.8411 | 1.38 | 10000 | 1.0214 | 0.7017 |
63
- | 0.8353 | 1.52 | 11000 | 1.0081 | 0.7044 |
64
- | 0.8307 | 1.66 | 12000 | 1.0041 | 0.7079 |
65
- | 0.8297 | 1.8 | 13000 | 0.9978 | 0.7104 |
66
- | 0.8095 | 1.94 | 14000 | 0.9906 | 0.7109 |
67
- | 0.7007 | 2.07 | 15000 | 1.0343 | 0.7078 |
68
- | 0.5791 | 2.21 | 16000 | 1.0633 | 0.7015 |
69
- | 0.5879 | 2.35 | 17000 | 1.0511 | 0.7047 |
70
- | 0.599 | 2.49 | 18000 | 1.0590 | 0.7047 |
71
- | 0.5784 | 2.63 | 19000 | 1.0470 | 0.7059 |
72
 
73
 
74
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
 
14
 
15
  # vit-base-clothing-leafs-example-full-simple
16
 
17
+ 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 None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0113
20
+ - Accuracy: 0.7159
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
  - train_batch_size: 32
41
  - eval_batch_size: 8
42
  - seed: 42
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
+ | 2.1091 | 0.14 | 1000 | 1.5708 | 0.6353 |
53
+ | 1.4147 | 0.28 | 2000 | 1.3138 | 0.6585 |
54
+ | 1.2355 | 0.41 | 3000 | 1.1873 | 0.6820 |
55
+ | 1.1718 | 0.55 | 4000 | 1.1535 | 0.6837 |
56
+ | 1.1154 | 0.69 | 5000 | 1.0924 | 0.6977 |
57
+ | 1.0914 | 0.83 | 6000 | 1.0666 | 0.7002 |
58
+ | 1.052 | 0.97 | 7000 | 1.0516 | 0.7029 |
59
+ | 0.9649 | 1.11 | 8000 | 1.0426 | 0.7033 |
60
+ | 0.9281 | 1.24 | 9000 | 1.0278 | 0.7113 |
61
+ | 0.9131 | 1.38 | 10000 | 1.0219 | 0.7106 |
62
+ | 0.9105 | 1.52 | 11000 | 1.0093 | 0.7136 |
63
+ | 0.9139 | 1.66 | 12000 | 1.0021 | 0.7157 |
64
+ | 0.901 | 1.8 | 13000 | 1.0019 | 0.7148 |
65
+ | 0.8916 | 1.94 | 14000 | 0.9940 | 0.7164 |
66
+ | 0.8142 | 2.07 | 15000 | 1.0117 | 0.7176 |
67
+ | 0.7494 | 2.21 | 16000 | 1.0149 | 0.7156 |
68
+ | 0.7489 | 2.35 | 17000 | 1.0146 | 0.7149 |
69
+ | 0.7392 | 2.49 | 18000 | 1.0147 | 0.7146 |
70
+ | 0.7447 | 2.63 | 19000 | 1.0113 | 0.7159 |
71
 
72
 
73
  ### Framework versions