Model save
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Logloss:
|
22 |
-
- Accuracy: {'accuracy': 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -51,11 +51,11 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Logloss | Accuracy
|
55 |
-
|
56 |
-
| 1.
|
57 |
-
|
|
58 |
-
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9281
|
21 |
+
- Logloss: 0.9281
|
22 |
+
- Accuracy: {'accuracy': 0.635}
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Logloss | Accuracy |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------------------:|
|
56 |
+
| 1.1682 | 0.992 | 31 | 1.1087 | 1.1087 | {'accuracy': 0.521} |
|
57 |
+
| 0.9964 | 1.984 | 62 | 0.9768 | 0.9768 | {'accuracy': 0.609} |
|
58 |
+
| 0.9557 | 2.976 | 93 | 0.9281 | 0.9281 | {'accuracy': 0.635} |
|
59 |
|
60 |
|
61 |
### Framework versions
|