interestAI
commited on
Commit
•
5348972
1
Parent(s):
349f6bf
End of training
Browse files- README.md +86 -77
- model.safetensors +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,85 +61,94 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
70 |
-
| No log | 0.7273 | 2 |
|
71 |
-
| No log | 1.8182 | 5 |
|
72 |
-
| No log | 2.9091 | 8 |
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
-
| 0.
|
93 |
-
| 0.
|
94 |
-
| 0.
|
95 |
-
| 0.
|
96 |
-
| 0.
|
97 |
-
| 0.
|
98 |
-
| 0.
|
99 |
-
| 0.
|
100 |
-
| 0.
|
101 |
-
| 0.
|
102 |
-
| 0.
|
103 |
-
| 0.
|
104 |
-
| 0.
|
105 |
-
| 0.
|
106 |
-
| 0.
|
107 |
-
| 0.
|
108 |
-
| 0.
|
109 |
-
| 0.
|
110 |
-
| 0.
|
111 |
-
| 0.
|
112 |
-
| 0.
|
113 |
-
| 0.
|
114 |
-
| 0.
|
115 |
-
| 0.
|
116 |
-
| 0.
|
117 |
-
| 0.
|
118 |
-
| 0.
|
119 |
-
| 0.
|
120 |
-
| 0.
|
121 |
-
| 0.
|
122 |
-
| 0.
|
123 |
-
| 0.
|
124 |
-
| 0.
|
125 |
-
| 0.
|
126 |
-
| 0.
|
127 |
-
| 0.
|
128 |
-
| 0.
|
129 |
-
| 0.
|
130 |
-
| 0.
|
131 |
-
| 0.
|
132 |
-
| 0.
|
133 |
-
| 0.
|
134 |
-
| 0.
|
135 |
-
| 0.
|
136 |
-
| 0.
|
137 |
-
| 0.
|
138 |
-
| 0.
|
139 |
-
| 0.
|
140 |
-
| 0.
|
141 |
-
| 0.
|
142 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
|
144 |
|
145 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9393939393939394
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.1902
|
36 |
+
- Accuracy: 0.9394
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
+
- num_epochs: 112
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 0.7273 | 2 | 1.1089 | 0.2909 |
|
71 |
+
| No log | 1.8182 | 5 | 1.0961 | 0.3758 |
|
72 |
+
| No log | 2.9091 | 8 | 1.0822 | 0.3758 |
|
73 |
+
| 1.0988 | 4.0 | 11 | 1.0480 | 0.5939 |
|
74 |
+
| 1.0988 | 4.7273 | 13 | 1.0333 | 0.6061 |
|
75 |
+
| 1.0988 | 5.8182 | 16 | 0.9881 | 0.6667 |
|
76 |
+
| 1.0988 | 6.9091 | 19 | 0.9274 | 0.6970 |
|
77 |
+
| 1.0061 | 8.0 | 22 | 0.8714 | 0.8364 |
|
78 |
+
| 1.0061 | 8.7273 | 24 | 0.8210 | 0.7879 |
|
79 |
+
| 1.0061 | 9.8182 | 27 | 0.7619 | 0.8121 |
|
80 |
+
| 0.8136 | 10.9091 | 30 | 0.6483 | 0.8667 |
|
81 |
+
| 0.8136 | 12.0 | 33 | 0.6937 | 0.7939 |
|
82 |
+
| 0.8136 | 12.7273 | 35 | 0.5885 | 0.8545 |
|
83 |
+
| 0.8136 | 13.8182 | 38 | 0.6046 | 0.8182 |
|
84 |
+
| 0.642 | 14.9091 | 41 | 0.5518 | 0.8364 |
|
85 |
+
| 0.642 | 16.0 | 44 | 0.5370 | 0.8242 |
|
86 |
+
| 0.642 | 16.7273 | 46 | 0.4765 | 0.8788 |
|
87 |
+
| 0.642 | 17.8182 | 49 | 0.4416 | 0.8606 |
|
88 |
+
| 0.5145 | 18.9091 | 52 | 0.4140 | 0.8970 |
|
89 |
+
| 0.5145 | 20.0 | 55 | 0.4007 | 0.8970 |
|
90 |
+
| 0.5145 | 20.7273 | 57 | 0.3803 | 0.8970 |
|
91 |
+
| 0.4226 | 21.8182 | 60 | 0.3167 | 0.9394 |
|
92 |
+
| 0.4226 | 22.9091 | 63 | 0.3398 | 0.9030 |
|
93 |
+
| 0.4226 | 24.0 | 66 | 0.3147 | 0.9273 |
|
94 |
+
| 0.4226 | 24.7273 | 68 | 0.3273 | 0.8970 |
|
95 |
+
| 0.3282 | 25.8182 | 71 | 0.3125 | 0.9030 |
|
96 |
+
| 0.3282 | 26.9091 | 74 | 0.2712 | 0.9212 |
|
97 |
+
| 0.3282 | 28.0 | 77 | 0.2871 | 0.9273 |
|
98 |
+
| 0.3282 | 28.7273 | 79 | 0.2534 | 0.9273 |
|
99 |
+
| 0.3076 | 29.8182 | 82 | 0.2620 | 0.9273 |
|
100 |
+
| 0.3076 | 30.9091 | 85 | 0.3845 | 0.8848 |
|
101 |
+
| 0.3076 | 32.0 | 88 | 0.2495 | 0.9273 |
|
102 |
+
| 0.3081 | 32.7273 | 90 | 0.3018 | 0.9091 |
|
103 |
+
| 0.3081 | 33.8182 | 93 | 0.2204 | 0.9455 |
|
104 |
+
| 0.3081 | 34.9091 | 96 | 0.2769 | 0.9152 |
|
105 |
+
| 0.3081 | 36.0 | 99 | 0.2261 | 0.9394 |
|
106 |
+
| 0.2451 | 36.7273 | 101 | 0.2092 | 0.9515 |
|
107 |
+
| 0.2451 | 37.8182 | 104 | 0.3196 | 0.8727 |
|
108 |
+
| 0.2451 | 38.9091 | 107 | 0.2629 | 0.9091 |
|
109 |
+
| 0.2741 | 40.0 | 110 | 0.2360 | 0.9333 |
|
110 |
+
| 0.2741 | 40.7273 | 112 | 0.1927 | 0.9515 |
|
111 |
+
| 0.2741 | 41.8182 | 115 | 0.2834 | 0.9030 |
|
112 |
+
| 0.2741 | 42.9091 | 118 | 0.2173 | 0.9394 |
|
113 |
+
| 0.244 | 44.0 | 121 | 0.1997 | 0.9394 |
|
114 |
+
| 0.244 | 44.7273 | 123 | 0.2163 | 0.9273 |
|
115 |
+
| 0.244 | 45.8182 | 126 | 0.2865 | 0.8970 |
|
116 |
+
| 0.244 | 46.9091 | 129 | 0.2483 | 0.9152 |
|
117 |
+
| 0.224 | 48.0 | 132 | 0.1707 | 0.9576 |
|
118 |
+
| 0.224 | 48.7273 | 134 | 0.1988 | 0.9455 |
|
119 |
+
| 0.224 | 49.8182 | 137 | 0.2168 | 0.9455 |
|
120 |
+
| 0.213 | 50.9091 | 140 | 0.1807 | 0.9576 |
|
121 |
+
| 0.213 | 52.0 | 143 | 0.2478 | 0.9152 |
|
122 |
+
| 0.213 | 52.7273 | 145 | 0.1975 | 0.9455 |
|
123 |
+
| 0.213 | 53.8182 | 148 | 0.2218 | 0.9212 |
|
124 |
+
| 0.2298 | 54.9091 | 151 | 0.2046 | 0.9455 |
|
125 |
+
| 0.2298 | 56.0 | 154 | 0.2557 | 0.9152 |
|
126 |
+
| 0.2298 | 56.7273 | 156 | 0.1962 | 0.9394 |
|
127 |
+
| 0.2298 | 57.8182 | 159 | 0.1879 | 0.9394 |
|
128 |
+
| 0.2189 | 58.9091 | 162 | 0.1983 | 0.9576 |
|
129 |
+
| 0.2189 | 60.0 | 165 | 0.1285 | 0.9697 |
|
130 |
+
| 0.2189 | 60.7273 | 167 | 0.2227 | 0.9212 |
|
131 |
+
| 0.211 | 61.8182 | 170 | 0.1671 | 0.9515 |
|
132 |
+
| 0.211 | 62.9091 | 173 | 0.1489 | 0.9636 |
|
133 |
+
| 0.211 | 64.0 | 176 | 0.1842 | 0.9394 |
|
134 |
+
| 0.211 | 64.7273 | 178 | 0.1687 | 0.9636 |
|
135 |
+
| 0.1834 | 65.8182 | 181 | 0.2118 | 0.9091 |
|
136 |
+
| 0.1834 | 66.9091 | 184 | 0.2191 | 0.9273 |
|
137 |
+
| 0.1834 | 68.0 | 187 | 0.2014 | 0.9273 |
|
138 |
+
| 0.1834 | 68.7273 | 189 | 0.1861 | 0.9515 |
|
139 |
+
| 0.1846 | 69.8182 | 192 | 0.1309 | 0.9758 |
|
140 |
+
| 0.1846 | 70.9091 | 195 | 0.1236 | 0.9636 |
|
141 |
+
| 0.1846 | 72.0 | 198 | 0.1541 | 0.9455 |
|
142 |
+
| 0.1581 | 72.7273 | 200 | 0.1577 | 0.9576 |
|
143 |
+
| 0.1581 | 73.8182 | 203 | 0.1927 | 0.9273 |
|
144 |
+
| 0.1581 | 74.9091 | 206 | 0.2247 | 0.9273 |
|
145 |
+
| 0.1581 | 76.0 | 209 | 0.1811 | 0.9576 |
|
146 |
+
| 0.1742 | 76.7273 | 211 | 0.2190 | 0.9273 |
|
147 |
+
| 0.1742 | 77.8182 | 214 | 0.1487 | 0.9697 |
|
148 |
+
| 0.1742 | 78.9091 | 217 | 0.1836 | 0.9576 |
|
149 |
+
| 0.1837 | 80.0 | 220 | 0.1228 | 0.9758 |
|
150 |
+
| 0.1837 | 80.7273 | 222 | 0.1400 | 0.9636 |
|
151 |
+
| 0.1837 | 81.4545 | 224 | 0.1902 | 0.9394 |
|
152 |
|
153 |
|
154 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343227052
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ea9ea1224e521a9b1ae6ee3e80940bb8f1ce4295db23e7a9192eafff37ee331
|
3 |
size 343227052
|