mmanikanta commited on
Commit
a4a12da
·
1 Parent(s): 350885f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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 an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0278
20
- - Accuracy: 0.9931
21
 
22
  ## Model description
23
 
@@ -51,21 +51,21 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
- | 0.1943 | 1.0 | 1406 | 0.0682 | 0.9757 |
55
- | 0.1288 | 2.0 | 2812 | 0.0423 | 0.9852 |
56
- | 0.0952 | 3.0 | 4218 | 0.0393 | 0.9866 |
57
- | 0.0743 | 4.0 | 5625 | 0.0410 | 0.9866 |
58
- | 0.0587 | 5.0 | 7031 | 0.0332 | 0.9889 |
59
- | 0.0493 | 6.0 | 8437 | 0.0253 | 0.9919 |
60
- | 0.06 | 7.0 | 9843 | 0.0279 | 0.9922 |
61
- | 0.0738 | 8.0 | 11250 | 0.0326 | 0.9907 |
62
- | 0.065 | 9.0 | 12656 | 0.0278 | 0.9931 |
63
- | 0.045 | 10.0 | 14060 | 0.0279 | 0.9928 |
64
 
65
 
66
  ### Framework versions
67
 
68
  - Transformers 4.30.0
69
  - Pytorch 2.2.1+cu121
70
- - Datasets 2.18.0
71
  - Tokenizers 0.13.3
 
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 an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0313
20
+ - Accuracy: 0.9917
21
 
22
  ## Model description
23
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
+ | 0.1686 | 1.0 | 1093 | 0.0843 | 0.9697 |
55
+ | 0.1195 | 2.0 | 2187 | 0.0731 | 0.9728 |
56
+ | 0.072 | 3.0 | 3281 | 0.0543 | 0.9803 |
57
+ | 0.1072 | 4.0 | 4375 | 0.0348 | 0.9884 |
58
+ | 0.079 | 5.0 | 5468 | 0.0342 | 0.9886 |
59
+ | 0.0681 | 6.0 | 6562 | 0.0317 | 0.9903 |
60
+ | 0.0513 | 7.0 | 7656 | 0.0304 | 0.9914 |
61
+ | 0.0518 | 8.0 | 8750 | 0.0293 | 0.9916 |
62
+ | 0.0674 | 9.0 | 9843 | 0.0295 | 0.9924 |
63
+ | 0.058 | 9.99 | 10930 | 0.0313 | 0.9917 |
64
 
65
 
66
  ### Framework versions
67
 
68
  - Transformers 4.30.0
69
  - Pytorch 2.2.1+cu121
70
+ - Datasets 2.19.0
71
  - Tokenizers 0.13.3