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: 1.
|
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 |
-
| 3.
|
62 |
-
| 2.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.3378 | 5.0 | 625 | 1.
|
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: 1.3480
|
24 |
+
- Accuracy: 0.708
|
25 |
+
- Precision: 0.7226
|
26 |
+
- Recall: 0.7142
|
27 |
+
- F1: 0.6994
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
61 |
+
| 3.5765 | 1.0 | 125 | 3.3326 | 0.293 | 0.3422 | 0.2932 | 0.2604 |
|
62 |
+
| 2.29 | 2.0 | 250 | 2.1112 | 0.539 | 0.5769 | 0.5460 | 0.5180 |
|
63 |
+
| 1.8212 | 3.0 | 375 | 1.6097 | 0.657 | 0.6790 | 0.6674 | 0.6465 |
|
64 |
+
| 1.4779 | 4.0 | 500 | 1.4234 | 0.688 | 0.7060 | 0.6974 | 0.6802 |
|
65 |
+
| 1.3378 | 5.0 | 625 | 1.3480 | 0.708 | 0.7226 | 0.7142 | 0.6994 |
|
66 |
|
67 |
|
68 |
### Framework versions
|