Model save
Browse files
README.md
CHANGED
@@ -6,6 +6,9 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: convnext-tiny-224-finetuned
|
11 |
results: []
|
@@ -18,9 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
-
|
23 |
-
-
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -48,22 +53,17 @@ The following hyperparameters were used during training:
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_ratio: 0.1
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
-
|
57 |
-
| 1.
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
| 0.
|
62 |
-
| 0.9302 | 6.0 | 195 | 0.9664 | 0.9664 | {'accuracy': 0.629451395572666} |
|
63 |
-
| 0.8805 | 6.9846 | 227 | 0.9515 | 0.9515 | {'accuracy': 0.6371511068334937} |
|
64 |
-
| 0.852 | 8.0 | 260 | 0.9504 | 0.9504 | {'accuracy': 0.6256015399422522} |
|
65 |
-
| 0.8352 | 8.9846 | 292 | 0.9468 | 0.9468 | {'accuracy': 0.6371511068334937} |
|
66 |
-
| 0.8245 | 9.8462 | 320 | 0.9429 | 0.9429 | {'accuracy': 0.6371511068334937} |
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
model-index:
|
13 |
- name: convnext-tiny-224-finetuned
|
14 |
results: []
|
|
|
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.9672
|
25 |
+
- Accuracy: 0.6208
|
26 |
+
- Precision: 0.5826
|
27 |
+
- Recall: 0.6208
|
28 |
+
- F1: 0.5945
|
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: 5
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
+
| 1.0428 | 0.9846 | 32 | 1.0478 | 0.6015 | 0.5745 | 0.6015 | 0.5679 |
|
63 |
+
| 0.9978 | 2.0 | 65 | 1.0032 | 0.6054 | 0.5653 | 0.6054 | 0.5762 |
|
64 |
+
| 0.9449 | 2.9846 | 97 | 0.9914 | 0.6035 | 0.5685 | 0.6035 | 0.5763 |
|
65 |
+
| 0.9432 | 4.0 | 130 | 0.9739 | 0.6141 | 0.5748 | 0.6141 | 0.5875 |
|
66 |
+
| 0.9196 | 4.9231 | 160 | 0.9672 | 0.6208 | 0.5826 | 0.6208 | 0.5945 |
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|