update model card README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/convnextv2-large-1k-224](https://huggingface.co/facebook/convnextv2-large-1k-224) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,24 +46,27 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.9
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/convnextv2-large-1k-224](https://huggingface.co/facebook/convnextv2-large-1k-224) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0721
|
21 |
+
- Accuracy: 0.9869
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.9
|
49 |
+
- num_epochs: 15
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.8937 | 1.0 | 114 | 1.9040 | 0.3144 |
|
56 |
+
| 1.7208 | 2.0 | 229 | 1.6891 | 0.5632 |
|
57 |
+
| 1.3822 | 3.0 | 343 | 1.3554 | 0.6897 |
|
58 |
+
| 1.1497 | 4.0 | 458 | 1.2437 | 0.5755 |
|
59 |
+
| 0.8979 | 5.0 | 572 | 0.8548 | 0.7701 |
|
60 |
+
| 0.6382 | 6.0 | 687 | 0.6359 | 0.8424 |
|
61 |
+
| 0.583 | 7.0 | 801 | 0.4687 | 0.8966 |
|
62 |
+
| 0.6295 | 8.0 | 916 | 0.5029 | 0.8456 |
|
63 |
+
| 0.5367 | 9.0 | 1030 | 0.4742 | 0.8670 |
|
64 |
+
| 0.5091 | 10.0 | 1145 | 0.3038 | 0.9212 |
|
65 |
+
| 0.3521 | 11.0 | 1259 | 0.1855 | 0.9606 |
|
66 |
+
| 0.318 | 12.0 | 1374 | 0.1893 | 0.9573 |
|
67 |
+
| 0.2725 | 13.0 | 1488 | 0.2292 | 0.9409 |
|
68 |
+
| 0.2937 | 14.0 | 1603 | 0.0866 | 0.9836 |
|
69 |
+
| 0.1185 | 14.93 | 1710 | 0.0721 | 0.9869 |
|
70 |
|
71 |
|
72 |
### Framework versions
|