Model save
Browse files- README.md +34 -24
- 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 the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Logloss: 1.
|
22 |
- Accuracy: {'accuracy': 0.5808823529411765}
|
23 |
|
24 |
## Model description
|
@@ -47,31 +47,41 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Logloss | Accuracy
|
55 |
-
|
56 |
-
| No log | 0.9412 | 8 | 1.
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.0987
|
21 |
+
- Logloss: 1.0987
|
22 |
- Accuracy: {'accuracy': 0.5808823529411765}
|
23 |
|
24 |
## Model description
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 30
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Logloss | Accuracy |
|
55 |
+
|:-------------:|:-------:|:----:|:---------------:|:-------:|:--------------------------------:|
|
56 |
+
| No log | 0.9412 | 8 | 1.1618 | 1.1618 | {'accuracy': 0.5882352941176471} |
|
57 |
+
| 0.9966 | 2.0 | 17 | 1.1464 | 1.1464 | {'accuracy': 0.5845588235294118} |
|
58 |
+
| 0.9619 | 2.9412 | 25 | 1.1380 | 1.1380 | {'accuracy': 0.5772058823529411} |
|
59 |
+
| 0.9133 | 4.0 | 34 | 1.1249 | 1.1249 | {'accuracy': 0.5735294117647058} |
|
60 |
+
| 0.8577 | 4.9412 | 42 | 1.1043 | 1.1043 | {'accuracy': 0.5882352941176471} |
|
61 |
+
| 0.8092 | 6.0 | 51 | 1.0899 | 1.0899 | {'accuracy': 0.5955882352941176} |
|
62 |
+
| 0.8092 | 6.9412 | 59 | 1.0927 | 1.0927 | {'accuracy': 0.5845588235294118} |
|
63 |
+
| 0.772 | 8.0 | 68 | 1.0834 | 1.0834 | {'accuracy': 0.5845588235294118} |
|
64 |
+
| 0.7128 | 8.9412 | 76 | 1.0730 | 1.0730 | {'accuracy': 0.5845588235294118} |
|
65 |
+
| 0.6902 | 10.0 | 85 | 1.0788 | 1.0788 | {'accuracy': 0.5882352941176471} |
|
66 |
+
| 0.645 | 10.9412 | 93 | 1.0649 | 1.0649 | {'accuracy': 0.5808823529411765} |
|
67 |
+
| 0.591 | 12.0 | 102 | 1.0631 | 1.0631 | {'accuracy': 0.5845588235294118} |
|
68 |
+
| 0.578 | 12.9412 | 110 | 1.0764 | 1.0764 | {'accuracy': 0.5845588235294118} |
|
69 |
+
| 0.578 | 14.0 | 119 | 1.0658 | 1.0658 | {'accuracy': 0.5808823529411765} |
|
70 |
+
| 0.5377 | 14.9412 | 127 | 1.0674 | 1.0674 | {'accuracy': 0.5808823529411765} |
|
71 |
+
| 0.516 | 16.0 | 136 | 1.0798 | 1.0798 | {'accuracy': 0.5808823529411765} |
|
72 |
+
| 0.4974 | 16.9412 | 144 | 1.0804 | 1.0804 | {'accuracy': 0.5808823529411765} |
|
73 |
+
| 0.4649 | 18.0 | 153 | 1.0818 | 1.0818 | {'accuracy': 0.5955882352941176} |
|
74 |
+
| 0.4422 | 18.9412 | 161 | 1.0742 | 1.0742 | {'accuracy': 0.5808823529411765} |
|
75 |
+
| 0.4222 | 20.0 | 170 | 1.0862 | 1.0862 | {'accuracy': 0.5735294117647058} |
|
76 |
+
| 0.4222 | 20.9412 | 178 | 1.0935 | 1.0935 | {'accuracy': 0.5772058823529411} |
|
77 |
+
| 0.4136 | 22.0 | 187 | 1.0907 | 1.0907 | {'accuracy': 0.5772058823529411} |
|
78 |
+
| 0.4006 | 22.9412 | 195 | 1.0967 | 1.0967 | {'accuracy': 0.5735294117647058} |
|
79 |
+
| 0.4032 | 24.0 | 204 | 1.0931 | 1.0931 | {'accuracy': 0.5772058823529411} |
|
80 |
+
| 0.3805 | 24.9412 | 212 | 1.1000 | 1.1000 | {'accuracy': 0.5845588235294118} |
|
81 |
+
| 0.3654 | 26.0 | 221 | 1.1078 | 1.1078 | {'accuracy': 0.5661764705882353} |
|
82 |
+
| 0.3654 | 26.9412 | 229 | 1.0959 | 1.0959 | {'accuracy': 0.5772058823529411} |
|
83 |
+
| 0.3678 | 28.0 | 238 | 1.0986 | 1.0986 | {'accuracy': 0.5808823529411765} |
|
84 |
+
| 0.3789 | 28.2353 | 240 | 1.0987 | 1.0987 | {'accuracy': 0.5808823529411765} |
|
85 |
|
86 |
|
87 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 111317164
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d57236611df047a3a07ad15e4a6191bd79a49779d3e8bef659d8ae6e0641f9e
|
3 |
size 111317164
|