End of training
Browse files- all_results.json +11 -0
- eval_results.json +7 -0
- preprocessor_config.json +28 -0
- runs/Aug16_09-37-35_cvrl-flynn-ws2/events.out.tfevents.1692206834.cvrl-flynn-ws2.1487.1 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +18 -0
- train_results.json +7 -0
- trainer_state.json +271 -0
- vocab.txt +0 -0
all_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_loss": 2.5911147594451904,
|
4 |
+
"eval_runtime": 266.5918,
|
5 |
+
"eval_samples_per_second": 75.021,
|
6 |
+
"eval_steps_per_second": 2.344,
|
7 |
+
"train_loss": 0.8684224430338542,
|
8 |
+
"train_runtime": 13219.7298,
|
9 |
+
"train_samples_per_second": 45.387,
|
10 |
+
"train_steps_per_second": 1.418
|
11 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_loss": 2.5911147594451904,
|
4 |
+
"eval_runtime": 266.5918,
|
5 |
+
"eval_samples_per_second": 75.021,
|
6 |
+
"eval_steps_per_second": 2.344
|
7 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_convert_rgb": true,
|
8 |
+
"do_normalize": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_mean": [
|
12 |
+
0.48145466,
|
13 |
+
0.4578275,
|
14 |
+
0.40821073
|
15 |
+
],
|
16 |
+
"image_processor_type": "CLIPImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.26862954,
|
19 |
+
0.26130258,
|
20 |
+
0.27577711
|
21 |
+
],
|
22 |
+
"processor_class": "VisionTextDualEncoderProcessor",
|
23 |
+
"resample": 3,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"shortest_edge": 224
|
27 |
+
}
|
28 |
+
}
|
runs/Aug16_09-37-35_cvrl-flynn-ws2/events.out.tfevents.1692206834.cvrl-flynn-ws2.1487.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8ff1fc5d78fcae7b2886b23e3876e97666138250a76c1f9f0891a83d4fd1b3d
|
3 |
+
size 364
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": false,
|
6 |
+
"full_tokenizer_file": null,
|
7 |
+
"mask_token": "[MASK]",
|
8 |
+
"max_len": 512,
|
9 |
+
"model_max_length": 512,
|
10 |
+
"never_split": null,
|
11 |
+
"pad_token": "[PAD]",
|
12 |
+
"processor_class": "VisionTextDualEncoderProcessor",
|
13 |
+
"sep_token": "[SEP]",
|
14 |
+
"strip_accents": null,
|
15 |
+
"tokenize_chinese_chars": true,
|
16 |
+
"tokenizer_class": "DistilBertTokenizer",
|
17 |
+
"unk_token": "[UNK]"
|
18 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"train_loss": 0.8684224430338542,
|
4 |
+
"train_runtime": 13219.7298,
|
5 |
+
"train_samples_per_second": 45.387,
|
6 |
+
"train_steps_per_second": 1.418
|
7 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,271 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 2.5911147594451904,
|
3 |
+
"best_model_checkpoint": "clip-desc-br-mixer-200k/checkpoint-12500",
|
4 |
+
"epoch": 3.0,
|
5 |
+
"global_step": 18750,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.08,
|
12 |
+
"learning_rate": 4.866666666666667e-05,
|
13 |
+
"loss": 1.8641,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.16,
|
18 |
+
"learning_rate": 4.7333333333333336e-05,
|
19 |
+
"loss": 1.5931,
|
20 |
+
"step": 1000
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 0.24,
|
24 |
+
"learning_rate": 4.600000000000001e-05,
|
25 |
+
"loss": 1.5302,
|
26 |
+
"step": 1500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 0.32,
|
30 |
+
"learning_rate": 4.466666666666667e-05,
|
31 |
+
"loss": 1.447,
|
32 |
+
"step": 2000
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.4,
|
36 |
+
"learning_rate": 4.3333333333333334e-05,
|
37 |
+
"loss": 1.3864,
|
38 |
+
"step": 2500
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.48,
|
42 |
+
"learning_rate": 4.2e-05,
|
43 |
+
"loss": 1.3548,
|
44 |
+
"step": 3000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.56,
|
48 |
+
"learning_rate": 4.066666666666667e-05,
|
49 |
+
"loss": 1.3112,
|
50 |
+
"step": 3500
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 0.64,
|
54 |
+
"learning_rate": 3.933333333333333e-05,
|
55 |
+
"loss": 1.2928,
|
56 |
+
"step": 4000
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 0.72,
|
60 |
+
"learning_rate": 3.8e-05,
|
61 |
+
"loss": 1.2464,
|
62 |
+
"step": 4500
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"epoch": 0.8,
|
66 |
+
"learning_rate": 3.6666666666666666e-05,
|
67 |
+
"loss": 1.1956,
|
68 |
+
"step": 5000
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 0.88,
|
72 |
+
"learning_rate": 3.5333333333333336e-05,
|
73 |
+
"loss": 1.1784,
|
74 |
+
"step": 5500
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.96,
|
78 |
+
"learning_rate": 3.4000000000000007e-05,
|
79 |
+
"loss": 1.1635,
|
80 |
+
"step": 6000
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 1.0,
|
84 |
+
"eval_loss": 2.746802806854248,
|
85 |
+
"eval_runtime": 268.5972,
|
86 |
+
"eval_samples_per_second": 74.461,
|
87 |
+
"eval_steps_per_second": 2.327,
|
88 |
+
"step": 6250
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 1.04,
|
92 |
+
"learning_rate": 3.266666666666667e-05,
|
93 |
+
"loss": 1.0209,
|
94 |
+
"step": 6500
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 1.12,
|
98 |
+
"learning_rate": 3.1333333333333334e-05,
|
99 |
+
"loss": 0.8686,
|
100 |
+
"step": 7000
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 1.2,
|
104 |
+
"learning_rate": 3e-05,
|
105 |
+
"loss": 0.8853,
|
106 |
+
"step": 7500
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 1.28,
|
110 |
+
"learning_rate": 2.8666666666666668e-05,
|
111 |
+
"loss": 0.8609,
|
112 |
+
"step": 8000
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epoch": 1.36,
|
116 |
+
"learning_rate": 2.733333333333333e-05,
|
117 |
+
"loss": 0.8541,
|
118 |
+
"step": 8500
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 1.44,
|
122 |
+
"learning_rate": 2.6000000000000002e-05,
|
123 |
+
"loss": 0.8514,
|
124 |
+
"step": 9000
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epoch": 1.52,
|
128 |
+
"learning_rate": 2.466666666666667e-05,
|
129 |
+
"loss": 0.812,
|
130 |
+
"step": 9500
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 1.6,
|
134 |
+
"learning_rate": 2.3333333333333336e-05,
|
135 |
+
"loss": 0.8019,
|
136 |
+
"step": 10000
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 1.68,
|
140 |
+
"learning_rate": 2.2000000000000003e-05,
|
141 |
+
"loss": 0.8149,
|
142 |
+
"step": 10500
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.76,
|
146 |
+
"learning_rate": 2.0666666666666666e-05,
|
147 |
+
"loss": 0.7843,
|
148 |
+
"step": 11000
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"epoch": 1.84,
|
152 |
+
"learning_rate": 1.9333333333333333e-05,
|
153 |
+
"loss": 0.7586,
|
154 |
+
"step": 11500
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 1.92,
|
158 |
+
"learning_rate": 1.8e-05,
|
159 |
+
"loss": 0.7582,
|
160 |
+
"step": 12000
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"epoch": 2.0,
|
164 |
+
"learning_rate": 1.6666666666666667e-05,
|
165 |
+
"loss": 0.7554,
|
166 |
+
"step": 12500
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 2.0,
|
170 |
+
"eval_loss": 2.5911147594451904,
|
171 |
+
"eval_runtime": 267.6306,
|
172 |
+
"eval_samples_per_second": 74.73,
|
173 |
+
"eval_steps_per_second": 2.335,
|
174 |
+
"step": 12500
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 2.08,
|
178 |
+
"learning_rate": 1.5333333333333334e-05,
|
179 |
+
"loss": 0.4678,
|
180 |
+
"step": 13000
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 2.16,
|
184 |
+
"learning_rate": 1.4000000000000001e-05,
|
185 |
+
"loss": 0.4461,
|
186 |
+
"step": 13500
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 2.24,
|
190 |
+
"learning_rate": 1.2666666666666668e-05,
|
191 |
+
"loss": 0.4411,
|
192 |
+
"step": 14000
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 2.32,
|
196 |
+
"learning_rate": 1.1333333333333334e-05,
|
197 |
+
"loss": 0.4278,
|
198 |
+
"step": 14500
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 2.4,
|
202 |
+
"learning_rate": 1e-05,
|
203 |
+
"loss": 0.4263,
|
204 |
+
"step": 15000
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 2.48,
|
208 |
+
"learning_rate": 8.666666666666668e-06,
|
209 |
+
"loss": 0.415,
|
210 |
+
"step": 15500
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"epoch": 2.56,
|
214 |
+
"learning_rate": 7.333333333333334e-06,
|
215 |
+
"loss": 0.416,
|
216 |
+
"step": 16000
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 2.64,
|
220 |
+
"learning_rate": 6e-06,
|
221 |
+
"loss": 0.3941,
|
222 |
+
"step": 16500
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 2.72,
|
226 |
+
"learning_rate": 4.666666666666667e-06,
|
227 |
+
"loss": 0.4014,
|
228 |
+
"step": 17000
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 2.8,
|
232 |
+
"learning_rate": 3.3333333333333333e-06,
|
233 |
+
"loss": 0.3857,
|
234 |
+
"step": 17500
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 2.88,
|
238 |
+
"learning_rate": 2.0000000000000003e-06,
|
239 |
+
"loss": 0.381,
|
240 |
+
"step": 18000
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 2.96,
|
244 |
+
"learning_rate": 6.666666666666667e-07,
|
245 |
+
"loss": 0.3824,
|
246 |
+
"step": 18500
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"epoch": 3.0,
|
250 |
+
"eval_loss": 2.730026960372925,
|
251 |
+
"eval_runtime": 267.9888,
|
252 |
+
"eval_samples_per_second": 74.63,
|
253 |
+
"eval_steps_per_second": 2.332,
|
254 |
+
"step": 18750
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 3.0,
|
258 |
+
"step": 18750,
|
259 |
+
"total_flos": 6.02416747008e+16,
|
260 |
+
"train_loss": 0.8684224430338542,
|
261 |
+
"train_runtime": 13219.7298,
|
262 |
+
"train_samples_per_second": 45.387,
|
263 |
+
"train_steps_per_second": 1.418
|
264 |
+
}
|
265 |
+
],
|
266 |
+
"max_steps": 18750,
|
267 |
+
"num_train_epochs": 3,
|
268 |
+
"total_flos": 6.02416747008e+16,
|
269 |
+
"trial_name": null,
|
270 |
+
"trial_params": null
|
271 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|