aalonso-developer commited on
Commit
f4d0718
·
1 Parent(s): 1f1726b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -26
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.9822
21
- - Accuracy: 0.7145
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: 1.75e-05
41
  - train_batch_size: 32
42
  - eval_batch_size: 8
43
  - seed: 42
@@ -48,27 +47,15 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
- | 2.1712 | 0.14 | 1000 | 1.6429 | 0.6206 |
54
- | 1.4661 | 0.28 | 2000 | 1.3387 | 0.6625 |
55
- | 1.2803 | 0.41 | 3000 | 1.2176 | 0.6767 |
56
- | 1.2063 | 0.55 | 4000 | 1.1589 | 0.6827 |
57
- | 1.1377 | 0.69 | 5000 | 1.0993 | 0.6957 |
58
- | 1.1039 | 0.83 | 6000 | 1.0647 | 0.7012 |
59
- | 1.0691 | 0.97 | 7000 | 1.0476 | 0.7037 |
60
- | 0.9729 | 1.11 | 8000 | 1.0341 | 0.7060 |
61
- | 0.9621 | 1.24 | 9000 | 1.0242 | 0.7090 |
62
- | 0.9344 | 1.38 | 10000 | 1.0159 | 0.7104 |
63
- | 0.9364 | 1.52 | 11000 | 1.0165 | 0.7083 |
64
- | 0.9235 | 1.66 | 12000 | 1.0139 | 0.7089 |
65
- | 0.9264 | 1.8 | 13000 | 1.0029 | 0.7109 |
66
- | 0.9161 | 1.94 | 14000 | 0.9822 | 0.7145 |
67
- | 0.8473 | 2.07 | 15000 | 1.0041 | 0.7135 |
68
- | 0.7759 | 2.21 | 16000 | 1.0011 | 0.7137 |
69
- | 0.7743 | 2.35 | 17000 | 1.0025 | 0.7119 |
70
- | 0.7699 | 2.49 | 18000 | 0.9976 | 0.7148 |
71
- | 0.7691 | 2.63 | 19000 | 1.0039 | 0.7146 |
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: nan
20
+ - Accuracy: 0.0512
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 0.002
40
  - train_batch_size: 32
41
  - eval_batch_size: 8
42
  - seed: 42
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 2.7222 | 0.14 | 1000 | 2.6766 | 0.2528 |
53
+ | 2.6768 | 0.28 | 2000 | 2.6693 | 0.2481 |
54
+ | 2.6689 | 0.41 | 3000 | nan | 0.2230 |
55
+ | 0.4613 | 0.55 | 4000 | nan | 0.0512 |
56
+ | 0.0 | 0.69 | 5000 | nan | 0.0512 |
57
+ | 0.0 | 0.83 | 6000 | nan | 0.0512 |
58
+ | 0.0 | 0.97 | 7000 | nan | 0.0512 |
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
 
61
  ### Framework versions