mmanikanta commited on
Commit
be72287
·
1 Parent(s): a48fcbb

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 [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0466
20
- - Accuracy: 0.9847
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.1893 | 1.0 | 1406 | 0.1578 | 0.9399 |
55
- | 0.1777 | 2.0 | 2812 | 0.1009 | 0.9632 |
56
- | 0.1255 | 3.0 | 4218 | 0.0752 | 0.9709 |
57
- | 0.1296 | 4.0 | 5625 | 0.0808 | 0.9715 |
58
- | 0.1154 | 5.0 | 7031 | 0.1031 | 0.963 |
59
- | 0.089 | 6.0 | 8437 | 0.0569 | 0.9794 |
60
- | 0.0949 | 7.0 | 9843 | 0.0468 | 0.9846 |
61
- | 0.0808 | 8.0 | 11250 | 0.0466 | 0.9847 |
62
- | 0.1091 | 9.0 | 12656 | 0.0507 | 0.9826 |
63
- | 0.0765 | 10.0 | 14060 | 0.0521 | 0.9829 |
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 [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0512
20
+ - Accuracy: 0.9817
21
 
22
  ## Model description
23
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
+ | 0.2164 | 1.0 | 1093 | 0.1476 | 0.9444 |
55
+ | 0.1647 | 2.0 | 2187 | 0.0872 | 0.9673 |
56
+ | 0.1784 | 3.0 | 3281 | 0.0761 | 0.9709 |
57
+ | 0.1247 | 4.0 | 4375 | 0.0869 | 0.9666 |
58
+ | 0.0994 | 5.0 | 5468 | 0.0808 | 0.9696 |
59
+ | 0.073 | 6.0 | 6562 | 0.0514 | 0.9820 |
60
+ | 0.0924 | 7.0 | 7656 | 0.0526 | 0.9809 |
61
+ | 0.0779 | 8.0 | 8750 | 0.0518 | 0.9819 |
62
+ | 0.0903 | 9.0 | 9843 | 0.0518 | 0.9826 |
63
+ | 0.0721 | 9.99 | 10930 | 0.0512 | 0.9817 |
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