rukundob451
commited on
Model save
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -68,26 +68,26 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
-
|
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
|
87 |
|
88 |
### Framework versions
|
89 |
|
90 |
- Transformers 4.44.2
|
91 |
- Pytorch 2.4.1+cu121
|
92 |
-
- Datasets 3.0.
|
93 |
- Tokenizers 0.19.1
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.8088235294117647
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.4893
|
37 |
+
- Accuracy: 0.8088
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
71 |
+
| 1.706 | 0.9935 | 38 | 1.6028 | 0.2794 |
|
72 |
+
| 1.3867 | 1.9869 | 76 | 1.2961 | 0.4853 |
|
73 |
+
| 1.0784 | 2.9804 | 114 | 1.0588 | 0.5221 |
|
74 |
+
| 0.9128 | 4.0 | 153 | 0.8886 | 0.6618 |
|
75 |
+
| 0.7466 | 4.9935 | 191 | 0.8913 | 0.6029 |
|
76 |
+
| 0.6886 | 5.9869 | 229 | 0.7380 | 0.7059 |
|
77 |
+
| 0.6198 | 6.9804 | 267 | 0.7622 | 0.7132 |
|
78 |
+
| 0.6001 | 8.0 | 306 | 0.7083 | 0.6838 |
|
79 |
+
| 0.5542 | 8.9935 | 344 | 0.5909 | 0.7721 |
|
80 |
+
| 0.5161 | 9.9869 | 382 | 0.5909 | 0.7574 |
|
81 |
+
| 0.4631 | 10.9804 | 420 | 0.5677 | 0.7721 |
|
82 |
+
| 0.4284 | 12.0 | 459 | 0.5229 | 0.7868 |
|
83 |
+
| 0.4334 | 12.9935 | 497 | 0.5160 | 0.8015 |
|
84 |
+
| 0.4386 | 13.9869 | 535 | 0.4788 | 0.8015 |
|
85 |
+
| 0.3728 | 14.9020 | 570 | 0.4893 | 0.8088 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
89 |
|
90 |
- Transformers 4.44.2
|
91 |
- Pytorch 2.4.1+cu121
|
92 |
+
- Datasets 3.0.1
|
93 |
- Tokenizers 0.19.1
|