Model save
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/convnext-base-224](https://huggingface.co/facebook/convnext-base-224) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -53,9 +53,9 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/convnext-base-224](https://huggingface.co/facebook/convnext-base-224) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0081
|
22 |
+
- F1: 0.9949
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
56 |
+
| 0.0242 | 0.9994 | 830 | 0.0168 | 0.9903 |
|
57 |
+
| 0.0127 | 1.9991 | 1660 | 0.0091 | 0.9941 |
|
58 |
+
| 0.0075 | 2.9988 | 2490 | 0.0081 | 0.9949 |
|
59 |
|
60 |
|
61 |
### Framework versions
|