mrgiraffe commited on
Commit
9b303ce
·
1 Parent(s): 8544300

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 0.1725
20
- - Accuracy: 0.9546
21
 
22
  ## Model description
23
 
@@ -49,11 +49,17 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.0306 | 0.71 | 1000 | 0.1824 | 0.9344 |
53
- | 0.0483 | 1.43 | 2000 | 0.1830 | 0.9528 |
54
- | 0.0428 | 2.14 | 3000 | 0.2067 | 0.9477 |
55
- | 0.0149 | 2.86 | 4000 | 0.1966 | 0.9530 |
56
- | 0.0581 | 3.57 | 5000 | 0.1725 | 0.9546 |
 
 
 
 
 
 
57
 
58
 
59
  ### Framework versions
 
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: 0.0630
20
+ - Accuracy: 0.9850
21
 
22
  ## Model description
23
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.0465 | 0.36 | 500 | 0.1289 | 0.9612 |
53
+ | 0.0253 | 0.71 | 1000 | 0.0983 | 0.9693 |
54
+ | 0.008 | 1.07 | 1500 | 0.0957 | 0.9728 |
55
+ | 0.0569 | 1.43 | 2000 | 0.0668 | 0.9793 |
56
+ | 0.035 | 1.79 | 2500 | 0.0865 | 0.9752 |
57
+ | 0.0034 | 2.14 | 3000 | 0.0748 | 0.9773 |
58
+ | 0.0638 | 2.5 | 3500 | 0.0708 | 0.9805 |
59
+ | 0.0195 | 2.86 | 4000 | 0.0782 | 0.9821 |
60
+ | 0.0012 | 3.21 | 4500 | 0.0739 | 0.9820 |
61
+ | 0.0013 | 3.57 | 5000 | 0.0680 | 0.9845 |
62
+ | 0.0417 | 3.93 | 5500 | 0.0630 | 0.9850 |
63
 
64
 
65
  ### Framework versions