Model save
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -53,17 +53,22 @@ The following hyperparameters were used during training:
|
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
- lr_scheduler_warmup_ratio: 0.1
|
56 |
-
- num_epochs:
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
-
| 1.
|
63 |
-
|
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.9272
|
25 |
+
- Accuracy: 0.6275
|
26 |
+
- Precision: 0.6426
|
27 |
+
- Recall: 0.6275
|
28 |
+
- F1: 0.6068
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
- lr_scheduler_warmup_ratio: 0.1
|
56 |
+
- num_epochs: 10
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
+
| 1.281 | 0.9846 | 32 | 1.2165 | 0.5428 | 0.5230 | 0.5428 | 0.4989 |
|
63 |
+
| 1.0964 | 2.0 | 65 | 1.0549 | 0.5823 | 0.5459 | 0.5823 | 0.5427 |
|
64 |
+
| 0.9929 | 2.9846 | 97 | 0.9905 | 0.6169 | 0.5755 | 0.6169 | 0.5848 |
|
65 |
+
| 0.9804 | 4.0 | 130 | 0.9691 | 0.6131 | 0.5734 | 0.6131 | 0.5867 |
|
66 |
+
| 0.9389 | 4.9846 | 162 | 0.9539 | 0.6246 | 0.5874 | 0.6246 | 0.6007 |
|
67 |
+
| 0.9078 | 6.0 | 195 | 0.9536 | 0.6189 | 0.5910 | 0.6189 | 0.5973 |
|
68 |
+
| 0.8741 | 6.9846 | 227 | 0.9333 | 0.6333 | 0.5947 | 0.6333 | 0.6098 |
|
69 |
+
| 0.8523 | 8.0 | 260 | 0.9322 | 0.6323 | 0.5952 | 0.6323 | 0.6122 |
|
70 |
+
| 0.8222 | 8.9846 | 292 | 0.9354 | 0.6198 | 0.6361 | 0.6198 | 0.5992 |
|
71 |
+
| 0.7975 | 9.8462 | 320 | 0.9272 | 0.6275 | 0.6426 | 0.6275 | 0.6068 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
runs/Sep04_23-29-33_9dd536aedd2c/events.out.tfevents.1725492580.9dd536aedd2c.674.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5ba404479cf8ad31f605dafe1a44332001b4c2fdf47173adaddb6cc0ea58c0a
|
3 |
+
size 33137
|