Model save
Browse files
README.md
CHANGED
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [facebook/convnextv2-tiny-22k-384](https://huggingface.co/facebook/convnextv2-tiny-22k-384) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Accuracy: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -58,11 +58,11 @@ The following hyperparameters were used during training:
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [facebook/convnextv2-tiny-22k-384](https://huggingface.co/facebook/convnextv2-tiny-22k-384) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.1862
|
| 24 |
+
- Accuracy: 0.9400
|
| 25 |
+
- Precision: 0.9412
|
| 26 |
+
- Recall: 0.9401
|
| 27 |
+
- F1: 0.9403
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 61 |
+
| 0.6303 | 1.0 | 250 | 0.4444 | 0.8729 | 0.8811 | 0.8735 | 0.8734 |
|
| 62 |
+
| 0.4303 | 2.0 | 500 | 0.2761 | 0.9135 | 0.9162 | 0.9136 | 0.9136 |
|
| 63 |
+
| 0.3779 | 3.0 | 750 | 0.2324 | 0.9245 | 0.9263 | 0.9252 | 0.9248 |
|
| 64 |
+
| 0.3067 | 4.0 | 1000 | 0.1997 | 0.9360 | 0.9378 | 0.9358 | 0.9363 |
|
| 65 |
+
| 0.2619 | 5.0 | 1250 | 0.1862 | 0.9400 | 0.9412 | 0.9401 | 0.9403 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|