Model save
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [facebook/convnextv2-base-22k-384](https://huggingface.co/facebook/convnextv2-base-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.9305
|
28 |
|
29 |
## Model description
|
@@ -59,16 +59,16 @@ The following hyperparameters were used during training:
|
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [facebook/convnextv2-base-22k-384](https://huggingface.co/facebook/convnextv2-base-22k-384) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2678
|
24 |
+
- Accuracy: 0.9313
|
25 |
+
- Precision: 0.9311
|
26 |
+
- Recall: 0.9308
|
27 |
- F1: 0.9305
|
28 |
|
29 |
## Model description
|
|
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
+
| 1.4003 | 1.0 | 740 | 1.0372 | 0.7086 | 0.7534 | 0.7061 | 0.7057 |
|
63 |
+
| 1.157 | 2.0 | 1481 | 0.7866 | 0.7733 | 0.8025 | 0.7714 | 0.7726 |
|
64 |
+
| 0.9605 | 3.0 | 2222 | 0.5709 | 0.8352 | 0.8458 | 0.8346 | 0.8345 |
|
65 |
+
| 0.7619 | 4.0 | 2963 | 0.4979 | 0.8576 | 0.8659 | 0.8563 | 0.8571 |
|
66 |
+
| 0.6643 | 5.0 | 3703 | 0.4230 | 0.8807 | 0.8870 | 0.8794 | 0.8797 |
|
67 |
+
| 0.5426 | 6.0 | 4444 | 0.3959 | 0.8898 | 0.8938 | 0.8889 | 0.8887 |
|
68 |
+
| 0.5035 | 7.0 | 5185 | 0.3426 | 0.9041 | 0.9063 | 0.9038 | 0.9034 |
|
69 |
+
| 0.3408 | 8.0 | 5926 | 0.3108 | 0.9188 | 0.9198 | 0.9179 | 0.9180 |
|
70 |
+
| 0.348 | 9.0 | 6666 | 0.2885 | 0.9238 | 0.9245 | 0.9230 | 0.9230 |
|
71 |
+
| 0.3402 | 9.99 | 7400 | 0.2678 | 0.9313 | 0.9311 | 0.9308 | 0.9305 |
|
72 |
|
73 |
|
74 |
### Framework versions
|