Commit ·
be72287
1
Parent(s): a48fcbb
update model card README.md
Browse files
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.
|
| 20 |
-
- Accuracy: 0.
|
| 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.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
| 67 |
|
| 68 |
- Transformers 4.30.0
|
| 69 |
- Pytorch 2.2.1+cu121
|
| 70 |
-
- Datasets 2.
|
| 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
|