bghira commited on
Commit
d4eef2e
·
verified ·
1 Parent(s): edf5a29

Add RVQ encoder checkpoint 6500

Browse files
best/checkpoint-6500/mup_base_shapes.bsh ADDED
@@ -0,0 +1,517 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This is a base shape file encoded in yaml
2
+ # - `null` indicates a dimension is "finite", i.e. a non-"width" dimension
3
+ # - a number indicates the base dimension of an "infinite" dimension, i.e. some notion of "width"
4
+ blocks.0.conv1.bias:
5
+ - 128
6
+ blocks.0.conv1.weight:
7
+ - 128
8
+ - 128
9
+ - null
10
+ blocks.0.conv2.bias:
11
+ - 128
12
+ blocks.0.conv2.weight:
13
+ - 128
14
+ - 128
15
+ - null
16
+ blocks.0.norm.bias:
17
+ - 128
18
+ blocks.0.norm.weight:
19
+ - 128
20
+ blocks.1.conv1.bias:
21
+ - 128
22
+ blocks.1.conv1.weight:
23
+ - 128
24
+ - 128
25
+ - null
26
+ blocks.1.conv2.bias:
27
+ - 128
28
+ blocks.1.conv2.weight:
29
+ - 128
30
+ - 128
31
+ - null
32
+ blocks.1.norm.bias:
33
+ - 128
34
+ blocks.1.norm.weight:
35
+ - 128
36
+ blocks.2.conv1.bias:
37
+ - 128
38
+ blocks.2.conv1.weight:
39
+ - 128
40
+ - 128
41
+ - null
42
+ blocks.2.conv2.bias:
43
+ - 128
44
+ blocks.2.conv2.weight:
45
+ - 128
46
+ - 128
47
+ - null
48
+ blocks.2.norm.bias:
49
+ - 128
50
+ blocks.2.norm.weight:
51
+ - 128
52
+ conv_in.bias:
53
+ - 128
54
+ conv_in.weight:
55
+ - 128
56
+ - null
57
+ - null
58
+ depth_decoder.context_projection.weight:
59
+ - null
60
+ - 128
61
+ depth_decoder.heads.0.bias:
62
+ - null
63
+ depth_decoder.heads.0.weight:
64
+ - null
65
+ - null
66
+ depth_decoder.heads.1.bias:
67
+ - null
68
+ depth_decoder.heads.1.weight:
69
+ - null
70
+ - null
71
+ depth_decoder.heads.2.bias:
72
+ - null
73
+ depth_decoder.heads.2.weight:
74
+ - null
75
+ - null
76
+ depth_decoder.heads.3.bias:
77
+ - null
78
+ depth_decoder.heads.3.weight:
79
+ - null
80
+ - null
81
+ depth_decoder.heads.4.bias:
82
+ - null
83
+ depth_decoder.heads.4.weight:
84
+ - null
85
+ - null
86
+ depth_decoder.heads.5.bias:
87
+ - null
88
+ depth_decoder.heads.5.weight:
89
+ - null
90
+ - null
91
+ depth_decoder.heads.6.bias:
92
+ - null
93
+ depth_decoder.heads.6.weight:
94
+ - null
95
+ - null
96
+ depth_decoder.layers.0.k_proj.bias:
97
+ - null
98
+ depth_decoder.layers.0.k_proj.weight:
99
+ - null
100
+ - null
101
+ depth_decoder.layers.0.linear1.bias:
102
+ - null
103
+ depth_decoder.layers.0.linear1.weight:
104
+ - null
105
+ - null
106
+ depth_decoder.layers.0.linear2.bias:
107
+ - null
108
+ depth_decoder.layers.0.linear2.weight:
109
+ - null
110
+ - null
111
+ depth_decoder.layers.0.norm1.bias:
112
+ - null
113
+ depth_decoder.layers.0.norm1.weight:
114
+ - null
115
+ depth_decoder.layers.0.norm2.bias:
116
+ - null
117
+ depth_decoder.layers.0.norm2.weight:
118
+ - null
119
+ depth_decoder.layers.0.out_proj.bias:
120
+ - null
121
+ depth_decoder.layers.0.out_proj.weight:
122
+ - null
123
+ - null
124
+ depth_decoder.layers.0.q_proj.bias:
125
+ - null
126
+ depth_decoder.layers.0.q_proj.weight:
127
+ - null
128
+ - null
129
+ depth_decoder.layers.0.v_proj.bias:
130
+ - null
131
+ depth_decoder.layers.0.v_proj.weight:
132
+ - null
133
+ - null
134
+ depth_decoder.layers.1.k_proj.bias:
135
+ - null
136
+ depth_decoder.layers.1.k_proj.weight:
137
+ - null
138
+ - null
139
+ depth_decoder.layers.1.linear1.bias:
140
+ - null
141
+ depth_decoder.layers.1.linear1.weight:
142
+ - null
143
+ - null
144
+ depth_decoder.layers.1.linear2.bias:
145
+ - null
146
+ depth_decoder.layers.1.linear2.weight:
147
+ - null
148
+ - null
149
+ depth_decoder.layers.1.norm1.bias:
150
+ - null
151
+ depth_decoder.layers.1.norm1.weight:
152
+ - null
153
+ depth_decoder.layers.1.norm2.bias:
154
+ - null
155
+ depth_decoder.layers.1.norm2.weight:
156
+ - null
157
+ depth_decoder.layers.1.out_proj.bias:
158
+ - null
159
+ depth_decoder.layers.1.out_proj.weight:
160
+ - null
161
+ - null
162
+ depth_decoder.layers.1.q_proj.bias:
163
+ - null
164
+ depth_decoder.layers.1.q_proj.weight:
165
+ - null
166
+ - null
167
+ depth_decoder.layers.1.v_proj.bias:
168
+ - null
169
+ depth_decoder.layers.1.v_proj.weight:
170
+ - null
171
+ - null
172
+ depth_decoder.norm.bias:
173
+ - null
174
+ depth_decoder.norm.weight:
175
+ - null
176
+ depth_decoder.position:
177
+ - null
178
+ - null
179
+ - null
180
+ depth_decoder.prior_embeddings.0.weight:
181
+ - null
182
+ - null
183
+ depth_decoder.prior_embeddings.1.weight:
184
+ - null
185
+ - null
186
+ depth_decoder.prior_embeddings.2.weight:
187
+ - null
188
+ - null
189
+ depth_decoder.prior_embeddings.3.weight:
190
+ - null
191
+ - null
192
+ depth_decoder.prior_embeddings.4.weight:
193
+ - null
194
+ - null
195
+ depth_decoder.prior_embeddings.5.weight:
196
+ - null
197
+ - null
198
+ depth_decoder.prior_embeddings.6.weight:
199
+ - null
200
+ - null
201
+ heads.0.bias:
202
+ - null
203
+ heads.0.weight:
204
+ - null
205
+ - 128
206
+ norm_out.bias:
207
+ - 128
208
+ norm_out.weight:
209
+ - 128
210
+ position:
211
+ - null
212
+ - null
213
+ - 128
214
+ transformer.0.k_proj.bias:
215
+ - 128
216
+ transformer.0.k_proj.weight:
217
+ - 128
218
+ - 128
219
+ transformer.0.linear1.bias:
220
+ - 512
221
+ transformer.0.linear1.weight:
222
+ - 512
223
+ - 128
224
+ transformer.0.linear2.bias:
225
+ - 128
226
+ transformer.0.linear2.weight:
227
+ - 128
228
+ - 512
229
+ transformer.0.norm1.bias:
230
+ - 128
231
+ transformer.0.norm1.weight:
232
+ - 128
233
+ transformer.0.norm2.bias:
234
+ - 128
235
+ transformer.0.norm2.weight:
236
+ - 128
237
+ transformer.0.out_proj.bias:
238
+ - 128
239
+ transformer.0.out_proj.weight:
240
+ - 128
241
+ - 128
242
+ transformer.0.q_proj.bias:
243
+ - 128
244
+ transformer.0.q_proj.weight:
245
+ - 128
246
+ - 128
247
+ transformer.0.v_proj.bias:
248
+ - 128
249
+ transformer.0.v_proj.weight:
250
+ - 128
251
+ - 128
252
+ transformer.1.k_proj.bias:
253
+ - 128
254
+ transformer.1.k_proj.weight:
255
+ - 128
256
+ - 128
257
+ transformer.1.linear1.bias:
258
+ - 512
259
+ transformer.1.linear1.weight:
260
+ - 512
261
+ - 128
262
+ transformer.1.linear2.bias:
263
+ - 128
264
+ transformer.1.linear2.weight:
265
+ - 128
266
+ - 512
267
+ transformer.1.norm1.bias:
268
+ - 128
269
+ transformer.1.norm1.weight:
270
+ - 128
271
+ transformer.1.norm2.bias:
272
+ - 128
273
+ transformer.1.norm2.weight:
274
+ - 128
275
+ transformer.1.out_proj.bias:
276
+ - 128
277
+ transformer.1.out_proj.weight:
278
+ - 128
279
+ - 128
280
+ transformer.1.q_proj.bias:
281
+ - 128
282
+ transformer.1.q_proj.weight:
283
+ - 128
284
+ - 128
285
+ transformer.1.v_proj.bias:
286
+ - 128
287
+ transformer.1.v_proj.weight:
288
+ - 128
289
+ - 128
290
+ transformer.2.k_proj.bias:
291
+ - 128
292
+ transformer.2.k_proj.weight:
293
+ - 128
294
+ - 128
295
+ transformer.2.linear1.bias:
296
+ - 512
297
+ transformer.2.linear1.weight:
298
+ - 512
299
+ - 128
300
+ transformer.2.linear2.bias:
301
+ - 128
302
+ transformer.2.linear2.weight:
303
+ - 128
304
+ - 512
305
+ transformer.2.norm1.bias:
306
+ - 128
307
+ transformer.2.norm1.weight:
308
+ - 128
309
+ transformer.2.norm2.bias:
310
+ - 128
311
+ transformer.2.norm2.weight:
312
+ - 128
313
+ transformer.2.out_proj.bias:
314
+ - 128
315
+ transformer.2.out_proj.weight:
316
+ - 128
317
+ - 128
318
+ transformer.2.q_proj.bias:
319
+ - 128
320
+ transformer.2.q_proj.weight:
321
+ - 128
322
+ - 128
323
+ transformer.2.v_proj.bias:
324
+ - 128
325
+ transformer.2.v_proj.weight:
326
+ - 128
327
+ - 128
328
+ transformer.3.k_proj.bias:
329
+ - 128
330
+ transformer.3.k_proj.weight:
331
+ - 128
332
+ - 128
333
+ transformer.3.linear1.bias:
334
+ - 512
335
+ transformer.3.linear1.weight:
336
+ - 512
337
+ - 128
338
+ transformer.3.linear2.bias:
339
+ - 128
340
+ transformer.3.linear2.weight:
341
+ - 128
342
+ - 512
343
+ transformer.3.norm1.bias:
344
+ - 128
345
+ transformer.3.norm1.weight:
346
+ - 128
347
+ transformer.3.norm2.bias:
348
+ - 128
349
+ transformer.3.norm2.weight:
350
+ - 128
351
+ transformer.3.out_proj.bias:
352
+ - 128
353
+ transformer.3.out_proj.weight:
354
+ - 128
355
+ - 128
356
+ transformer.3.q_proj.bias:
357
+ - 128
358
+ transformer.3.q_proj.weight:
359
+ - 128
360
+ - 128
361
+ transformer.3.v_proj.bias:
362
+ - 128
363
+ transformer.3.v_proj.weight:
364
+ - 128
365
+ - 128
366
+ transformer.4.k_proj.bias:
367
+ - 128
368
+ transformer.4.k_proj.weight:
369
+ - 128
370
+ - 128
371
+ transformer.4.linear1.bias:
372
+ - 512
373
+ transformer.4.linear1.weight:
374
+ - 512
375
+ - 128
376
+ transformer.4.linear2.bias:
377
+ - 128
378
+ transformer.4.linear2.weight:
379
+ - 128
380
+ - 512
381
+ transformer.4.norm1.bias:
382
+ - 128
383
+ transformer.4.norm1.weight:
384
+ - 128
385
+ transformer.4.norm2.bias:
386
+ - 128
387
+ transformer.4.norm2.weight:
388
+ - 128
389
+ transformer.4.out_proj.bias:
390
+ - 128
391
+ transformer.4.out_proj.weight:
392
+ - 128
393
+ - 128
394
+ transformer.4.q_proj.bias:
395
+ - 128
396
+ transformer.4.q_proj.weight:
397
+ - 128
398
+ - 128
399
+ transformer.4.v_proj.bias:
400
+ - 128
401
+ transformer.4.v_proj.weight:
402
+ - 128
403
+ - 128
404
+ transformer.5.k_proj.bias:
405
+ - 128
406
+ transformer.5.k_proj.weight:
407
+ - 128
408
+ - 128
409
+ transformer.5.linear1.bias:
410
+ - 512
411
+ transformer.5.linear1.weight:
412
+ - 512
413
+ - 128
414
+ transformer.5.linear2.bias:
415
+ - 128
416
+ transformer.5.linear2.weight:
417
+ - 128
418
+ - 512
419
+ transformer.5.norm1.bias:
420
+ - 128
421
+ transformer.5.norm1.weight:
422
+ - 128
423
+ transformer.5.norm2.bias:
424
+ - 128
425
+ transformer.5.norm2.weight:
426
+ - 128
427
+ transformer.5.out_proj.bias:
428
+ - 128
429
+ transformer.5.out_proj.weight:
430
+ - 128
431
+ - 128
432
+ transformer.5.q_proj.bias:
433
+ - 128
434
+ transformer.5.q_proj.weight:
435
+ - 128
436
+ - 128
437
+ transformer.5.v_proj.bias:
438
+ - 128
439
+ transformer.5.v_proj.weight:
440
+ - 128
441
+ - 128
442
+ transformer.6.k_proj.bias:
443
+ - 128
444
+ transformer.6.k_proj.weight:
445
+ - 128
446
+ - 128
447
+ transformer.6.linear1.bias:
448
+ - 512
449
+ transformer.6.linear1.weight:
450
+ - 512
451
+ - 128
452
+ transformer.6.linear2.bias:
453
+ - 128
454
+ transformer.6.linear2.weight:
455
+ - 128
456
+ - 512
457
+ transformer.6.norm1.bias:
458
+ - 128
459
+ transformer.6.norm1.weight:
460
+ - 128
461
+ transformer.6.norm2.bias:
462
+ - 128
463
+ transformer.6.norm2.weight:
464
+ - 128
465
+ transformer.6.out_proj.bias:
466
+ - 128
467
+ transformer.6.out_proj.weight:
468
+ - 128
469
+ - 128
470
+ transformer.6.q_proj.bias:
471
+ - 128
472
+ transformer.6.q_proj.weight:
473
+ - 128
474
+ - 128
475
+ transformer.6.v_proj.bias:
476
+ - 128
477
+ transformer.6.v_proj.weight:
478
+ - 128
479
+ - 128
480
+ transformer.7.k_proj.bias:
481
+ - 128
482
+ transformer.7.k_proj.weight:
483
+ - 128
484
+ - 128
485
+ transformer.7.linear1.bias:
486
+ - 512
487
+ transformer.7.linear1.weight:
488
+ - 512
489
+ - 128
490
+ transformer.7.linear2.bias:
491
+ - 128
492
+ transformer.7.linear2.weight:
493
+ - 128
494
+ - 512
495
+ transformer.7.norm1.bias:
496
+ - 128
497
+ transformer.7.norm1.weight:
498
+ - 128
499
+ transformer.7.norm2.bias:
500
+ - 128
501
+ transformer.7.norm2.weight:
502
+ - 128
503
+ transformer.7.out_proj.bias:
504
+ - 128
505
+ transformer.7.out_proj.weight:
506
+ - 128
507
+ - 128
508
+ transformer.7.q_proj.bias:
509
+ - 128
510
+ transformer.7.q_proj.weight:
511
+ - 128
512
+ - 128
513
+ transformer.7.v_proj.bias:
514
+ - 128
515
+ transformer.7.v_proj.weight:
516
+ - 128
517
+ - 128
best/checkpoint-6500/mup_base_shapes.bsh.meta.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "depth_decoder_dim": 512,
3
+ "depth_decoder_ff_mult": 4,
4
+ "depth_decoder_heads": 8,
5
+ "depth_decoder_layers": 2,
6
+ "scope": "rvq-depth-decoder-v1"
7
+ }
best/checkpoint-6500/rvq_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701ee2e9bae72b84e7993694dd184f3c9141586ab562717d4f8930956339f3b3
3
+ size 676055232
best/checkpoint-6500/rvq_encoder_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_vocab_sizes": [
3
+ 16384,
4
+ 1024,
5
+ 1024,
6
+ 1024,
7
+ 1024,
8
+ 1024,
9
+ 1024,
10
+ 1024
11
+ ],
12
+ "conv_dilations": [
13
+ 1,
14
+ 3,
15
+ 9
16
+ ],
17
+ "d_model": 1088,
18
+ "depth_decoder": true,
19
+ "depth_decoder_dim": 512,
20
+ "depth_decoder_dropout": 0.1,
21
+ "depth_decoder_ff_mult": 4,
22
+ "depth_decoder_heads": 8,
23
+ "depth_decoder_layers": 2,
24
+ "dropout": 0.1,
25
+ "ff_mult": 4,
26
+ "latent_channels": 128,
27
+ "max_position_embeddings": 128,
28
+ "mup": true,
29
+ "mup_attention_multiplier": 8.0,
30
+ "mup_output_mult": 1.0,
31
+ "mup_readout_zero_init": true,
32
+ "num_heads": 17,
33
+ "num_layers": 8
34
+ }