Model save
Browse files- README.md +15 -6
- model.safetensors +1 -1
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/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-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,15 +46,24 @@ 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 | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5382
|
21 |
+
- Accuracy: 0.8365
|
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: 12
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 0.7559 | 0.99 | 78 | 0.6921 | 0.7940 |
|
56 |
+
| 0.6605 | 1.99 | 157 | 0.6305 | 0.8163 |
|
57 |
+
| 0.5673 | 3.0 | 236 | 0.5968 | 0.8179 |
|
58 |
+
| 0.4815 | 4.0 | 315 | 0.5834 | 0.8167 |
|
59 |
+
| 0.4497 | 4.99 | 393 | 0.5617 | 0.8294 |
|
60 |
+
| 0.4009 | 5.99 | 472 | 0.5505 | 0.8298 |
|
61 |
+
| 0.3469 | 7.0 | 551 | 0.5466 | 0.8333 |
|
62 |
+
| 0.3096 | 8.0 | 630 | 0.5417 | 0.8361 |
|
63 |
+
| 0.3083 | 8.99 | 708 | 0.5450 | 0.8313 |
|
64 |
+
| 0.333 | 9.99 | 787 | 0.5417 | 0.8345 |
|
65 |
+
| 0.2979 | 11.0 | 866 | 0.5386 | 0.8377 |
|
66 |
+
| 0.2469 | 11.89 | 936 | 0.5382 | 0.8365 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 111347932
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1967841449a04ed94ac3329320ce62125014d86500b2e9d9ae664fc19604776d
|
3 |
size 111347932
|