matthieulel
commited on
Model save
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-tiny-1k-224](https://huggingface.co/facebook/convnextv2-tiny-1k-224) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,27 +46,37 @@ 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.1
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
68 |
|
69 |
-
- Transformers 4.40.
|
70 |
-
- Pytorch 2.
|
71 |
-
- Datasets 2.19.
|
72 |
- Tokenizers 0.19.1
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/convnextv2-tiny-1k-224](https://huggingface.co/facebook/convnextv2-tiny-1k-224) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4261
|
21 |
+
- Accuracy: 0.8703
|
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.1
|
49 |
+
- num_epochs: 20
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.4287 | 0.9940 | 124 | 1.2978 | 0.5851 |
|
56 |
+
| 0.8329 | 1.9960 | 249 | 0.6987 | 0.7728 |
|
57 |
+
| 0.7348 | 2.9980 | 374 | 0.5659 | 0.8179 |
|
58 |
+
| 0.611 | 4.0 | 499 | 0.5379 | 0.8298 |
|
59 |
+
| 0.5929 | 4.9940 | 623 | 0.4972 | 0.8377 |
|
60 |
+
| 0.5227 | 5.9960 | 748 | 0.4715 | 0.8478 |
|
61 |
+
| 0.5166 | 6.9980 | 873 | 0.4761 | 0.8495 |
|
62 |
+
| 0.4992 | 8.0 | 998 | 0.4320 | 0.8563 |
|
63 |
+
| 0.4528 | 8.9940 | 1122 | 0.4410 | 0.8641 |
|
64 |
+
| 0.4566 | 9.9960 | 1247 | 0.4297 | 0.8641 |
|
65 |
+
| 0.4294 | 10.9980 | 1372 | 0.4282 | 0.8608 |
|
66 |
+
| 0.3771 | 12.0 | 1497 | 0.4546 | 0.8546 |
|
67 |
+
| 0.4224 | 12.9940 | 1621 | 0.4489 | 0.8625 |
|
68 |
+
| 0.4099 | 13.9960 | 1746 | 0.4411 | 0.8625 |
|
69 |
+
| 0.3759 | 14.9980 | 1871 | 0.4317 | 0.8653 |
|
70 |
+
| 0.3692 | 16.0 | 1996 | 0.4304 | 0.8630 |
|
71 |
+
| 0.364 | 16.9940 | 2120 | 0.4330 | 0.8664 |
|
72 |
+
| 0.3636 | 17.9960 | 2245 | 0.4250 | 0.8681 |
|
73 |
+
| 0.3396 | 18.9980 | 2370 | 0.4275 | 0.8675 |
|
74 |
+
| 0.3057 | 19.8798 | 2480 | 0.4261 | 0.8703 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
+
- Transformers 4.40.1
|
80 |
+
- Pytorch 2.1.1+cu121
|
81 |
+
- Datasets 2.19.1
|
82 |
- Tokenizers 0.19.1
|