vit-image-classification-demo-001
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
@@ -16,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# vit-base-beans-demo-v5
|
18 |
|
19 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.0147
|
22 |
- Accuracy: 1.0
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
17 |
|
18 |
# vit-base-beans-demo-v5
|
19 |
|
20 |
+
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 beans dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0147
|
23 |
- Accuracy: 1.0
|
all_results.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
-
"eval_accuracy": 0
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime": 1.
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 13.
|
8 |
"total_flos": 3.205097416476426e+17,
|
9 |
-
"train_loss": 0.
|
10 |
-
"train_runtime":
|
11 |
-
"train_samples_per_second":
|
12 |
-
"train_steps_per_second":
|
13 |
}
|
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 1.0,
|
4 |
+
"eval_loss": 0.014676429331302643,
|
5 |
+
"eval_runtime": 1.2739,
|
6 |
+
"eval_samples_per_second": 104.405,
|
7 |
+
"eval_steps_per_second": 13.345,
|
8 |
"total_flos": 3.205097416476426e+17,
|
9 |
+
"train_loss": 0.11465750181904207,
|
10 |
+
"train_runtime": 55.3297,
|
11 |
+
"train_samples_per_second": 74.752,
|
12 |
+
"train_steps_per_second": 4.699
|
13 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
-
"eval_accuracy": 0
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime": 1.
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 13.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 1.0,
|
4 |
+
"eval_loss": 0.014676429331302643,
|
5 |
+
"eval_runtime": 1.2739,
|
6 |
+
"eval_samples_per_second": 104.405,
|
7 |
+
"eval_steps_per_second": 13.345
|
8 |
}
|
runs/Dec27_05-43-52_mlxlabo4wdppro676a46b9-20241224052929-2obftk-9a0zen-worker/events.out.tfevents.1735278295.mlxlabo4wdppro676a46b9-20241224052929-2obftk-9a0zen-worker
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29b4aff7615ac2b71a90810f7d547a570f7b1b0fc295513bd40a5e2d7b849e28
|
3 |
+
size 40
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
"total_flos": 3.205097416476426e+17,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
"total_flos": 3.205097416476426e+17,
|
4 |
+
"train_loss": 0.11465750181904207,
|
5 |
+
"train_runtime": 55.3297,
|
6 |
+
"train_samples_per_second": 74.752,
|
7 |
+
"train_steps_per_second": 4.699
|
8 |
}
|
trainer_state.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
-
"best_model_checkpoint": "./vit-base-beans-demo-v5/checkpoint-
|
4 |
"epoch": 4.0,
|
5 |
"eval_steps": 100,
|
6 |
"global_step": 260,
|
@@ -10,212 +10,212 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.15384615384615385,
|
13 |
-
"grad_norm": 1.
|
14 |
"learning_rate": 0.00019230769230769233,
|
15 |
-
"loss": 0.
|
16 |
"step": 10
|
17 |
},
|
18 |
{
|
19 |
"epoch": 0.3076923076923077,
|
20 |
-
"grad_norm":
|
21 |
"learning_rate": 0.00018461538461538463,
|
22 |
-
"loss": 0.
|
23 |
"step": 20
|
24 |
},
|
25 |
{
|
26 |
"epoch": 0.46153846153846156,
|
27 |
-
"grad_norm":
|
28 |
"learning_rate": 0.00017692307692307693,
|
29 |
-
"loss": 0.
|
30 |
"step": 30
|
31 |
},
|
32 |
{
|
33 |
"epoch": 0.6153846153846154,
|
34 |
-
"grad_norm":
|
35 |
"learning_rate": 0.00016923076923076923,
|
36 |
-
"loss": 0.
|
37 |
"step": 40
|
38 |
},
|
39 |
{
|
40 |
"epoch": 0.7692307692307693,
|
41 |
-
"grad_norm":
|
42 |
"learning_rate": 0.00016153846153846155,
|
43 |
-
"loss": 0.
|
44 |
"step": 50
|
45 |
},
|
46 |
{
|
47 |
"epoch": 0.9230769230769231,
|
48 |
-
"grad_norm": 2.
|
49 |
"learning_rate": 0.00015384615384615385,
|
50 |
-
"loss": 0.
|
51 |
"step": 60
|
52 |
},
|
53 |
{
|
54 |
"epoch": 1.0769230769230769,
|
55 |
-
"grad_norm":
|
56 |
"learning_rate": 0.00014615384615384615,
|
57 |
-
"loss": 0.
|
58 |
"step": 70
|
59 |
},
|
60 |
{
|
61 |
"epoch": 1.2307692307692308,
|
62 |
-
"grad_norm": 0.
|
63 |
"learning_rate": 0.00013846153846153847,
|
64 |
-
"loss": 0.
|
65 |
"step": 80
|
66 |
},
|
67 |
{
|
68 |
"epoch": 1.3846153846153846,
|
69 |
-
"grad_norm": 0.
|
70 |
"learning_rate": 0.00013076923076923077,
|
71 |
-
"loss": 0.
|
72 |
"step": 90
|
73 |
},
|
74 |
{
|
75 |
"epoch": 1.5384615384615383,
|
76 |
-
"grad_norm":
|
77 |
"learning_rate": 0.0001230769230769231,
|
78 |
-
"loss": 0.
|
79 |
"step": 100
|
80 |
},
|
81 |
{
|
82 |
"epoch": 1.5384615384615383,
|
83 |
-
"eval_accuracy": 0
|
84 |
-
"eval_loss": 0.
|
85 |
-
"eval_runtime": 1.
|
86 |
-
"eval_samples_per_second":
|
87 |
-
"eval_steps_per_second":
|
88 |
"step": 100
|
89 |
},
|
90 |
{
|
91 |
"epoch": 1.6923076923076923,
|
92 |
-
"grad_norm":
|
93 |
"learning_rate": 0.00011538461538461538,
|
94 |
-
"loss": 0.
|
95 |
"step": 110
|
96 |
},
|
97 |
{
|
98 |
"epoch": 1.8461538461538463,
|
99 |
-
"grad_norm":
|
100 |
"learning_rate": 0.0001076923076923077,
|
101 |
-
"loss": 0.
|
102 |
"step": 120
|
103 |
},
|
104 |
{
|
105 |
"epoch": 2.0,
|
106 |
-
"grad_norm": 0.
|
107 |
"learning_rate": 0.0001,
|
108 |
-
"loss": 0.
|
109 |
"step": 130
|
110 |
},
|
111 |
{
|
112 |
"epoch": 2.1538461538461537,
|
113 |
-
"grad_norm": 0.
|
114 |
"learning_rate": 9.230769230769232e-05,
|
115 |
-
"loss": 0.
|
116 |
"step": 140
|
117 |
},
|
118 |
{
|
119 |
"epoch": 2.3076923076923075,
|
120 |
-
"grad_norm": 0.
|
121 |
"learning_rate": 8.461538461538461e-05,
|
122 |
-
"loss": 0.
|
123 |
"step": 150
|
124 |
},
|
125 |
{
|
126 |
"epoch": 2.4615384615384617,
|
127 |
-
"grad_norm": 0.
|
128 |
"learning_rate": 7.692307692307693e-05,
|
129 |
-
"loss": 0.
|
130 |
"step": 160
|
131 |
},
|
132 |
{
|
133 |
"epoch": 2.6153846153846154,
|
134 |
-
"grad_norm": 0.
|
135 |
"learning_rate": 6.923076923076924e-05,
|
136 |
-
"loss": 0.
|
137 |
"step": 170
|
138 |
},
|
139 |
{
|
140 |
"epoch": 2.769230769230769,
|
141 |
-
"grad_norm": 0.
|
142 |
"learning_rate": 6.153846153846155e-05,
|
143 |
-
"loss": 0.
|
144 |
"step": 180
|
145 |
},
|
146 |
{
|
147 |
"epoch": 2.9230769230769234,
|
148 |
-
"grad_norm":
|
149 |
"learning_rate": 5.384615384615385e-05,
|
150 |
-
"loss": 0.
|
151 |
"step": 190
|
152 |
},
|
153 |
{
|
154 |
"epoch": 3.076923076923077,
|
155 |
-
"grad_norm": 0.
|
156 |
"learning_rate": 4.615384615384616e-05,
|
157 |
-
"loss": 0.
|
158 |
"step": 200
|
159 |
},
|
160 |
{
|
161 |
"epoch": 3.076923076923077,
|
162 |
-
"eval_accuracy": 0
|
163 |
-
"eval_loss": 0.
|
164 |
-
"eval_runtime": 1.
|
165 |
-
"eval_samples_per_second": 100.
|
166 |
-
"eval_steps_per_second": 12.
|
167 |
"step": 200
|
168 |
},
|
169 |
{
|
170 |
"epoch": 3.230769230769231,
|
171 |
-
"grad_norm": 0.
|
172 |
"learning_rate": 3.846153846153846e-05,
|
173 |
-
"loss": 0.
|
174 |
"step": 210
|
175 |
},
|
176 |
{
|
177 |
"epoch": 3.3846153846153846,
|
178 |
-
"grad_norm": 0.
|
179 |
"learning_rate": 3.0769230769230774e-05,
|
180 |
-
"loss": 0.
|
181 |
"step": 220
|
182 |
},
|
183 |
{
|
184 |
"epoch": 3.5384615384615383,
|
185 |
-
"grad_norm": 0.
|
186 |
"learning_rate": 2.307692307692308e-05,
|
187 |
-
"loss": 0.
|
188 |
"step": 230
|
189 |
},
|
190 |
{
|
191 |
"epoch": 3.6923076923076925,
|
192 |
-
"grad_norm": 0.
|
193 |
"learning_rate": 1.5384615384615387e-05,
|
194 |
-
"loss": 0.
|
195 |
"step": 240
|
196 |
},
|
197 |
{
|
198 |
"epoch": 3.8461538461538463,
|
199 |
-
"grad_norm": 0.
|
200 |
"learning_rate": 7.692307692307694e-06,
|
201 |
-
"loss": 0.
|
202 |
"step": 250
|
203 |
},
|
204 |
{
|
205 |
"epoch": 4.0,
|
206 |
-
"grad_norm": 0.
|
207 |
"learning_rate": 0.0,
|
208 |
-
"loss": 0.
|
209 |
"step": 260
|
210 |
},
|
211 |
{
|
212 |
"epoch": 4.0,
|
213 |
"step": 260,
|
214 |
"total_flos": 3.205097416476426e+17,
|
215 |
-
"train_loss": 0.
|
216 |
-
"train_runtime":
|
217 |
-
"train_samples_per_second":
|
218 |
-
"train_steps_per_second":
|
219 |
}
|
220 |
],
|
221 |
"logging_steps": 10,
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.014676429331302643,
|
3 |
+
"best_model_checkpoint": "./vit-base-beans-demo-v5/checkpoint-200",
|
4 |
"epoch": 4.0,
|
5 |
"eval_steps": 100,
|
6 |
"global_step": 260,
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.15384615384615385,
|
13 |
+
"grad_norm": 1.7548131942749023,
|
14 |
"learning_rate": 0.00019230769230769233,
|
15 |
+
"loss": 0.8278,
|
16 |
"step": 10
|
17 |
},
|
18 |
{
|
19 |
"epoch": 0.3076923076923077,
|
20 |
+
"grad_norm": 3.528895378112793,
|
21 |
"learning_rate": 0.00018461538461538463,
|
22 |
+
"loss": 0.3232,
|
23 |
"step": 20
|
24 |
},
|
25 |
{
|
26 |
"epoch": 0.46153846153846156,
|
27 |
+
"grad_norm": 4.442903518676758,
|
28 |
"learning_rate": 0.00017692307692307693,
|
29 |
+
"loss": 0.2161,
|
30 |
"step": 30
|
31 |
},
|
32 |
{
|
33 |
"epoch": 0.6153846153846154,
|
34 |
+
"grad_norm": 0.861210286617279,
|
35 |
"learning_rate": 0.00016923076923076923,
|
36 |
+
"loss": 0.2552,
|
37 |
"step": 40
|
38 |
},
|
39 |
{
|
40 |
"epoch": 0.7692307692307693,
|
41 |
+
"grad_norm": 8.467580795288086,
|
42 |
"learning_rate": 0.00016153846153846155,
|
43 |
+
"loss": 0.2294,
|
44 |
"step": 50
|
45 |
},
|
46 |
{
|
47 |
"epoch": 0.9230769230769231,
|
48 |
+
"grad_norm": 2.317192316055298,
|
49 |
"learning_rate": 0.00015384615384615385,
|
50 |
+
"loss": 0.2226,
|
51 |
"step": 60
|
52 |
},
|
53 |
{
|
54 |
"epoch": 1.0769230769230769,
|
55 |
+
"grad_norm": 0.34912338852882385,
|
56 |
"learning_rate": 0.00014615384615384615,
|
57 |
+
"loss": 0.0866,
|
58 |
"step": 70
|
59 |
},
|
60 |
{
|
61 |
"epoch": 1.2307692307692308,
|
62 |
+
"grad_norm": 0.17672394216060638,
|
63 |
"learning_rate": 0.00013846153846153847,
|
64 |
+
"loss": 0.0817,
|
65 |
"step": 80
|
66 |
},
|
67 |
{
|
68 |
"epoch": 1.3846153846153846,
|
69 |
+
"grad_norm": 0.1419631987810135,
|
70 |
"learning_rate": 0.00013076923076923077,
|
71 |
+
"loss": 0.0779,
|
72 |
"step": 90
|
73 |
},
|
74 |
{
|
75 |
"epoch": 1.5384615384615383,
|
76 |
+
"grad_norm": 2.7969260215759277,
|
77 |
"learning_rate": 0.0001230769230769231,
|
78 |
+
"loss": 0.0541,
|
79 |
"step": 100
|
80 |
},
|
81 |
{
|
82 |
"epoch": 1.5384615384615383,
|
83 |
+
"eval_accuracy": 1.0,
|
84 |
+
"eval_loss": 0.024188851937651634,
|
85 |
+
"eval_runtime": 1.4458,
|
86 |
+
"eval_samples_per_second": 91.994,
|
87 |
+
"eval_steps_per_second": 11.759,
|
88 |
"step": 100
|
89 |
},
|
90 |
{
|
91 |
"epoch": 1.6923076923076923,
|
92 |
+
"grad_norm": 0.6725256443023682,
|
93 |
"learning_rate": 0.00011538461538461538,
|
94 |
+
"loss": 0.071,
|
95 |
"step": 110
|
96 |
},
|
97 |
{
|
98 |
"epoch": 1.8461538461538463,
|
99 |
+
"grad_norm": 3.316457509994507,
|
100 |
"learning_rate": 0.0001076923076923077,
|
101 |
+
"loss": 0.1595,
|
102 |
"step": 120
|
103 |
},
|
104 |
{
|
105 |
"epoch": 2.0,
|
106 |
+
"grad_norm": 0.14894653856754303,
|
107 |
"learning_rate": 0.0001,
|
108 |
+
"loss": 0.0907,
|
109 |
"step": 130
|
110 |
},
|
111 |
{
|
112 |
"epoch": 2.1538461538461537,
|
113 |
+
"grad_norm": 0.10909508168697357,
|
114 |
"learning_rate": 9.230769230769232e-05,
|
115 |
+
"loss": 0.0613,
|
116 |
"step": 140
|
117 |
},
|
118 |
{
|
119 |
"epoch": 2.3076923076923075,
|
120 |
+
"grad_norm": 0.13060985505580902,
|
121 |
"learning_rate": 8.461538461538461e-05,
|
122 |
+
"loss": 0.0203,
|
123 |
"step": 150
|
124 |
},
|
125 |
{
|
126 |
"epoch": 2.4615384615384617,
|
127 |
+
"grad_norm": 0.08566407859325409,
|
128 |
"learning_rate": 7.692307692307693e-05,
|
129 |
+
"loss": 0.0326,
|
130 |
"step": 160
|
131 |
},
|
132 |
{
|
133 |
"epoch": 2.6153846153846154,
|
134 |
+
"grad_norm": 0.07223280519247055,
|
135 |
"learning_rate": 6.923076923076924e-05,
|
136 |
+
"loss": 0.0182,
|
137 |
"step": 170
|
138 |
},
|
139 |
{
|
140 |
"epoch": 2.769230769230769,
|
141 |
+
"grad_norm": 0.0757821574807167,
|
142 |
"learning_rate": 6.153846153846155e-05,
|
143 |
+
"loss": 0.0357,
|
144 |
"step": 180
|
145 |
},
|
146 |
{
|
147 |
"epoch": 2.9230769230769234,
|
148 |
+
"grad_norm": 3.932257652282715,
|
149 |
"learning_rate": 5.384615384615385e-05,
|
150 |
+
"loss": 0.0174,
|
151 |
"step": 190
|
152 |
},
|
153 |
{
|
154 |
"epoch": 3.076923076923077,
|
155 |
+
"grad_norm": 0.06355487555265427,
|
156 |
"learning_rate": 4.615384615384616e-05,
|
157 |
+
"loss": 0.014,
|
158 |
"step": 200
|
159 |
},
|
160 |
{
|
161 |
"epoch": 3.076923076923077,
|
162 |
+
"eval_accuracy": 1.0,
|
163 |
+
"eval_loss": 0.014676429331302643,
|
164 |
+
"eval_runtime": 1.3175,
|
165 |
+
"eval_samples_per_second": 100.95,
|
166 |
+
"eval_steps_per_second": 12.903,
|
167 |
"step": 200
|
168 |
},
|
169 |
{
|
170 |
"epoch": 3.230769230769231,
|
171 |
+
"grad_norm": 0.06115660443902016,
|
172 |
"learning_rate": 3.846153846153846e-05,
|
173 |
+
"loss": 0.028,
|
174 |
"step": 210
|
175 |
},
|
176 |
{
|
177 |
"epoch": 3.3846153846153846,
|
178 |
+
"grad_norm": 0.06409073621034622,
|
179 |
"learning_rate": 3.0769230769230774e-05,
|
180 |
+
"loss": 0.0116,
|
181 |
"step": 220
|
182 |
},
|
183 |
{
|
184 |
"epoch": 3.5384615384615383,
|
185 |
+
"grad_norm": 0.05863337591290474,
|
186 |
"learning_rate": 2.307692307692308e-05,
|
187 |
+
"loss": 0.0117,
|
188 |
"step": 230
|
189 |
},
|
190 |
{
|
191 |
"epoch": 3.6923076923076925,
|
192 |
+
"grad_norm": 0.059554990381002426,
|
193 |
"learning_rate": 1.5384615384615387e-05,
|
194 |
+
"loss": 0.0113,
|
195 |
"step": 240
|
196 |
},
|
197 |
{
|
198 |
"epoch": 3.8461538461538463,
|
199 |
+
"grad_norm": 0.05857035890221596,
|
200 |
"learning_rate": 7.692307692307694e-06,
|
201 |
+
"loss": 0.011,
|
202 |
"step": 250
|
203 |
},
|
204 |
{
|
205 |
"epoch": 4.0,
|
206 |
+
"grad_norm": 0.06412912160158157,
|
207 |
"learning_rate": 0.0,
|
208 |
+
"loss": 0.012,
|
209 |
"step": 260
|
210 |
},
|
211 |
{
|
212 |
"epoch": 4.0,
|
213 |
"step": 260,
|
214 |
"total_flos": 3.205097416476426e+17,
|
215 |
+
"train_loss": 0.11465750181904207,
|
216 |
+
"train_runtime": 55.3297,
|
217 |
+
"train_samples_per_second": 74.752,
|
218 |
+
"train_steps_per_second": 4.699
|
219 |
}
|
220 |
],
|
221 |
"logging_steps": 10,
|