quinnlue commited on
Commit
fd00aec
·
verified ·
1 Parent(s): 3e505e0

Upload folder using huggingface_hub

Browse files
p5-mae-15m-d96/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/epoch_ablation.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "p5-mae-15m-d96|ep1": {
3
+ "vals": [
4
+ 0.1416131388192795,
5
+ 0.1435976255980216,
6
+ 0.14256013294529926
7
+ ],
8
+ "mean": 0.1425902991208668,
9
+ "sd": 0.0009925872467253613,
10
+ "seconds": 109.09047453594394
11
+ },
12
+ "p5-mae-15m-d96|ep4": {
13
+ "vals": [
14
+ 0.20470793587129132,
15
+ 0.20794071878467385,
16
+ 0.20463083663061118
17
+ ],
18
+ "mean": 0.2057598304288588,
19
+ "sd": 0.0018890980886723861,
20
+ "seconds": 277.25083903502673
21
+ }
22
+ }
p5-mae-15m-d96/events.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
p5-mae-15m-d96/exports/step_00005000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/exports/step_00005000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d96/exports/step_00005000",
3
+ "fingerprint": "763d2a9109b95876",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d96",
6
+ "probe/map": 0.10391493460986996,
7
+ "probe/map_train": 0.4614447891090129,
8
+ "probe/alpha": 10.0,
9
+ "probe/holdout_map": 0.12866922603536615,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.969594613998197,
16
+ "probe/total_s": 8.580843365984038,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1262366039924981
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.12677232151015166
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.12839800852308478
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.12866922603536615
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.11952057276875402
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.10254425276468457
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.08332780039687225
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.5948423743247986,
49
+ 0.017408374696969986,
50
+ 0.049528077244758606,
51
+ 0.18033750355243683,
52
+ 0.08495096862316132,
53
+ 0.21174278855323792,
54
+ 0.2475411742925644,
55
+ 0.2824857234954834,
56
+ 0.026242949068546295,
57
+ 0.03389899060130119,
58
+ 0.019568726420402527,
59
+ 0.0741669237613678,
60
+ 0.404159814119339,
61
+ 0.16458815336227417,
62
+ 0.0312812365591526,
63
+ 0.34808024764060974,
64
+ 0.22029182314872742,
65
+ 0.34568455815315247,
66
+ 0.0292804054915905,
67
+ 0.040919918566942215,
68
+ 0.19605529308319092,
69
+ 0.05463976040482521,
70
+ 0.08577244728803635,
71
+ 0.08362078666687012,
72
+ 0.031182141974568367,
73
+ 0.0330188013613224,
74
+ 0.040046576410532,
75
+ 0.1602412462234497,
76
+ 0.18258672952651978,
77
+ 0.025366365909576416,
78
+ 0.17631566524505615,
79
+ 0.1070941612124443,
80
+ 0.024983344599604607,
81
+ 0.04603543132543564,
82
+ 0.19131310284137726,
83
+ 0.022361353039741516,
84
+ 0.2623174488544464,
85
+ 0.03966929391026497,
86
+ 0.11325611919164658,
87
+ 0.12331559509038925,
88
+ 0.09799835085868835,
89
+ 0.01411991473287344,
90
+ 0.015612361021339893,
91
+ 0.17652665078639984,
92
+ 0.007902837358415127,
93
+ 0.0397581048309803,
94
+ 0.00792102050036192,
95
+ 0.08141674846410751,
96
+ 0.054147738963365555,
97
+ 0.05590106174349785,
98
+ 0.1385662853717804,
99
+ 0.009401029907166958,
100
+ 0.014611735939979553,
101
+ 0.035124149173498154,
102
+ 0.18263694643974304,
103
+ 0.10358164459466934,
104
+ 0.10186216980218887,
105
+ 0.2818380892276764,
106
+ 0.07239563018083572,
107
+ 0.06604558974504471,
108
+ 0.15854546427726746,
109
+ 0.15838207304477692,
110
+ 0.033170342445373535,
111
+ 0.0932832881808281,
112
+ 0.4709354043006897,
113
+ 0.20645453035831451,
114
+ 0.1728076934814453,
115
+ 0.2158379852771759,
116
+ 0.3276098370552063,
117
+ 0.30915069580078125,
118
+ 0.08841193467378616,
119
+ 0.07981156557798386,
120
+ 0.14062422513961792,
121
+ 0.11577359586954117,
122
+ 0.12230740487575531,
123
+ 0.14423604309558868,
124
+ 0.031492557376623154,
125
+ 0.10390136390924454,
126
+ 0.12423042953014374,
127
+ 0.06637277454137802,
128
+ 0.023381536826491356,
129
+ 0.036619506776332855,
130
+ 0.13919371366500854,
131
+ 0.03041685000061989,
132
+ 0.07530505210161209,
133
+ 0.012399477884173393,
134
+ 0.036046791821718216,
135
+ 0.021547382697463036,
136
+ 0.014517025090754032,
137
+ 0.08418936282396317,
138
+ 0.03551395982503891,
139
+ 0.035896185785532,
140
+ 0.13571573793888092,
141
+ 0.010129724629223347,
142
+ 0.029298346489667892,
143
+ 0.020820027217268944,
144
+ 0.010866351425647736,
145
+ 0.020840473473072052,
146
+ 0.0936460793018341,
147
+ 0.09812838584184647,
148
+ 0.06897442787885666,
149
+ 0.12826748192310333,
150
+ 0.02525199204683304,
151
+ 0.02652505226433277,
152
+ 0.013015704229474068,
153
+ 0.03536573797464371,
154
+ 0.037532053887844086,
155
+ 0.029903223738074303,
156
+ 0.0579628087580204,
157
+ 0.1680300533771515,
158
+ 0.1478186696767807,
159
+ 0.09231610596179962,
160
+ 0.06316754966974258,
161
+ 0.056368764489889145,
162
+ 0.02934473194181919,
163
+ 0.09470923244953156,
164
+ 0.09284953773021698,
165
+ 0.07837305963039398,
166
+ 0.075429268181324,
167
+ 0.12200696021318436,
168
+ 0.13095059990882874,
169
+ 0.07643663883209229,
170
+ 0.06805436313152313,
171
+ 0.035110730677843094,
172
+ 0.011152775958180428,
173
+ 0.019729051738977432,
174
+ 0.09311824291944504,
175
+ 0.1300165057182312,
176
+ 0.06088893115520477,
177
+ 0.059250835329294205,
178
+ 0.00849456712603569,
179
+ 0.09053719788789749,
180
+ 0.14955571293830872,
181
+ 0.14111632108688354,
182
+ 0.02980174869298935,
183
+ 0.006246468052268028,
184
+ 0.03409431502223015,
185
+ 0.690148115158081,
186
+ 0.18203653395175934,
187
+ 0.2316931039094925,
188
+ 0.3396664559841156,
189
+ 0.25326627492904663,
190
+ 0.06246598809957504,
191
+ 0.1477593034505844,
192
+ 0.04572242870926857,
193
+ 0.07147209346294403,
194
+ 0.07236643880605698,
195
+ 0.11638765782117844,
196
+ 0.08332578092813492,
197
+ 0.1441607028245926,
198
+ 0.11398555338382721,
199
+ 0.10433505475521088,
200
+ 0.13669227063655853,
201
+ 0.0764264240860939,
202
+ 0.053522560745477676,
203
+ 0.1632424294948578,
204
+ 0.09364443272352219,
205
+ 0.04985525459051132,
206
+ 0.023157363757491112,
207
+ 0.09361255913972855,
208
+ 0.3055891692638397,
209
+ 0.2443195879459381,
210
+ 0.2786160409450531,
211
+ 0.13596421480178833,
212
+ 0.21325017511844635,
213
+ 0.23560971021652222,
214
+ 0.26486581563949585,
215
+ 0.14406076073646545,
216
+ 0.2718622386455536,
217
+ 0.31067031621932983,
218
+ 0.17607344686985016,
219
+ 0.2809367775917053,
220
+ 0.3040252923965454,
221
+ 0.1965581327676773,
222
+ 0.06130707636475563,
223
+ 0.09192448109388351,
224
+ 0.08497180789709091,
225
+ 0.2858213186264038,
226
+ 0.02493901737034321,
227
+ 0.04403350129723549,
228
+ 0.06538637727499008,
229
+ 0.049065832048654556,
230
+ 0.13022156059741974,
231
+ 0.1647658497095108,
232
+ 0.03584293648600578,
233
+ 0.2799544930458069,
234
+ 0.2540000379085541,
235
+ 0.10531362891197205,
236
+ 0.2098761945962906,
237
+ 0.10830307006835938,
238
+ 0.11733923107385635,
239
+ 0.09190896898508072,
240
+ 0.21934543550014496,
241
+ 0.1455240249633789,
242
+ 0.11739762872457504,
243
+ 0.3387391269207001,
244
+ 0.04776810109615326,
245
+ 0.04931720718741417,
246
+ 0.10776937007904053,
247
+ 0.14635911583900452,
248
+ 0.04312239587306976,
249
+ 0.14279557764530182,
250
+ 0.07529940456151962,
251
+ 0.12326136231422424,
252
+ 0.15305113792419434,
253
+ 0.09492083638906479,
254
+ 0.1148427352309227,
255
+ 0.24081802368164062,
256
+ 0.13200369477272034,
257
+ 0.18433964252471924,
258
+ 0.6843001246452332,
259
+ 0.29429590702056885,
260
+ 0.4091731309890747,
261
+ 0.02410985715687275,
262
+ 0.23576036095619202,
263
+ 0.07640474289655685,
264
+ 0.03376450389623642,
265
+ 0.17415615916252136,
266
+ 0.09894698858261108,
267
+ 0.10096895694732666,
268
+ 0.12721222639083862,
269
+ 0.09917557239532471,
270
+ 0.1737700253725052,
271
+ 0.17063729465007782,
272
+ 0.05760094150900841,
273
+ 0.06293375045061111,
274
+ 0.07988613843917847,
275
+ 0.03105657361447811,
276
+ 0.1259354203939438,
277
+ 0.033423423767089844,
278
+ 0.06521300971508026,
279
+ 0.0918305292725563,
280
+ 0.06803137809038162,
281
+ 0.044167209416627884,
282
+ 0.03205767273902893,
283
+ 0.010540265589952469,
284
+ 0.10851351916790009,
285
+ 0.014659954234957695,
286
+ 0.2810625433921814,
287
+ 0.029534896835684776,
288
+ 0.12545055150985718,
289
+ 0.15667766332626343,
290
+ 0.24775780737400055,
291
+ 0.15314839780330658,
292
+ 0.15110178291797638,
293
+ 0.21905004978179932,
294
+ 0.03778382018208504,
295
+ 0.12382389605045319,
296
+ 0.029853539541363716,
297
+ 0.09594809263944626,
298
+ 0.09464944899082184,
299
+ 0.05455894023180008,
300
+ 0.0433935672044754,
301
+ 0.07882288843393326,
302
+ 0.05585164576768875,
303
+ 0.1141945868730545,
304
+ 0.2609921395778656,
305
+ 0.2275601327419281,
306
+ 0.12602318823337555,
307
+ 0.08324894309043884,
308
+ 0.03990517929196358,
309
+ 0.04305094853043556,
310
+ 0.13782989978790283,
311
+ 0.08942032605409622,
312
+ 0.015113987028598785,
313
+ 0.049765776842832565,
314
+ 0.051917314529418945,
315
+ 0.0818106085062027,
316
+ 0.1413734257221222,
317
+ 0.0437297560274601,
318
+ 0.013853006064891815,
319
+ 0.16015252470970154,
320
+ 0.07879407703876495,
321
+ 0.02231007255613804,
322
+ 0.16832323372364044,
323
+ 0.032882384955883026,
324
+ 0.06847020983695984,
325
+ 0.0290652047842741,
326
+ 0.05324002727866173,
327
+ 0.042315613478422165,
328
+ 0.02578350342810154,
329
+ 0.2374286949634552,
330
+ 0.11327490210533142,
331
+ 0.13439138233661652,
332
+ 0.06370510160923004,
333
+ 0.14023631811141968,
334
+ 0.18513134121894836,
335
+ 0.199078768491745,
336
+ 0.14442937076091766,
337
+ 0.13960768282413483,
338
+ 0.09448220580816269,
339
+ 0.10833719372749329,
340
+ 0.09976907819509506,
341
+ 0.19950714707374573,
342
+ 0.09818216413259506,
343
+ 0.08693040162324905,
344
+ 0.09094018489122391,
345
+ 0.006296662148088217,
346
+ 0.02807822823524475,
347
+ 0.009275874122977257,
348
+ 0.2594295144081116,
349
+ 0.1272873729467392,
350
+ 0.07141890376806259,
351
+ 0.06536335498094559,
352
+ 0.0350441113114357,
353
+ 0.0862639769911766,
354
+ 0.022957880049943924,
355
+ 0.13500839471817017,
356
+ 0.030599698424339294,
357
+ 0.04103916138410568,
358
+ 0.07962541282176971,
359
+ 0.030846187844872475,
360
+ 0.049351710826158524,
361
+ 0.05182309448719025,
362
+ 0.054698046296834946,
363
+ 0.06068461760878563,
364
+ 0.04973903298377991,
365
+ 0.03376537933945656,
366
+ 0.0460723340511322,
367
+ 0.06410618871450424,
368
+ 0.09737967699766159,
369
+ 0.04440217837691307,
370
+ 0.36403486132621765,
371
+ 0.25413790345191956,
372
+ 0.23351307213306427,
373
+ 0.16803982853889465,
374
+ 0.023167893290519714,
375
+ 0.05945208668708801,
376
+ 0.20022599399089813,
377
+ 0.18956147134304047,
378
+ 0.0898539125919342,
379
+ 0.20133152604103088,
380
+ 0.20303821563720703,
381
+ 0.16571220755577087,
382
+ 0.17910359799861908,
383
+ 0.10789196938276291,
384
+ 0.06619055569171906,
385
+ 0.13321411609649658,
386
+ 0.041833873838186264,
387
+ 0.018732156604528427,
388
+ 0.06170037388801575,
389
+ 0.011478402651846409,
390
+ 0.033843763172626495,
391
+ 0.12910564243793488,
392
+ 0.11534660309553146,
393
+ 0.0766904354095459,
394
+ 0.08496658504009247,
395
+ 0.25241249799728394,
396
+ 0.021569257602095604,
397
+ 0.015587559901177883,
398
+ 0.04549558460712433,
399
+ 0.019756395369768143,
400
+ 0.056247469037771225,
401
+ 0.07948813587427139,
402
+ 0.02304654009640217,
403
+ 0.03225688263773918,
404
+ 0.04315686598420143,
405
+ 0.01139224972575903,
406
+ 0.0329514779150486,
407
+ 0.124222032725811,
408
+ 0.013302884064614773,
409
+ 0.03929886594414711,
410
+ 0.09755820780992508,
411
+ 0.07290423661470413,
412
+ 0.020490434020757675,
413
+ 0.029419872909784317,
414
+ 0.3732796311378479,
415
+ 0.11861980706453323,
416
+ 0.017779674381017685,
417
+ 0.09798475354909897,
418
+ 0.0768728107213974,
419
+ 0.09153205901384354,
420
+ 0.0639265701174736,
421
+ 0.31083935499191284,
422
+ 0.08792351186275482,
423
+ 0.020147934556007385,
424
+ 0.06644513458013535,
425
+ 0.04512207582592964,
426
+ 0.01417031791061163,
427
+ 0.014480963349342346,
428
+ 0.029171086847782135,
429
+ 0.07116281241178513,
430
+ 0.04274510592222214,
431
+ 0.061140306293964386,
432
+ 0.08028347790241241,
433
+ 0.1843249499797821,
434
+ 0.10060124844312668,
435
+ 0.057983022183179855,
436
+ 0.0347127728164196,
437
+ 0.08431525528430939,
438
+ 0.1905117630958557,
439
+ 0.044086575508117676,
440
+ 0.019050339236855507,
441
+ 0.29588818550109863,
442
+ 0.2315675914287567,
443
+ 0.03730451315641403,
444
+ 0.3471575975418091,
445
+ 0.45713740587234497,
446
+ 0.016797848045825958,
447
+ 0.3043728172779083,
448
+ 0.31083592772483826,
449
+ 0.029671259224414825,
450
+ 0.08137796819210052,
451
+ 0.1511712521314621,
452
+ 0.014944599010050297,
453
+ 0.013752199709415436,
454
+ 0.013996101915836334,
455
+ 0.01564197987318039,
456
+ 0.0316181480884552,
457
+ 0.008234254084527493,
458
+ 0.008089757524430752,
459
+ 0.11056774854660034,
460
+ 0.021049605682492256,
461
+ 0.021443666890263557,
462
+ 0.27545639872550964,
463
+ 0.19604410231113434,
464
+ 0.013263958506286144,
465
+ 0.026206625625491142,
466
+ 0.0998726636171341,
467
+ 0.05811558663845062,
468
+ 0.17778567969799042,
469
+ 0.03848251700401306,
470
+ 0.06771660596132278,
471
+ 0.12826846539974213,
472
+ 0.0932215005159378,
473
+ 0.09365398436784744,
474
+ 0.05062372237443924,
475
+ 0.14198827743530273,
476
+ 0.1955757886171341,
477
+ 0.11894428730010986,
478
+ 0.05987606942653656,
479
+ 0.08861979842185974,
480
+ 0.07801398634910583,
481
+ 0.0669315978884697,
482
+ 0.006488454062491655,
483
+ 0.1065145954489708,
484
+ 0.2333785444498062,
485
+ 0.0567842498421669,
486
+ 0.07561848312616348,
487
+ 0.011139637790620327,
488
+ 0.0236407071352005,
489
+ 0.01802280731499195,
490
+ 0.0065960693173110485,
491
+ 0.06679487228393555,
492
+ 0.00860090833157301,
493
+ 0.06400790065526962,
494
+ 0.011517209000885487,
495
+ 0.012597179971635342,
496
+ 0.01104030106216669,
497
+ 0.05747309699654579,
498
+ 0.01022991631180048,
499
+ 0.0356159508228302,
500
+ 0.009020938538014889,
501
+ 0.03533940762281418,
502
+ 0.022832097485661507,
503
+ 0.13449138402938843,
504
+ 0.03574085235595703,
505
+ 0.05514189600944519,
506
+ 0.045296601951122284,
507
+ 0.08444344252347946,
508
+ 0.029250776395201683,
509
+ 0.02663140371441841,
510
+ 0.1705123484134674,
511
+ 0.4231964349746704,
512
+ 0.21168729662895203,
513
+ 0.11220933496952057,
514
+ 0.040347110480070114,
515
+ 0.05661052092909813,
516
+ 0.05570176616311073,
517
+ 0.14796225726604462,
518
+ 0.0695590153336525,
519
+ 0.054833441972732544,
520
+ 0.06713922321796417,
521
+ 0.010807722806930542,
522
+ 0.12321145832538605,
523
+ 0.005056346766650677,
524
+ 0.18204346299171448,
525
+ 0.059647008776664734,
526
+ 0.051088809967041016,
527
+ 0.21014206111431122,
528
+ 0.09430026262998581,
529
+ 0.06042429059743881,
530
+ 0.011139790527522564,
531
+ 0.05970487743616104,
532
+ 0.04520220682024956,
533
+ 0.009009472094476223,
534
+ 0.00603251438587904,
535
+ 0.04515664651989937,
536
+ 0.05570760369300842,
537
+ 0.04669107869267464,
538
+ 0.12651775777339935,
539
+ 0.16679726541042328,
540
+ 0.05513380840420723,
541
+ 0.12762442231178284,
542
+ 0.23179131746292114,
543
+ 0.050835754722356796,
544
+ 0.04043114557862282,
545
+ 0.17387716472148895,
546
+ 0.05152736231684685,
547
+ 0.08898863196372986,
548
+ 0.13324913382530212,
549
+ 0.2082209587097168,
550
+ 0.007762006483972073,
551
+ 0.11771705746650696,
552
+ 0.022903818637132645,
553
+ 0.017091313377022743,
554
+ 0.08513670414686203,
555
+ 0.019765127450227737,
556
+ 0.014137976802885532,
557
+ 0.026270218193531036,
558
+ 0.021953605115413666,
559
+ 0.1389993131160736,
560
+ 0.06765101104974747,
561
+ 0.008104332722723484,
562
+ 0.07625841349363327,
563
+ 0.2199273407459259,
564
+ 0.014200899749994278,
565
+ 0.3459659516811371,
566
+ 0.030170708894729614,
567
+ 0.03074946627020836,
568
+ 0.02265540510416031,
569
+ 0.1854720413684845,
570
+ 0.1364424228668213,
571
+ 0.021422309800982475,
572
+ 0.007079725619405508,
573
+ 0.08156641572713852,
574
+ 0.07993242889642715
575
+ ]
576
+ }
p5-mae-15m-d96/exports/step_00010000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/exports/step_00010000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d96/exports/step_00010000",
3
+ "fingerprint": "763d2a9109b95876",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d96",
6
+ "probe/map": 0.12625600609829404,
7
+ "probe/map_train": 0.539354933563627,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.1491438282222489,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.852171850041486,
16
+ "probe/total_s": 8.466326732072048,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1474749900257494
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.1478620713485663
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.1491438282222489
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.1489945819850594
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.1401848262909312
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.12176237197193464
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.09743991596721452
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6089791059494019,
49
+ 0.009323357604444027,
50
+ 0.051019418984651566,
51
+ 0.18659155070781708,
52
+ 0.09005177766084671,
53
+ 0.22725404798984528,
54
+ 0.24060821533203125,
55
+ 0.29610881209373474,
56
+ 0.028985263779759407,
57
+ 0.04521890729665756,
58
+ 0.01764284260571003,
59
+ 0.05870959535241127,
60
+ 0.4469185173511505,
61
+ 0.26881641149520874,
62
+ 0.039661236107349396,
63
+ 0.4153759777545929,
64
+ 0.25018149614334106,
65
+ 0.33863916993141174,
66
+ 0.04165646806359291,
67
+ 0.09097939729690552,
68
+ 0.2295035421848297,
69
+ 0.09868130832910538,
70
+ 0.21551451086997986,
71
+ 0.11774931102991104,
72
+ 0.0464334636926651,
73
+ 0.02601245604455471,
74
+ 0.059552501887083054,
75
+ 0.14450864493846893,
76
+ 0.21349027752876282,
77
+ 0.06017215922474861,
78
+ 0.2085256427526474,
79
+ 0.12458402663469315,
80
+ 0.01771942526102066,
81
+ 0.0507899634540081,
82
+ 0.25888654589653015,
83
+ 0.06069229170680046,
84
+ 0.3509494364261627,
85
+ 0.04368090629577637,
86
+ 0.07486317306756973,
87
+ 0.12084722518920898,
88
+ 0.14391909539699554,
89
+ 0.015933586284518242,
90
+ 0.08399968594312668,
91
+ 0.3305921256542206,
92
+ 0.01423615962266922,
93
+ 0.12790265679359436,
94
+ 0.00869685597717762,
95
+ 0.12068497389554977,
96
+ 0.05406003072857857,
97
+ 0.06676722317934036,
98
+ 0.10681869834661484,
99
+ 0.010896333493292332,
100
+ 0.01963447779417038,
101
+ 0.04071635752916336,
102
+ 0.2348625212907791,
103
+ 0.09954128414392471,
104
+ 0.207708477973938,
105
+ 0.3198823630809784,
106
+ 0.11222466826438904,
107
+ 0.0742521658539772,
108
+ 0.13616956770420074,
109
+ 0.24402067065238953,
110
+ 0.040921736508607864,
111
+ 0.1128484457731247,
112
+ 0.5062180757522583,
113
+ 0.23531752824783325,
114
+ 0.24978114664554596,
115
+ 0.25405195355415344,
116
+ 0.3826373815536499,
117
+ 0.36125150322914124,
118
+ 0.08794259279966354,
119
+ 0.13458287715911865,
120
+ 0.15296754240989685,
121
+ 0.13503316044807434,
122
+ 0.15540246665477753,
123
+ 0.23397603631019592,
124
+ 0.036793336272239685,
125
+ 0.2291867733001709,
126
+ 0.10547907650470734,
127
+ 0.08807772397994995,
128
+ 0.014556328766047955,
129
+ 0.06867921352386475,
130
+ 0.264605849981308,
131
+ 0.08273351937532425,
132
+ 0.07723559439182281,
133
+ 0.024048279970884323,
134
+ 0.05099465325474739,
135
+ 0.020384659990668297,
136
+ 0.018867947161197662,
137
+ 0.03178888559341431,
138
+ 0.033582597970962524,
139
+ 0.031948238611221313,
140
+ 0.16908183693885803,
141
+ 0.020470283925533295,
142
+ 0.023786840960383415,
143
+ 0.025733327493071556,
144
+ 0.014984582550823689,
145
+ 0.02073298953473568,
146
+ 0.12165670096874237,
147
+ 0.13474321365356445,
148
+ 0.08354191482067108,
149
+ 0.18670552968978882,
150
+ 0.03619123622775078,
151
+ 0.03790481761097908,
152
+ 0.025203697383403778,
153
+ 0.05638805404305458,
154
+ 0.08218854665756226,
155
+ 0.0582270547747612,
156
+ 0.06268894672393799,
157
+ 0.15088576078414917,
158
+ 0.18759766221046448,
159
+ 0.10205059498548508,
160
+ 0.09823424369096756,
161
+ 0.0780448168516159,
162
+ 0.03350142762064934,
163
+ 0.17144539952278137,
164
+ 0.1719847321510315,
165
+ 0.10562948137521744,
166
+ 0.11657652258872986,
167
+ 0.18965812027454376,
168
+ 0.1912984549999237,
169
+ 0.15727528929710388,
170
+ 0.06567490845918655,
171
+ 0.07956575602293015,
172
+ 0.014499894343316555,
173
+ 0.03405922278761864,
174
+ 0.11311644315719604,
175
+ 0.16417694091796875,
176
+ 0.11536037921905518,
177
+ 0.09729453921318054,
178
+ 0.0037285396829247475,
179
+ 0.06877464056015015,
180
+ 0.1409406214952469,
181
+ 0.14314082264900208,
182
+ 0.03439120575785637,
183
+ 0.005740475840866566,
184
+ 0.03853953257203102,
185
+ 0.7123762369155884,
186
+ 0.2172854244709015,
187
+ 0.2761554419994354,
188
+ 0.39329424500465393,
189
+ 0.2636864483356476,
190
+ 0.104952372610569,
191
+ 0.13993267714977264,
192
+ 0.07485035061836243,
193
+ 0.08748771995306015,
194
+ 0.07872682809829712,
195
+ 0.1795734018087387,
196
+ 0.0832897424697876,
197
+ 0.1697923094034195,
198
+ 0.13140282034873962,
199
+ 0.1882002353668213,
200
+ 0.1915641576051712,
201
+ 0.07237750291824341,
202
+ 0.07077817618846893,
203
+ 0.1696016937494278,
204
+ 0.08874333649873734,
205
+ 0.07533488422632217,
206
+ 0.022190755233168602,
207
+ 0.0930158719420433,
208
+ 0.4377138614654541,
209
+ 0.2544877529144287,
210
+ 0.33475950360298157,
211
+ 0.15060430765151978,
212
+ 0.25320905447006226,
213
+ 0.27095407247543335,
214
+ 0.31584131717681885,
215
+ 0.19312120974063873,
216
+ 0.3116225600242615,
217
+ 0.382169634103775,
218
+ 0.22820107638835907,
219
+ 0.3196907937526703,
220
+ 0.3369876444339752,
221
+ 0.16654376685619354,
222
+ 0.05699687823653221,
223
+ 0.09680674225091934,
224
+ 0.15354174375534058,
225
+ 0.3126310110092163,
226
+ 0.04830111563205719,
227
+ 0.11652558296918869,
228
+ 0.13186943531036377,
229
+ 0.11431512981653214,
230
+ 0.12632061541080475,
231
+ 0.1818542331457138,
232
+ 0.04788636043667793,
233
+ 0.3272695541381836,
234
+ 0.2944492697715759,
235
+ 0.1448058933019638,
236
+ 0.25692781805992126,
237
+ 0.12217351049184799,
238
+ 0.12818753719329834,
239
+ 0.07085452973842621,
240
+ 0.2741304039955139,
241
+ 0.19836445152759552,
242
+ 0.17729651927947998,
243
+ 0.36302894353866577,
244
+ 0.05804513022303581,
245
+ 0.07297605276107788,
246
+ 0.10978709161281586,
247
+ 0.2290450930595398,
248
+ 0.04186534136533737,
249
+ 0.15274183452129364,
250
+ 0.09883642941713333,
251
+ 0.18268409371376038,
252
+ 0.22240900993347168,
253
+ 0.14346912503242493,
254
+ 0.1484411656856537,
255
+ 0.4203701317310333,
256
+ 0.17055562138557434,
257
+ 0.2559084892272949,
258
+ 0.6916161775588989,
259
+ 0.3728770911693573,
260
+ 0.46536728739738464,
261
+ 0.026795824989676476,
262
+ 0.3372018039226532,
263
+ 0.10725110024213791,
264
+ 0.06399558484554291,
265
+ 0.2273251712322235,
266
+ 0.1791599839925766,
267
+ 0.1471199095249176,
268
+ 0.16571572422981262,
269
+ 0.1224752888083458,
270
+ 0.20269626379013062,
271
+ 0.20987233519554138,
272
+ 0.0650002509355545,
273
+ 0.07449159771203995,
274
+ 0.06943529099225998,
275
+ 0.04414501413702965,
276
+ 0.1312054991722107,
277
+ 0.041948024183511734,
278
+ 0.06229103356599808,
279
+ 0.0774570107460022,
280
+ 0.07485147565603256,
281
+ 0.048484206199645996,
282
+ 0.0513768307864666,
283
+ 0.010844593867659569,
284
+ 0.18160480260849,
285
+ 0.017761610448360443,
286
+ 0.2996954321861267,
287
+ 0.03489882871508598,
288
+ 0.14539587497711182,
289
+ 0.19695253670215607,
290
+ 0.28220078349113464,
291
+ 0.22601087391376495,
292
+ 0.16134408116340637,
293
+ 0.23549577593803406,
294
+ 0.04611671715974808,
295
+ 0.11933978646993637,
296
+ 0.030727289617061615,
297
+ 0.08867838978767395,
298
+ 0.08705514669418335,
299
+ 0.03265325352549553,
300
+ 0.05219370499253273,
301
+ 0.08665484935045242,
302
+ 0.07126414030790329,
303
+ 0.1414802372455597,
304
+ 0.27259013056755066,
305
+ 0.26272523403167725,
306
+ 0.15957525372505188,
307
+ 0.07295520603656769,
308
+ 0.03274115175008774,
309
+ 0.0611875057220459,
310
+ 0.14718978106975555,
311
+ 0.07581227272748947,
312
+ 0.014676942490041256,
313
+ 0.06488684564828873,
314
+ 0.06654702872037888,
315
+ 0.09659765660762787,
316
+ 0.1297399401664734,
317
+ 0.029524661600589752,
318
+ 0.028605803847312927,
319
+ 0.20543056726455688,
320
+ 0.11333080381155014,
321
+ 0.033852554857730865,
322
+ 0.18878966569900513,
323
+ 0.04180144518613815,
324
+ 0.07402762025594711,
325
+ 0.02799558825790882,
326
+ 0.07039673626422882,
327
+ 0.03704936429858208,
328
+ 0.027009136974811554,
329
+ 0.26596832275390625,
330
+ 0.14846986532211304,
331
+ 0.20979608595371246,
332
+ 0.06128081679344177,
333
+ 0.21903958916664124,
334
+ 0.23352490365505219,
335
+ 0.26067644357681274,
336
+ 0.21578450500965118,
337
+ 0.16252501308918,
338
+ 0.14110898971557617,
339
+ 0.11600587517023087,
340
+ 0.10953070968389511,
341
+ 0.212798073887825,
342
+ 0.16627182066440582,
343
+ 0.17391684651374817,
344
+ 0.09132757037878036,
345
+ 0.007550875190645456,
346
+ 0.009361384436488152,
347
+ 0.010672315955162048,
348
+ 0.2779732644557953,
349
+ 0.17825423181056976,
350
+ 0.11816268414258957,
351
+ 0.07390386611223221,
352
+ 0.03600570932030678,
353
+ 0.09726805984973907,
354
+ 0.021447299048304558,
355
+ 0.1576969027519226,
356
+ 0.030597925186157227,
357
+ 0.056781720370054245,
358
+ 0.12913289666175842,
359
+ 0.06105862930417061,
360
+ 0.10649781674146652,
361
+ 0.06656545400619507,
362
+ 0.05509528890252113,
363
+ 0.12654253840446472,
364
+ 0.06559814512729645,
365
+ 0.04784286767244339,
366
+ 0.08203858137130737,
367
+ 0.05744646117091179,
368
+ 0.16618278622627258,
369
+ 0.04006821662187576,
370
+ 0.3507310748100281,
371
+ 0.26257386803627014,
372
+ 0.19841063022613525,
373
+ 0.19047211110591888,
374
+ 0.03502487391233444,
375
+ 0.06581809371709824,
376
+ 0.2539611756801605,
377
+ 0.23442137241363525,
378
+ 0.1353045105934143,
379
+ 0.20699438452720642,
380
+ 0.25366130471229553,
381
+ 0.24991264939308167,
382
+ 0.18710501492023468,
383
+ 0.12257295846939087,
384
+ 0.11529006063938141,
385
+ 0.16922099888324738,
386
+ 0.0469682514667511,
387
+ 0.023577887564897537,
388
+ 0.07004953920841217,
389
+ 0.010329591110348701,
390
+ 0.07043646275997162,
391
+ 0.1487571746110916,
392
+ 0.09161045402288437,
393
+ 0.07469096034765244,
394
+ 0.10174670815467834,
395
+ 0.27360662817955017,
396
+ 0.03004823811352253,
397
+ 0.016227327287197113,
398
+ 0.11941282451152802,
399
+ 0.016407541930675507,
400
+ 0.10866577178239822,
401
+ 0.08464979380369186,
402
+ 0.02586379647254944,
403
+ 0.032657284289598465,
404
+ 0.03573039546608925,
405
+ 0.012071607634425163,
406
+ 0.03501368314027786,
407
+ 0.14100873470306396,
408
+ 0.01234517153352499,
409
+ 0.05509277805685997,
410
+ 0.1246233731508255,
411
+ 0.10753409564495087,
412
+ 0.02701018564403057,
413
+ 0.040748003870248795,
414
+ 0.38826799392700195,
415
+ 0.16590705513954163,
416
+ 0.03569547459483147,
417
+ 0.15227028727531433,
418
+ 0.11045131832361221,
419
+ 0.10183001309633255,
420
+ 0.11365294456481934,
421
+ 0.382610946893692,
422
+ 0.1470056176185608,
423
+ 0.03097328543663025,
424
+ 0.081144779920578,
425
+ 0.06527523696422577,
426
+ 0.02621280774474144,
427
+ 0.014777843840420246,
428
+ 0.018530981615185738,
429
+ 0.0952816978096962,
430
+ 0.08859819173812866,
431
+ 0.046219874173402786,
432
+ 0.12364261597394943,
433
+ 0.19418443739414215,
434
+ 0.15268725156784058,
435
+ 0.0852547138929367,
436
+ 0.058944910764694214,
437
+ 0.055896516889333725,
438
+ 0.25647538900375366,
439
+ 0.0780813992023468,
440
+ 0.017317919060587883,
441
+ 0.3232909142971039,
442
+ 0.19567526876926422,
443
+ 0.0645592212677002,
444
+ 0.3865860402584076,
445
+ 0.4800031781196594,
446
+ 0.02658948302268982,
447
+ 0.3547215461730957,
448
+ 0.44925427436828613,
449
+ 0.04234372824430466,
450
+ 0.1002771258354187,
451
+ 0.1792777180671692,
452
+ 0.022192461416125298,
453
+ 0.01583695597946644,
454
+ 0.03022613562643528,
455
+ 0.024485794827342033,
456
+ 0.03217190504074097,
457
+ 0.013222185894846916,
458
+ 0.012143159285187721,
459
+ 0.180713951587677,
460
+ 0.022990601137280464,
461
+ 0.030572306364774704,
462
+ 0.27776631712913513,
463
+ 0.15961098670959473,
464
+ 0.014933913946151733,
465
+ 0.02574332244694233,
466
+ 0.12272848933935165,
467
+ 0.128330260515213,
468
+ 0.24294181168079376,
469
+ 0.05792343243956566,
470
+ 0.0551314614713192,
471
+ 0.20323248207569122,
472
+ 0.10246890783309937,
473
+ 0.10539837181568146,
474
+ 0.06490650773048401,
475
+ 0.19771790504455566,
476
+ 0.26355263590812683,
477
+ 0.15354123711585999,
478
+ 0.0948597863316536,
479
+ 0.1440500020980835,
480
+ 0.137286975979805,
481
+ 0.0924166738986969,
482
+ 0.006455655209720135,
483
+ 0.1173555999994278,
484
+ 0.19961176812648773,
485
+ 0.0745249018073082,
486
+ 0.11287835985422134,
487
+ 0.02918427437543869,
488
+ 0.016154663637280464,
489
+ 0.01826385036110878,
490
+ 0.006846522446721792,
491
+ 0.08645764738321304,
492
+ 0.008404802531003952,
493
+ 0.06482932716608047,
494
+ 0.022979002445936203,
495
+ 0.013678000308573246,
496
+ 0.016467470675706863,
497
+ 0.06425395607948303,
498
+ 0.014241177588701248,
499
+ 0.053010620176792145,
500
+ 0.016965890303254128,
501
+ 0.03971375152468681,
502
+ 0.0485260933637619,
503
+ 0.14492931962013245,
504
+ 0.026752179488539696,
505
+ 0.07321369647979736,
506
+ 0.0356844924390316,
507
+ 0.1045425534248352,
508
+ 0.050553735345602036,
509
+ 0.054291676729917526,
510
+ 0.2208791822195053,
511
+ 0.4717980921268463,
512
+ 0.1998632401227951,
513
+ 0.1530970335006714,
514
+ 0.02307010069489479,
515
+ 0.05138455331325531,
516
+ 0.05613507330417633,
517
+ 0.171847864985466,
518
+ 0.11994953453540802,
519
+ 0.05979609489440918,
520
+ 0.06300700455904007,
521
+ 0.007424340583384037,
522
+ 0.07882445305585861,
523
+ 0.009363816119730473,
524
+ 0.24367837607860565,
525
+ 0.06714563071727753,
526
+ 0.07735183835029602,
527
+ 0.2352232187986374,
528
+ 0.14711607992649078,
529
+ 0.09470988065004349,
530
+ 0.024762030690908432,
531
+ 0.09496202319860458,
532
+ 0.06330690532922745,
533
+ 0.011814487166702747,
534
+ 0.006244359537959099,
535
+ 0.04779664799571037,
536
+ 0.03498372435569763,
537
+ 0.053242091089487076,
538
+ 0.149213969707489,
539
+ 0.2219943255186081,
540
+ 0.050325218588113785,
541
+ 0.13130304217338562,
542
+ 0.20809344947338104,
543
+ 0.06865029782056808,
544
+ 0.03826906159520149,
545
+ 0.1785650998353958,
546
+ 0.07182258367538452,
547
+ 0.1127171516418457,
548
+ 0.12131091207265854,
549
+ 0.24620948731899261,
550
+ 0.012549635954201221,
551
+ 0.12014112621545792,
552
+ 0.027843011543154716,
553
+ 0.016849664971232414,
554
+ 0.08949990570545197,
555
+ 0.016487857326865196,
556
+ 0.01300862617790699,
557
+ 0.035398922860622406,
558
+ 0.018227802589535713,
559
+ 0.17052119970321655,
560
+ 0.08197924494743347,
561
+ 0.01096318382769823,
562
+ 0.11883597820997238,
563
+ 0.22725479304790497,
564
+ 0.028152769431471825,
565
+ 0.3602522611618042,
566
+ 0.038064952939748764,
567
+ 0.03250354900956154,
568
+ 0.03266344219446182,
569
+ 0.19216948747634888,
570
+ 0.14400522410869598,
571
+ 0.03632666543126106,
572
+ 0.01124425046145916,
573
+ 0.11285384744405746,
574
+ 0.08563295006752014
575
+ ]
576
+ }
p5-mae-15m-d96/exports/step_00015000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/exports/step_00015000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d96/exports/step_00015000",
3
+ "fingerprint": "763d2a9109b95876",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d96",
6
+ "probe/map": 0.13317072264358853,
7
+ "probe/map_train": 0.525703623721224,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.1615514251535168,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.975320118945092,
16
+ "probe/total_s": 8.645663745934144,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1606725672563888
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.160804350211407
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.1615514251535168
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.16001785232241936
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.15004333454861077
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.12837472048886756
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10254533185961125
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6285040974617004,
49
+ 0.0183869618922472,
50
+ 0.05796736478805542,
51
+ 0.18484966456890106,
52
+ 0.09432689845561981,
53
+ 0.2816984951496124,
54
+ 0.2123640924692154,
55
+ 0.2957676947116852,
56
+ 0.028344569727778435,
57
+ 0.043336719274520874,
58
+ 0.018469708040356636,
59
+ 0.08771771937608719,
60
+ 0.4853810966014862,
61
+ 0.3008642792701721,
62
+ 0.03265994414687157,
63
+ 0.4898397922515869,
64
+ 0.2899568974971771,
65
+ 0.34541481733322144,
66
+ 0.04732305556535721,
67
+ 0.0991634726524353,
68
+ 0.2215205729007721,
69
+ 0.09097166359424591,
70
+ 0.1829666644334793,
71
+ 0.11238282918930054,
72
+ 0.050424929708242416,
73
+ 0.021225428208708763,
74
+ 0.05787555128335953,
75
+ 0.1544029265642166,
76
+ 0.19063709676265717,
77
+ 0.04828139767050743,
78
+ 0.23347947001457214,
79
+ 0.13854095339775085,
80
+ 0.019495069980621338,
81
+ 0.05111449956893921,
82
+ 0.24194414913654327,
83
+ 0.041462987661361694,
84
+ 0.42231813073158264,
85
+ 0.05689416080713272,
86
+ 0.06326007843017578,
87
+ 0.1305055171251297,
88
+ 0.137102872133255,
89
+ 0.026335736736655235,
90
+ 0.0687255859375,
91
+ 0.39403241872787476,
92
+ 0.011387412436306477,
93
+ 0.09793644398450851,
94
+ 0.015100197866559029,
95
+ 0.15042564272880554,
96
+ 0.054055240005254745,
97
+ 0.1164669543504715,
98
+ 0.1303701400756836,
99
+ 0.008538699708878994,
100
+ 0.01967626065015793,
101
+ 0.06801867485046387,
102
+ 0.2055450826883316,
103
+ 0.10382913798093796,
104
+ 0.21582074463367462,
105
+ 0.37581560015678406,
106
+ 0.11246862262487411,
107
+ 0.09633813053369522,
108
+ 0.15951529145240784,
109
+ 0.21135854721069336,
110
+ 0.05198933929204941,
111
+ 0.16410142183303833,
112
+ 0.5273764133453369,
113
+ 0.2188185751438141,
114
+ 0.25233373045921326,
115
+ 0.27105236053466797,
116
+ 0.36671918630599976,
117
+ 0.3761487603187561,
118
+ 0.14419682323932648,
119
+ 0.13229884207248688,
120
+ 0.17756173014640808,
121
+ 0.15936608612537384,
122
+ 0.17365336418151855,
123
+ 0.24517670273780823,
124
+ 0.04647500813007355,
125
+ 0.261533260345459,
126
+ 0.1195559874176979,
127
+ 0.07688530534505844,
128
+ 0.013632339425384998,
129
+ 0.07788458466529846,
130
+ 0.3108324706554413,
131
+ 0.06460713595151901,
132
+ 0.10115491598844528,
133
+ 0.02337830327451229,
134
+ 0.047764308750629425,
135
+ 0.024949442595243454,
136
+ 0.023505110293626785,
137
+ 0.06619158387184143,
138
+ 0.06341362744569778,
139
+ 0.05024206265807152,
140
+ 0.14654667675495148,
141
+ 0.016436027362942696,
142
+ 0.04654764384031296,
143
+ 0.07016799598932266,
144
+ 0.015335497446358204,
145
+ 0.017567213624715805,
146
+ 0.12158922851085663,
147
+ 0.15557347238063812,
148
+ 0.07764529436826706,
149
+ 0.22760380804538727,
150
+ 0.03827405720949173,
151
+ 0.03967982158064842,
152
+ 0.016434112563729286,
153
+ 0.040399741381406784,
154
+ 0.08711661398410797,
155
+ 0.07571029663085938,
156
+ 0.08858098834753036,
157
+ 0.21733103692531586,
158
+ 0.1805453896522522,
159
+ 0.13072757422924042,
160
+ 0.11292694509029388,
161
+ 0.09036622196435928,
162
+ 0.05083392933011055,
163
+ 0.21038147807121277,
164
+ 0.21488021314144135,
165
+ 0.10815317183732986,
166
+ 0.09206336736679077,
167
+ 0.2034674882888794,
168
+ 0.22192376852035522,
169
+ 0.16674019396305084,
170
+ 0.0901625007390976,
171
+ 0.06389886885881424,
172
+ 0.00818487349897623,
173
+ 0.03880026936531067,
174
+ 0.09997309744358063,
175
+ 0.1365211308002472,
176
+ 0.1419128179550171,
177
+ 0.08239208906888962,
178
+ 0.005382586270570755,
179
+ 0.05662551894783974,
180
+ 0.11457346379756927,
181
+ 0.11219795793294907,
182
+ 0.05735922232270241,
183
+ 0.010773763991892338,
184
+ 0.07056670635938644,
185
+ 0.7185564041137695,
186
+ 0.2605890929698944,
187
+ 0.32833874225616455,
188
+ 0.4131331145763397,
189
+ 0.28234779834747314,
190
+ 0.14377233386039734,
191
+ 0.1502881795167923,
192
+ 0.08914767950773239,
193
+ 0.15845783054828644,
194
+ 0.08943904936313629,
195
+ 0.24940162897109985,
196
+ 0.13313262164592743,
197
+ 0.23204883933067322,
198
+ 0.15046142041683197,
199
+ 0.14908576011657715,
200
+ 0.22060386836528778,
201
+ 0.0959678664803505,
202
+ 0.10204169899225235,
203
+ 0.1732635796070099,
204
+ 0.0731559693813324,
205
+ 0.06305482983589172,
206
+ 0.028611984103918076,
207
+ 0.08019787073135376,
208
+ 0.46284762024879456,
209
+ 0.2830505669116974,
210
+ 0.2878171503543854,
211
+ 0.12247326970100403,
212
+ 0.25334107875823975,
213
+ 0.26778215169906616,
214
+ 0.2877361476421356,
215
+ 0.1585286557674408,
216
+ 0.2783568501472473,
217
+ 0.39905908703804016,
218
+ 0.25103437900543213,
219
+ 0.27064481377601624,
220
+ 0.28625428676605225,
221
+ 0.1536007970571518,
222
+ 0.07830077409744263,
223
+ 0.06544690579175949,
224
+ 0.15167595446109772,
225
+ 0.3431106209754944,
226
+ 0.03075980581343174,
227
+ 0.1429586559534073,
228
+ 0.16266238689422607,
229
+ 0.15605229139328003,
230
+ 0.12216750532388687,
231
+ 0.23499290645122528,
232
+ 0.061425741761922836,
233
+ 0.3705114722251892,
234
+ 0.36375692486763,
235
+ 0.14472204446792603,
236
+ 0.30143553018569946,
237
+ 0.12498106807470322,
238
+ 0.1533435583114624,
239
+ 0.06795335561037064,
240
+ 0.28558218479156494,
241
+ 0.18345768749713898,
242
+ 0.1672639548778534,
243
+ 0.36840182542800903,
244
+ 0.05903909355401993,
245
+ 0.0688723549246788,
246
+ 0.14964152872562408,
247
+ 0.26076841354370117,
248
+ 0.059411827474832535,
249
+ 0.1653880476951599,
250
+ 0.08038885146379471,
251
+ 0.13521672785282135,
252
+ 0.1680087447166443,
253
+ 0.15736185014247894,
254
+ 0.16503110527992249,
255
+ 0.513629674911499,
256
+ 0.2216181755065918,
257
+ 0.30139413475990295,
258
+ 0.7241360545158386,
259
+ 0.41561755537986755,
260
+ 0.4694266617298126,
261
+ 0.030251313000917435,
262
+ 0.28763633966445923,
263
+ 0.1439664363861084,
264
+ 0.06456097960472107,
265
+ 0.24797196686267853,
266
+ 0.15444228053092957,
267
+ 0.12748360633850098,
268
+ 0.17213787138462067,
269
+ 0.1319902241230011,
270
+ 0.1802239865064621,
271
+ 0.2337350696325302,
272
+ 0.06256738305091858,
273
+ 0.06571979075670242,
274
+ 0.06728223711252213,
275
+ 0.03775324299931526,
276
+ 0.16280442476272583,
277
+ 0.030172884464263916,
278
+ 0.049714576452970505,
279
+ 0.05517173931002617,
280
+ 0.07854051887989044,
281
+ 0.04433033987879753,
282
+ 0.03774645924568176,
283
+ 0.01093235332518816,
284
+ 0.16967710852622986,
285
+ 0.022053930908441544,
286
+ 0.32012078166007996,
287
+ 0.026791425421833992,
288
+ 0.17471610009670258,
289
+ 0.22876156866550446,
290
+ 0.25867363810539246,
291
+ 0.16911116242408752,
292
+ 0.18518351018428802,
293
+ 0.2234329730272293,
294
+ 0.05419972911477089,
295
+ 0.1465444713830948,
296
+ 0.02288242243230343,
297
+ 0.09466511756181717,
298
+ 0.08826906979084015,
299
+ 0.027484769001603127,
300
+ 0.05471808463335037,
301
+ 0.08306477218866348,
302
+ 0.06651095300912857,
303
+ 0.15775324404239655,
304
+ 0.20753206312656403,
305
+ 0.21565933525562286,
306
+ 0.13379961252212524,
307
+ 0.11369360238313675,
308
+ 0.030545782297849655,
309
+ 0.06584963947534561,
310
+ 0.14730606973171234,
311
+ 0.06281182169914246,
312
+ 0.01741129718720913,
313
+ 0.047841861844062805,
314
+ 0.06636969745159149,
315
+ 0.09764941781759262,
316
+ 0.13035276532173157,
317
+ 0.033473603427410126,
318
+ 0.023207368329167366,
319
+ 0.2518022358417511,
320
+ 0.1471550166606903,
321
+ 0.034223128110170364,
322
+ 0.17858979105949402,
323
+ 0.042561646550893784,
324
+ 0.06343685835599899,
325
+ 0.05702873319387436,
326
+ 0.06999494880437851,
327
+ 0.04441913217306137,
328
+ 0.01972641982138157,
329
+ 0.1726442277431488,
330
+ 0.15451304614543915,
331
+ 0.22621646523475647,
332
+ 0.04572933912277222,
333
+ 0.23519107699394226,
334
+ 0.2616705596446991,
335
+ 0.28677016496658325,
336
+ 0.2286868393421173,
337
+ 0.18427526950836182,
338
+ 0.15685570240020752,
339
+ 0.14881813526153564,
340
+ 0.10249418020248413,
341
+ 0.21151180565357208,
342
+ 0.17190948128700256,
343
+ 0.1773870587348938,
344
+ 0.11720123887062073,
345
+ 0.005292038433253765,
346
+ 0.014910371042788029,
347
+ 0.011784388683736324,
348
+ 0.2893819212913513,
349
+ 0.17549040913581848,
350
+ 0.14068619906902313,
351
+ 0.09131750464439392,
352
+ 0.037128206342458725,
353
+ 0.10595779120922089,
354
+ 0.02261941134929657,
355
+ 0.17264273762702942,
356
+ 0.045443855226039886,
357
+ 0.05073012784123421,
358
+ 0.14606939256191254,
359
+ 0.03759889304637909,
360
+ 0.10914621502161026,
361
+ 0.07896777242422104,
362
+ 0.08170925825834274,
363
+ 0.12200765311717987,
364
+ 0.05357463285326958,
365
+ 0.03966173902153969,
366
+ 0.131686270236969,
367
+ 0.05723550543189049,
368
+ 0.1572694629430771,
369
+ 0.0409550741314888,
370
+ 0.42881712317466736,
371
+ 0.3249185383319855,
372
+ 0.24462006986141205,
373
+ 0.2558744251728058,
374
+ 0.03520532324910164,
375
+ 0.06708243489265442,
376
+ 0.2604770064353943,
377
+ 0.243708074092865,
378
+ 0.11118719726800919,
379
+ 0.19919385015964508,
380
+ 0.263467013835907,
381
+ 0.29635921120643616,
382
+ 0.21593236923217773,
383
+ 0.14731113612651825,
384
+ 0.10150737315416336,
385
+ 0.1402348279953003,
386
+ 0.047706086188554764,
387
+ 0.03475314378738403,
388
+ 0.10308708250522614,
389
+ 0.005395525600761175,
390
+ 0.09069971740245819,
391
+ 0.14925503730773926,
392
+ 0.10246355831623077,
393
+ 0.08731593936681747,
394
+ 0.09897752106189728,
395
+ 0.25119519233703613,
396
+ 0.044717561453580856,
397
+ 0.01635766215622425,
398
+ 0.09552744776010513,
399
+ 0.02056220732629299,
400
+ 0.09325443208217621,
401
+ 0.10046080499887466,
402
+ 0.026432638987898827,
403
+ 0.029741251841187477,
404
+ 0.03300744295120239,
405
+ 0.012998372316360474,
406
+ 0.03683155030012131,
407
+ 0.10944247990846634,
408
+ 0.01275650691241026,
409
+ 0.05987216532230377,
410
+ 0.11996515095233917,
411
+ 0.11522413045167923,
412
+ 0.02471763826906681,
413
+ 0.029436178505420685,
414
+ 0.403249055147171,
415
+ 0.17021331191062927,
416
+ 0.02434619329869747,
417
+ 0.12388677895069122,
418
+ 0.1673276722431183,
419
+ 0.1303294450044632,
420
+ 0.13382239639759064,
421
+ 0.34353718161582947,
422
+ 0.0998198390007019,
423
+ 0.03505801409482956,
424
+ 0.07315431535243988,
425
+ 0.07063449919223785,
426
+ 0.029630057513713837,
427
+ 0.015450154431164265,
428
+ 0.0246860571205616,
429
+ 0.10375305265188217,
430
+ 0.11555405706167221,
431
+ 0.06800492852926254,
432
+ 0.14615967869758606,
433
+ 0.20265552401542664,
434
+ 0.1561436951160431,
435
+ 0.07254204899072647,
436
+ 0.05045469477772713,
437
+ 0.04515906050801277,
438
+ 0.21355675160884857,
439
+ 0.060271669179201126,
440
+ 0.018549874424934387,
441
+ 0.37374329566955566,
442
+ 0.17268109321594238,
443
+ 0.0763586163520813,
444
+ 0.43893811106681824,
445
+ 0.482809454202652,
446
+ 0.017376137897372246,
447
+ 0.347410649061203,
448
+ 0.32624396681785583,
449
+ 0.058956295251846313,
450
+ 0.10422765463590622,
451
+ 0.22961434721946716,
452
+ 0.031902000308036804,
453
+ 0.0230527576059103,
454
+ 0.022962557151913643,
455
+ 0.025842716917395592,
456
+ 0.03863879293203354,
457
+ 0.025447655469179153,
458
+ 0.015951069071888924,
459
+ 0.13061323761940002,
460
+ 0.0180622898042202,
461
+ 0.03277479112148285,
462
+ 0.2954391539096832,
463
+ 0.19213128089904785,
464
+ 0.015262814238667488,
465
+ 0.023900717496871948,
466
+ 0.11812526732683182,
467
+ 0.08174533396959305,
468
+ 0.2553340494632721,
469
+ 0.05464860796928406,
470
+ 0.06966955959796906,
471
+ 0.2658114433288574,
472
+ 0.10909128189086914,
473
+ 0.13902036845684052,
474
+ 0.07246330380439758,
475
+ 0.2310754805803299,
476
+ 0.2937713861465454,
477
+ 0.17868521809577942,
478
+ 0.0919899046421051,
479
+ 0.17738686501979828,
480
+ 0.1816609799861908,
481
+ 0.09291800856590271,
482
+ 0.006787145975977182,
483
+ 0.143741637468338,
484
+ 0.20886707305908203,
485
+ 0.07037778198719025,
486
+ 0.15568877756595612,
487
+ 0.022202471271157265,
488
+ 0.014063093811273575,
489
+ 0.03389103710651398,
490
+ 0.005765794310718775,
491
+ 0.12492610514163971,
492
+ 0.011445302516222,
493
+ 0.1357613056898117,
494
+ 0.04056837037205696,
495
+ 0.01288902759552002,
496
+ 0.016082102432847023,
497
+ 0.08023000508546829,
498
+ 0.010631424374878407,
499
+ 0.04692963883280754,
500
+ 0.015438052825629711,
501
+ 0.03137947618961334,
502
+ 0.05635718256235123,
503
+ 0.15712563693523407,
504
+ 0.05712944641709328,
505
+ 0.09825978428125381,
506
+ 0.037931110709905624,
507
+ 0.12248051166534424,
508
+ 0.045347463339567184,
509
+ 0.046444062143564224,
510
+ 0.23452375829219818,
511
+ 0.4194265604019165,
512
+ 0.23123930394649506,
513
+ 0.1615186631679535,
514
+ 0.03514804691076279,
515
+ 0.10341524332761765,
516
+ 0.06614072620868683,
517
+ 0.1994773894548416,
518
+ 0.13638532161712646,
519
+ 0.05528881028294563,
520
+ 0.0938943475484848,
521
+ 0.01034739799797535,
522
+ 0.14557869732379913,
523
+ 0.009853181429207325,
524
+ 0.2914353013038635,
525
+ 0.07400242239236832,
526
+ 0.08267393708229065,
527
+ 0.20240287482738495,
528
+ 0.13812588155269623,
529
+ 0.07540840655565262,
530
+ 0.013489882461726665,
531
+ 0.04950569197535515,
532
+ 0.056589581072330475,
533
+ 0.014763864688575268,
534
+ 0.007868710905313492,
535
+ 0.0564095713198185,
536
+ 0.04245350509881973,
537
+ 0.03190504014492035,
538
+ 0.19420599937438965,
539
+ 0.2517944872379303,
540
+ 0.06777845323085785,
541
+ 0.1334220916032791,
542
+ 0.2198224663734436,
543
+ 0.06662731617689133,
544
+ 0.04669242724776268,
545
+ 0.12281370908021927,
546
+ 0.06666090339422226,
547
+ 0.13249985873699188,
548
+ 0.1317092478275299,
549
+ 0.24497275054454803,
550
+ 0.008045741356909275,
551
+ 0.13528254628181458,
552
+ 0.030001964420080185,
553
+ 0.01379861868917942,
554
+ 0.09337221086025238,
555
+ 0.01851627230644226,
556
+ 0.020026590675115585,
557
+ 0.03055262751877308,
558
+ 0.023118792101740837,
559
+ 0.16726858913898468,
560
+ 0.06144437938928604,
561
+ 0.009491531178355217,
562
+ 0.12126141786575317,
563
+ 0.25495246052742004,
564
+ 0.06280095875263214,
565
+ 0.32444703578948975,
566
+ 0.035396065562963486,
567
+ 0.0468108095228672,
568
+ 0.03629045560956001,
569
+ 0.21584731340408325,
570
+ 0.17867842316627502,
571
+ 0.04129285737872124,
572
+ 0.01718999072909355,
573
+ 0.1378602534532547,
574
+ 0.0970204770565033
575
+ ]
576
+ }
p5-mae-15m-d96/exports/step_00020000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/exports/step_00020000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d96/exports/step_00020000",
3
+ "fingerprint": "763d2a9109b95876",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d96",
6
+ "probe/map": 0.1390329541813448,
7
+ "probe/map_train": 0.5168085139548756,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.16817685231951682,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 7.380402968963608,
16
+ "probe/total_s": 8.937816192978062,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.16680675394924982
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.16741356535141394
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.16817685231951682
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.16515865528503648
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.15421529257523367
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.1299411155574158
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10410136154426909
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6364245414733887,
49
+ 0.023467769846320152,
50
+ 0.07061360031366348,
51
+ 0.1956695318222046,
52
+ 0.11270739883184433,
53
+ 0.24411079287528992,
54
+ 0.2010597586631775,
55
+ 0.3045831620693207,
56
+ 0.03617564216256142,
57
+ 0.03013894334435463,
58
+ 0.025213247165083885,
59
+ 0.08619705587625504,
60
+ 0.480205774307251,
61
+ 0.26785537600517273,
62
+ 0.04121806100010872,
63
+ 0.49270525574684143,
64
+ 0.2886427640914917,
65
+ 0.3535107970237732,
66
+ 0.05267410725355148,
67
+ 0.08055619895458221,
68
+ 0.21973496675491333,
69
+ 0.08564141392707825,
70
+ 0.1732589304447174,
71
+ 0.12963266670703888,
72
+ 0.05104564502835274,
73
+ 0.02248319238424301,
74
+ 0.06550620496273041,
75
+ 0.17309892177581787,
76
+ 0.20540910959243774,
77
+ 0.06766072660684586,
78
+ 0.21898984909057617,
79
+ 0.18454456329345703,
80
+ 0.0219033882021904,
81
+ 0.07174244523048401,
82
+ 0.2322760373353958,
83
+ 0.05909882113337517,
84
+ 0.42801985144615173,
85
+ 0.05862656980752945,
86
+ 0.07361412048339844,
87
+ 0.13930177688598633,
88
+ 0.1323232501745224,
89
+ 0.021865326911211014,
90
+ 0.061285436153411865,
91
+ 0.39256224036216736,
92
+ 0.013411423191428185,
93
+ 0.10252194851636887,
94
+ 0.016792641952633858,
95
+ 0.15438205003738403,
96
+ 0.06978973001241684,
97
+ 0.08445201069116592,
98
+ 0.11283968389034271,
99
+ 0.008246158249676228,
100
+ 0.022455675527453423,
101
+ 0.039583273231983185,
102
+ 0.20379619300365448,
103
+ 0.11060301959514618,
104
+ 0.226667582988739,
105
+ 0.38237476348876953,
106
+ 0.12767918407917023,
107
+ 0.10663842409849167,
108
+ 0.2208251953125,
109
+ 0.23501983284950256,
110
+ 0.048370420932769775,
111
+ 0.17695918679237366,
112
+ 0.5533487796783447,
113
+ 0.2322268784046173,
114
+ 0.24507680535316467,
115
+ 0.2763538658618927,
116
+ 0.3930149972438812,
117
+ 0.35596027970314026,
118
+ 0.15991666913032532,
119
+ 0.13633669912815094,
120
+ 0.18482227623462677,
121
+ 0.1708354949951172,
122
+ 0.17570947110652924,
123
+ 0.239651158452034,
124
+ 0.05516819283366203,
125
+ 0.19110943377017975,
126
+ 0.14655491709709167,
127
+ 0.11959513276815414,
128
+ 0.018703220412135124,
129
+ 0.09470727294683456,
130
+ 0.33884647488594055,
131
+ 0.06104622036218643,
132
+ 0.09340035915374756,
133
+ 0.024875063449144363,
134
+ 0.05854944884777069,
135
+ 0.037466827780008316,
136
+ 0.023104682564735413,
137
+ 0.08476237207651138,
138
+ 0.050557639449834824,
139
+ 0.04617699980735779,
140
+ 0.18193870782852173,
141
+ 0.02355698123574257,
142
+ 0.028881222009658813,
143
+ 0.03953465819358826,
144
+ 0.030541975051164627,
145
+ 0.03383919969201088,
146
+ 0.11732328683137894,
147
+ 0.1342223435640335,
148
+ 0.1291349232196808,
149
+ 0.19076357781887054,
150
+ 0.03208043798804283,
151
+ 0.031415700912475586,
152
+ 0.020584123209118843,
153
+ 0.05349543318152428,
154
+ 0.07407385110855103,
155
+ 0.06531045585870743,
156
+ 0.10215204209089279,
157
+ 0.19689463078975677,
158
+ 0.24011678993701935,
159
+ 0.1453818529844284,
160
+ 0.13386572897434235,
161
+ 0.08941859006881714,
162
+ 0.04356270655989647,
163
+ 0.20423835515975952,
164
+ 0.2036374807357788,
165
+ 0.11280237883329391,
166
+ 0.1170041561126709,
167
+ 0.2797718942165375,
168
+ 0.3021605908870697,
169
+ 0.12196630984544754,
170
+ 0.09971670061349869,
171
+ 0.07196014374494553,
172
+ 0.007159915287047625,
173
+ 0.025501368567347527,
174
+ 0.11702548712491989,
175
+ 0.1742447465658188,
176
+ 0.15348590910434723,
177
+ 0.08863604068756104,
178
+ 0.005280559416860342,
179
+ 0.07515376806259155,
180
+ 0.1617487519979477,
181
+ 0.1527099311351776,
182
+ 0.07510411739349365,
183
+ 0.012348055839538574,
184
+ 0.06088646128773689,
185
+ 0.7236717939376831,
186
+ 0.24858136475086212,
187
+ 0.3299921751022339,
188
+ 0.4207715690135956,
189
+ 0.31247109174728394,
190
+ 0.1136341318488121,
191
+ 0.16646458208560944,
192
+ 0.09029723703861237,
193
+ 0.12633617222309113,
194
+ 0.11845775693655014,
195
+ 0.2554257810115814,
196
+ 0.09337111562490463,
197
+ 0.18600374460220337,
198
+ 0.19428469240665436,
199
+ 0.17847840487957,
200
+ 0.24251122772693634,
201
+ 0.08143685013055801,
202
+ 0.09196534752845764,
203
+ 0.22150258719921112,
204
+ 0.09787347912788391,
205
+ 0.09253502637147903,
206
+ 0.021303506568074226,
207
+ 0.05665585771203041,
208
+ 0.48109158873558044,
209
+ 0.29663610458374023,
210
+ 0.2914993166923523,
211
+ 0.1641826629638672,
212
+ 0.2584776282310486,
213
+ 0.2714379131793976,
214
+ 0.278308242559433,
215
+ 0.1569913923740387,
216
+ 0.29303082823753357,
217
+ 0.40537455677986145,
218
+ 0.21045401692390442,
219
+ 0.2586967647075653,
220
+ 0.2738051116466522,
221
+ 0.16337525844573975,
222
+ 0.11613050103187561,
223
+ 0.09878738969564438,
224
+ 0.14135876297950745,
225
+ 0.3604150116443634,
226
+ 0.05048223212361336,
227
+ 0.11837083846330643,
228
+ 0.15884335339069366,
229
+ 0.1375301480293274,
230
+ 0.1276954561471939,
231
+ 0.28698641061782837,
232
+ 0.0642332062125206,
233
+ 0.3855268657207489,
234
+ 0.3720564842224121,
235
+ 0.17083106935024261,
236
+ 0.31547310948371887,
237
+ 0.11851849406957626,
238
+ 0.14160123467445374,
239
+ 0.08647236973047256,
240
+ 0.2985207140445709,
241
+ 0.15394644439220428,
242
+ 0.1506015807390213,
243
+ 0.37076300382614136,
244
+ 0.05088058114051819,
245
+ 0.07335291802883148,
246
+ 0.1775430291891098,
247
+ 0.2952963709831238,
248
+ 0.08256859332323074,
249
+ 0.19343693554401398,
250
+ 0.07250474393367767,
251
+ 0.175375297665596,
252
+ 0.2333550602197647,
253
+ 0.16508550941944122,
254
+ 0.17867711186408997,
255
+ 0.47114822268486023,
256
+ 0.25549963116645813,
257
+ 0.34549349546432495,
258
+ 0.7308645844459534,
259
+ 0.4278753995895386,
260
+ 0.4966864585876465,
261
+ 0.028320590034127235,
262
+ 0.3465706408023834,
263
+ 0.17952106893062592,
264
+ 0.05892174318432808,
265
+ 0.2664535939693451,
266
+ 0.1308128982782364,
267
+ 0.13680395483970642,
268
+ 0.161991685628891,
269
+ 0.130728617310524,
270
+ 0.18068772554397583,
271
+ 0.22044259309768677,
272
+ 0.07656687498092651,
273
+ 0.08761163055896759,
274
+ 0.07024995982646942,
275
+ 0.030578359961509705,
276
+ 0.13261087238788605,
277
+ 0.0318237729370594,
278
+ 0.05053618177771568,
279
+ 0.06103191152215004,
280
+ 0.08729004114866257,
281
+ 0.0554010346531868,
282
+ 0.032817285507917404,
283
+ 0.015841703861951828,
284
+ 0.18490314483642578,
285
+ 0.01939394325017929,
286
+ 0.32390275597572327,
287
+ 0.032604362815618515,
288
+ 0.15554428100585938,
289
+ 0.2631359100341797,
290
+ 0.2823489010334015,
291
+ 0.17405059933662415,
292
+ 0.15270960330963135,
293
+ 0.2504299283027649,
294
+ 0.06098194792866707,
295
+ 0.1479814350605011,
296
+ 0.028748447075486183,
297
+ 0.11805032938718796,
298
+ 0.08794162422418594,
299
+ 0.026896875351667404,
300
+ 0.053851835429668427,
301
+ 0.10022062063217163,
302
+ 0.0721571147441864,
303
+ 0.1600719392299652,
304
+ 0.22533299028873444,
305
+ 0.27416756749153137,
306
+ 0.14377738535404205,
307
+ 0.09301693737506866,
308
+ 0.02642248198390007,
309
+ 0.06817626953125,
310
+ 0.18515917658805847,
311
+ 0.06130925938487053,
312
+ 0.018986698240041733,
313
+ 0.05392807349562645,
314
+ 0.07089885324239731,
315
+ 0.10994195938110352,
316
+ 0.14235439896583557,
317
+ 0.054884251207113266,
318
+ 0.019909938797354698,
319
+ 0.21833200752735138,
320
+ 0.11646197736263275,
321
+ 0.04163024201989174,
322
+ 0.16446489095687866,
323
+ 0.03971175476908684,
324
+ 0.07875054329633713,
325
+ 0.051940999925136566,
326
+ 0.08472491800785065,
327
+ 0.049811553210020065,
328
+ 0.021327827125787735,
329
+ 0.23200689256191254,
330
+ 0.1679135411977768,
331
+ 0.22884763777256012,
332
+ 0.05335934832692146,
333
+ 0.25475627183914185,
334
+ 0.34998804330825806,
335
+ 0.3675607442855835,
336
+ 0.23513062298297882,
337
+ 0.20957086980342865,
338
+ 0.1977902352809906,
339
+ 0.17725202441215515,
340
+ 0.13036668300628662,
341
+ 0.22865933179855347,
342
+ 0.19661836326122284,
343
+ 0.21630118787288666,
344
+ 0.10842274874448776,
345
+ 0.0059162890538573265,
346
+ 0.019016189500689507,
347
+ 0.01624877192080021,
348
+ 0.2884707748889923,
349
+ 0.1899610310792923,
350
+ 0.153106689453125,
351
+ 0.08075959235429764,
352
+ 0.0434517040848732,
353
+ 0.10810390114784241,
354
+ 0.03079848550260067,
355
+ 0.1720573455095291,
356
+ 0.04523133859038353,
357
+ 0.07873396575450897,
358
+ 0.1499539166688919,
359
+ 0.05619782954454422,
360
+ 0.10413544625043869,
361
+ 0.0776609256863594,
362
+ 0.10871466994285583,
363
+ 0.11379824578762054,
364
+ 0.06790181994438171,
365
+ 0.05355297401547432,
366
+ 0.1290947049856186,
367
+ 0.05801805481314659,
368
+ 0.1959042251110077,
369
+ 0.05496460944414139,
370
+ 0.43153807520866394,
371
+ 0.3556218147277832,
372
+ 0.2511533200740814,
373
+ 0.25959867238998413,
374
+ 0.050326477736234665,
375
+ 0.07165870070457458,
376
+ 0.27062559127807617,
377
+ 0.24137933552265167,
378
+ 0.11001627892255783,
379
+ 0.25717923045158386,
380
+ 0.269728422164917,
381
+ 0.32693782448768616,
382
+ 0.22275938093662262,
383
+ 0.1428818702697754,
384
+ 0.09353762865066528,
385
+ 0.1687411665916443,
386
+ 0.047196898609399796,
387
+ 0.03626533970236778,
388
+ 0.08880080282688141,
389
+ 0.00581972673535347,
390
+ 0.08631780743598938,
391
+ 0.15860749781131744,
392
+ 0.10980025678873062,
393
+ 0.07905147969722748,
394
+ 0.10473756492137909,
395
+ 0.3061988651752472,
396
+ 0.04693704470992088,
397
+ 0.0184867512434721,
398
+ 0.11265283077955246,
399
+ 0.023918963968753815,
400
+ 0.08529104292392731,
401
+ 0.10078860819339752,
402
+ 0.02647610567510128,
403
+ 0.03677728399634361,
404
+ 0.030830934643745422,
405
+ 0.012696461752057076,
406
+ 0.037123266607522964,
407
+ 0.12427365779876709,
408
+ 0.010006224736571312,
409
+ 0.07101650536060333,
410
+ 0.12183801084756851,
411
+ 0.11042194813489914,
412
+ 0.0370936393737793,
413
+ 0.0436917245388031,
414
+ 0.38226476311683655,
415
+ 0.17838014662265778,
416
+ 0.019248148426413536,
417
+ 0.13675931096076965,
418
+ 0.1517721563577652,
419
+ 0.09466294944286346,
420
+ 0.11265842616558075,
421
+ 0.3674163818359375,
422
+ 0.15143002569675446,
423
+ 0.048546262085437775,
424
+ 0.09069164097309113,
425
+ 0.08035223186016083,
426
+ 0.04299967736005783,
427
+ 0.015855196863412857,
428
+ 0.018036000430583954,
429
+ 0.1093505248427391,
430
+ 0.15383374691009521,
431
+ 0.06856506317853928,
432
+ 0.16284330189228058,
433
+ 0.21300223469734192,
434
+ 0.16723135113716125,
435
+ 0.04127001017332077,
436
+ 0.05289646238088608,
437
+ 0.060278214514255524,
438
+ 0.19687418639659882,
439
+ 0.05768024921417236,
440
+ 0.020855620503425598,
441
+ 0.39123237133026123,
442
+ 0.1706317961215973,
443
+ 0.07593540102243423,
444
+ 0.4464198350906372,
445
+ 0.5216737389564514,
446
+ 0.029384922236204147,
447
+ 0.35075077414512634,
448
+ 0.3522496819496155,
449
+ 0.059464357793331146,
450
+ 0.10747365653514862,
451
+ 0.1955421417951584,
452
+ 0.030044300481677055,
453
+ 0.029113011434674263,
454
+ 0.023030055686831474,
455
+ 0.02115287259221077,
456
+ 0.028927307575941086,
457
+ 0.02436884492635727,
458
+ 0.012139654718339443,
459
+ 0.16238828003406525,
460
+ 0.02327018231153488,
461
+ 0.0456618033349514,
462
+ 0.2952512502670288,
463
+ 0.1680547297000885,
464
+ 0.022199014201760292,
465
+ 0.012243645265698433,
466
+ 0.11392229050397873,
467
+ 0.11340199410915375,
468
+ 0.24405302107334137,
469
+ 0.059300120919942856,
470
+ 0.08882570266723633,
471
+ 0.24386368691921234,
472
+ 0.10494809597730637,
473
+ 0.10780622065067291,
474
+ 0.05730804055929184,
475
+ 0.20286139845848083,
476
+ 0.27170035243034363,
477
+ 0.14989104866981506,
478
+ 0.08865561336278915,
479
+ 0.1586540788412094,
480
+ 0.20926612615585327,
481
+ 0.11877688020467758,
482
+ 0.00709104398265481,
483
+ 0.15648196637630463,
484
+ 0.2071319818496704,
485
+ 0.06844506412744522,
486
+ 0.1730303019285202,
487
+ 0.025645123794674873,
488
+ 0.022397879511117935,
489
+ 0.022881416603922844,
490
+ 0.00915425457060337,
491
+ 0.10041578859090805,
492
+ 0.012981901876628399,
493
+ 0.13115482032299042,
494
+ 0.07238997519016266,
495
+ 0.010909909382462502,
496
+ 0.02683515101671219,
497
+ 0.10364911705255508,
498
+ 0.01136215403676033,
499
+ 0.05178389698266983,
500
+ 0.01581394672393799,
501
+ 0.06127560883760452,
502
+ 0.04191843792796135,
503
+ 0.20839299261569977,
504
+ 0.04135241359472275,
505
+ 0.0927044078707695,
506
+ 0.047794897109270096,
507
+ 0.15921369194984436,
508
+ 0.04327654838562012,
509
+ 0.04913516342639923,
510
+ 0.2980046272277832,
511
+ 0.4328107535839081,
512
+ 0.21192039549350739,
513
+ 0.1490597277879715,
514
+ 0.03257500380277634,
515
+ 0.06374514102935791,
516
+ 0.06068568676710129,
517
+ 0.23815381526947021,
518
+ 0.12350524216890335,
519
+ 0.05786920711398125,
520
+ 0.08177878707647324,
521
+ 0.009814448654651642,
522
+ 0.16419276595115662,
523
+ 0.009054201655089855,
524
+ 0.2602246105670929,
525
+ 0.07218902558088303,
526
+ 0.09383480250835419,
527
+ 0.21614819765090942,
528
+ 0.13778555393218994,
529
+ 0.07577910274267197,
530
+ 0.012982876971364021,
531
+ 0.06651966273784637,
532
+ 0.05203969404101372,
533
+ 0.012778273783624172,
534
+ 0.010544737800955772,
535
+ 0.0631309524178505,
536
+ 0.047559451311826706,
537
+ 0.05831437185406685,
538
+ 0.20471474528312683,
539
+ 0.2346244752407074,
540
+ 0.10848080366849899,
541
+ 0.1509333699941635,
542
+ 0.19781643152236938,
543
+ 0.07807110995054245,
544
+ 0.03679613769054413,
545
+ 0.11057914793491364,
546
+ 0.0882568359375,
547
+ 0.12496160715818405,
548
+ 0.12957651913166046,
549
+ 0.32995840907096863,
550
+ 0.009663955308496952,
551
+ 0.1448957920074463,
552
+ 0.0322314016520977,
553
+ 0.016380051150918007,
554
+ 0.09855932742357254,
555
+ 0.02249438874423504,
556
+ 0.026860497891902924,
557
+ 0.03734763711690903,
558
+ 0.025390969589352608,
559
+ 0.1460980623960495,
560
+ 0.05363389849662781,
561
+ 0.009759216569364071,
562
+ 0.12855669856071472,
563
+ 0.2782973647117615,
564
+ 0.06312482059001923,
565
+ 0.32617616653442383,
566
+ 0.0361754409968853,
567
+ 0.038290269672870636,
568
+ 0.03585699573159218,
569
+ 0.22563117742538452,
570
+ 0.1612696498632431,
571
+ 0.03544562682509422,
572
+ 0.011748561635613441,
573
+ 0.09956490248441696,
574
+ 0.1354193389415741
575
+ ]
576
+ }
p5-mae-15m-d96/exports/step_00025000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/exports/step_00025000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d96/exports/step_00025000",
3
+ "fingerprint": "763d2a9109b95876",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d96",
6
+ "probe/map": 0.14593879608313715,
7
+ "probe/map_train": 0.5183331502682796,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.1734602865378639,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.72471069090534,
16
+ "probe/total_s": 8.443235158920288,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.17286872171462855
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.17284595294576316
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.1734602865378639
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.17026282747786853
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.15954545699590128
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.13463254505856778
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10570740806949687
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6405758857727051,
49
+ 0.01768053136765957,
50
+ 0.06412087380886078,
51
+ 0.22260084748268127,
52
+ 0.11143804341554642,
53
+ 0.2807604670524597,
54
+ 0.2306031435728073,
55
+ 0.3013569712638855,
56
+ 0.029443170875310898,
57
+ 0.041680920869112015,
58
+ 0.02156609669327736,
59
+ 0.08719975501298904,
60
+ 0.5104362964630127,
61
+ 0.3107437789440155,
62
+ 0.05106025189161301,
63
+ 0.5113070607185364,
64
+ 0.31374499201774597,
65
+ 0.35933956503868103,
66
+ 0.06317179650068283,
67
+ 0.09002932906150818,
68
+ 0.20990042388439178,
69
+ 0.08344326913356781,
70
+ 0.18653583526611328,
71
+ 0.13945980370044708,
72
+ 0.06417115777730942,
73
+ 0.03048388846218586,
74
+ 0.07198812067508698,
75
+ 0.1869511604309082,
76
+ 0.27347639203071594,
77
+ 0.08305381238460541,
78
+ 0.23027338087558746,
79
+ 0.18674159049987793,
80
+ 0.022426152601838112,
81
+ 0.07082553207874298,
82
+ 0.21253955364227295,
83
+ 0.054967790842056274,
84
+ 0.4494854211807251,
85
+ 0.06269486993551254,
86
+ 0.0691312626004219,
87
+ 0.13422943651676178,
88
+ 0.12608668208122253,
89
+ 0.01583532989025116,
90
+ 0.06700647622346878,
91
+ 0.4318377673625946,
92
+ 0.013135531917214394,
93
+ 0.1045643538236618,
94
+ 0.024308141320943832,
95
+ 0.1614827960729599,
96
+ 0.07870695739984512,
97
+ 0.10350178927183151,
98
+ 0.10554346442222595,
99
+ 0.012030142359435558,
100
+ 0.03803126513957977,
101
+ 0.07083255052566528,
102
+ 0.21395206451416016,
103
+ 0.12307792156934738,
104
+ 0.24633072316646576,
105
+ 0.3668448030948639,
106
+ 0.13941997289657593,
107
+ 0.09129641950130463,
108
+ 0.20000720024108887,
109
+ 0.21941743791103363,
110
+ 0.04936343431472778,
111
+ 0.17409098148345947,
112
+ 0.5235421657562256,
113
+ 0.23536983132362366,
114
+ 0.2889857888221741,
115
+ 0.3290385603904724,
116
+ 0.3923518657684326,
117
+ 0.3795680105686188,
118
+ 0.13859494030475616,
119
+ 0.13174118101596832,
120
+ 0.20709647238254547,
121
+ 0.18813471496105194,
122
+ 0.19138292968273163,
123
+ 0.22944480180740356,
124
+ 0.042394548654556274,
125
+ 0.22661639750003815,
126
+ 0.13849133253097534,
127
+ 0.10137813538312912,
128
+ 0.02007637545466423,
129
+ 0.11319500207901001,
130
+ 0.37060752511024475,
131
+ 0.07108880579471588,
132
+ 0.1030350923538208,
133
+ 0.029048966243863106,
134
+ 0.0627267137169838,
135
+ 0.04268903285264969,
136
+ 0.024173548445105553,
137
+ 0.05144573003053665,
138
+ 0.07737050205469131,
139
+ 0.07304128259420395,
140
+ 0.17089037597179413,
141
+ 0.031327854841947556,
142
+ 0.042718514800071716,
143
+ 0.0655408650636673,
144
+ 0.015204427763819695,
145
+ 0.024358317255973816,
146
+ 0.1206899955868721,
147
+ 0.15010333061218262,
148
+ 0.14801497757434845,
149
+ 0.20777074992656708,
150
+ 0.036654576659202576,
151
+ 0.037147894501686096,
152
+ 0.021695079281926155,
153
+ 0.06142896041274071,
154
+ 0.0813564658164978,
155
+ 0.06910780817270279,
156
+ 0.09800756722688675,
157
+ 0.23576143383979797,
158
+ 0.25611788034439087,
159
+ 0.14928306639194489,
160
+ 0.13866539299488068,
161
+ 0.09702347218990326,
162
+ 0.0442388616502285,
163
+ 0.18670205771923065,
164
+ 0.18545754253864288,
165
+ 0.12907996773719788,
166
+ 0.11552779376506805,
167
+ 0.3142068684101105,
168
+ 0.31678298115730286,
169
+ 0.18660536408424377,
170
+ 0.10107539594173431,
171
+ 0.09804587066173553,
172
+ 0.00975545309484005,
173
+ 0.024304326623678207,
174
+ 0.1390622854232788,
175
+ 0.18771925568580627,
176
+ 0.1464250534772873,
177
+ 0.12642507255077362,
178
+ 0.004827133845537901,
179
+ 0.08227237313985825,
180
+ 0.13075672090053558,
181
+ 0.13115227222442627,
182
+ 0.047140367329120636,
183
+ 0.010691763833165169,
184
+ 0.07600086182355881,
185
+ 0.7259696125984192,
186
+ 0.2566877007484436,
187
+ 0.3325871229171753,
188
+ 0.4278442859649658,
189
+ 0.310527503490448,
190
+ 0.17755591869354248,
191
+ 0.15912862122058868,
192
+ 0.10122846066951752,
193
+ 0.1422833353281021,
194
+ 0.10285034775733948,
195
+ 0.3086642920970917,
196
+ 0.12128599733114243,
197
+ 0.22591720521450043,
198
+ 0.1578134000301361,
199
+ 0.18392790853977203,
200
+ 0.2683645486831665,
201
+ 0.10561186075210571,
202
+ 0.10275793820619583,
203
+ 0.1999455839395523,
204
+ 0.10434329509735107,
205
+ 0.095993272960186,
206
+ 0.03122660703957081,
207
+ 0.05981553718447685,
208
+ 0.46460533142089844,
209
+ 0.3001398742198944,
210
+ 0.30700600147247314,
211
+ 0.15225084125995636,
212
+ 0.26447823643684387,
213
+ 0.2807498872280121,
214
+ 0.300557017326355,
215
+ 0.18084147572517395,
216
+ 0.29639163613319397,
217
+ 0.39182236790657043,
218
+ 0.2861485183238983,
219
+ 0.2584402561187744,
220
+ 0.27106186747550964,
221
+ 0.16301244497299194,
222
+ 0.1454247385263443,
223
+ 0.10708925873041153,
224
+ 0.1324268877506256,
225
+ 0.3376787006855011,
226
+ 0.07112663239240646,
227
+ 0.15049296617507935,
228
+ 0.2071225643157959,
229
+ 0.16902899742126465,
230
+ 0.1725253015756607,
231
+ 0.2913499176502228,
232
+ 0.0625995397567749,
233
+ 0.41475456953048706,
234
+ 0.36322134733200073,
235
+ 0.17506186664104462,
236
+ 0.3118523359298706,
237
+ 0.1280125230550766,
238
+ 0.16663645207881927,
239
+ 0.09033571928739548,
240
+ 0.3283686339855194,
241
+ 0.1861475557088852,
242
+ 0.15768909454345703,
243
+ 0.37273985147476196,
244
+ 0.060099657624959946,
245
+ 0.0842897966504097,
246
+ 0.1722780019044876,
247
+ 0.31667765974998474,
248
+ 0.06485976278781891,
249
+ 0.22032530605793,
250
+ 0.10274232178926468,
251
+ 0.15267491340637207,
252
+ 0.2214977741241455,
253
+ 0.13253267109394073,
254
+ 0.1461656391620636,
255
+ 0.5012320280075073,
256
+ 0.24083827435970306,
257
+ 0.30938491225242615,
258
+ 0.7342365384101868,
259
+ 0.42254090309143066,
260
+ 0.5022085309028625,
261
+ 0.03579886257648468,
262
+ 0.36662963032722473,
263
+ 0.18484614789485931,
264
+ 0.04102225974202156,
265
+ 0.2919260859489441,
266
+ 0.23134396970272064,
267
+ 0.14587168395519257,
268
+ 0.1771792471408844,
269
+ 0.16854988038539886,
270
+ 0.18753430247306824,
271
+ 0.21934746205806732,
272
+ 0.08595402538776398,
273
+ 0.07914267480373383,
274
+ 0.08052968233823776,
275
+ 0.03519337996840477,
276
+ 0.18248870968818665,
277
+ 0.042957186698913574,
278
+ 0.0593390092253685,
279
+ 0.09415299445390701,
280
+ 0.09041734039783478,
281
+ 0.06528687477111816,
282
+ 0.03413998708128929,
283
+ 0.014287237077951431,
284
+ 0.14352327585220337,
285
+ 0.01869281940162182,
286
+ 0.3610517084598541,
287
+ 0.0307889673858881,
288
+ 0.19423827528953552,
289
+ 0.27785131335258484,
290
+ 0.2976486384868622,
291
+ 0.215783029794693,
292
+ 0.15625646710395813,
293
+ 0.26218360662460327,
294
+ 0.07888206094503403,
295
+ 0.16650402545928955,
296
+ 0.02714710310101509,
297
+ 0.11674147844314575,
298
+ 0.10261166840791702,
299
+ 0.020756708458065987,
300
+ 0.091005839407444,
301
+ 0.10152104496955872,
302
+ 0.07715485990047455,
303
+ 0.19082674384117126,
304
+ 0.2543124258518219,
305
+ 0.2910482585430145,
306
+ 0.11031483858823776,
307
+ 0.08589177578687668,
308
+ 0.03051019459962845,
309
+ 0.07223694026470184,
310
+ 0.18463867902755737,
311
+ 0.055044710636138916,
312
+ 0.020646454766392708,
313
+ 0.059534862637519836,
314
+ 0.07740776240825653,
315
+ 0.10890056192874908,
316
+ 0.12387789040803909,
317
+ 0.04056338220834732,
318
+ 0.039972223341464996,
319
+ 0.2526184916496277,
320
+ 0.15318983793258667,
321
+ 0.04843578115105629,
322
+ 0.20261849462985992,
323
+ 0.0329618863761425,
324
+ 0.07001321017742157,
325
+ 0.0642743855714798,
326
+ 0.07248512655496597,
327
+ 0.06188670173287392,
328
+ 0.022824525833129883,
329
+ 0.25777357816696167,
330
+ 0.14186443388462067,
331
+ 0.22842520475387573,
332
+ 0.07463730126619339,
333
+ 0.25541597604751587,
334
+ 0.30716535449028015,
335
+ 0.32108375430107117,
336
+ 0.2552591860294342,
337
+ 0.21240553259849548,
338
+ 0.21858152747154236,
339
+ 0.18027058243751526,
340
+ 0.1238771602511406,
341
+ 0.21295514702796936,
342
+ 0.21607175469398499,
343
+ 0.2358386367559433,
344
+ 0.1305674910545349,
345
+ 0.006967736873775721,
346
+ 0.013057544827461243,
347
+ 0.01574714109301567,
348
+ 0.29539230465888977,
349
+ 0.1959565430879593,
350
+ 0.15038655698299408,
351
+ 0.08530877530574799,
352
+ 0.04767099767923355,
353
+ 0.10165723413228989,
354
+ 0.028311125934123993,
355
+ 0.1818825751543045,
356
+ 0.06436097621917725,
357
+ 0.08070679754018784,
358
+ 0.1579173356294632,
359
+ 0.07976856827735901,
360
+ 0.1084626317024231,
361
+ 0.07948900759220123,
362
+ 0.11887586861848831,
363
+ 0.14625419676303864,
364
+ 0.06794606149196625,
365
+ 0.07126576453447342,
366
+ 0.1431145817041397,
367
+ 0.053712375462055206,
368
+ 0.18601639568805695,
369
+ 0.039526939392089844,
370
+ 0.42876502871513367,
371
+ 0.3826228678226471,
372
+ 0.26475369930267334,
373
+ 0.24183155596256256,
374
+ 0.06787509471178055,
375
+ 0.07502038776874542,
376
+ 0.26007699966430664,
377
+ 0.24811908602714539,
378
+ 0.14711806178092957,
379
+ 0.22617653012275696,
380
+ 0.25774139165878296,
381
+ 0.3626869022846222,
382
+ 0.21250376105308533,
383
+ 0.17565347254276276,
384
+ 0.13523444533348083,
385
+ 0.1661546528339386,
386
+ 0.07137028872966766,
387
+ 0.04356240853667259,
388
+ 0.11211597919464111,
389
+ 0.0052109695971012115,
390
+ 0.08452749997377396,
391
+ 0.14728854596614838,
392
+ 0.09724999219179153,
393
+ 0.06694082915782928,
394
+ 0.11358984559774399,
395
+ 0.3177862763404846,
396
+ 0.03303166478872299,
397
+ 0.019294220954179764,
398
+ 0.12213005125522614,
399
+ 0.04173365235328674,
400
+ 0.08628649264574051,
401
+ 0.1040906086564064,
402
+ 0.02817736752331257,
403
+ 0.05383576825261116,
404
+ 0.024030815809965134,
405
+ 0.01277929823845625,
406
+ 0.03555541858077049,
407
+ 0.1535525619983673,
408
+ 0.008775448426604271,
409
+ 0.09073559939861298,
410
+ 0.09855644404888153,
411
+ 0.1687060296535492,
412
+ 0.026330120861530304,
413
+ 0.03255505859851837,
414
+ 0.39655908942222595,
415
+ 0.20029452443122864,
416
+ 0.017077630385756493,
417
+ 0.14114072918891907,
418
+ 0.15867507457733154,
419
+ 0.10559020936489105,
420
+ 0.14642077684402466,
421
+ 0.3928106129169464,
422
+ 0.19042208790779114,
423
+ 0.06332635879516602,
424
+ 0.09309504181146622,
425
+ 0.09327969700098038,
426
+ 0.053777486085891724,
427
+ 0.015300353989005089,
428
+ 0.024289440363645554,
429
+ 0.10685954988002777,
430
+ 0.1429581642150879,
431
+ 0.0820305272936821,
432
+ 0.16253019869327545,
433
+ 0.2255045622587204,
434
+ 0.17631599307060242,
435
+ 0.0671636313199997,
436
+ 0.05240348353981972,
437
+ 0.03598764166235924,
438
+ 0.23594169318675995,
439
+ 0.054940115660429,
440
+ 0.02174188196659088,
441
+ 0.4010901153087616,
442
+ 0.21084560453891754,
443
+ 0.10275249183177948,
444
+ 0.4718158543109894,
445
+ 0.5115916132926941,
446
+ 0.030866431072354317,
447
+ 0.31344324350357056,
448
+ 0.3640287220478058,
449
+ 0.05039147660136223,
450
+ 0.1163131520152092,
451
+ 0.23757672309875488,
452
+ 0.0413200743496418,
453
+ 0.02692492865025997,
454
+ 0.028461383655667305,
455
+ 0.027958665043115616,
456
+ 0.028641333803534508,
457
+ 0.025882674381136894,
458
+ 0.017480961978435516,
459
+ 0.17703260481357574,
460
+ 0.025230497121810913,
461
+ 0.05113350600004196,
462
+ 0.2975415587425232,
463
+ 0.13584353029727936,
464
+ 0.023985620588064194,
465
+ 0.019235951825976372,
466
+ 0.13055138289928436,
467
+ 0.10024366527795792,
468
+ 0.2610118091106415,
469
+ 0.07687173783779144,
470
+ 0.08236575126647949,
471
+ 0.27347245812416077,
472
+ 0.11244060099124908,
473
+ 0.11633148789405823,
474
+ 0.05949864909052849,
475
+ 0.20344293117523193,
476
+ 0.2605332136154175,
477
+ 0.16295085847377777,
478
+ 0.09586948156356812,
479
+ 0.149201437830925,
480
+ 0.1986430138349533,
481
+ 0.12789542973041534,
482
+ 0.006500971503555775,
483
+ 0.13926269114017487,
484
+ 0.21157218515872955,
485
+ 0.10121729224920273,
486
+ 0.14525911211967468,
487
+ 0.03570003807544708,
488
+ 0.015400656498968601,
489
+ 0.04393601417541504,
490
+ 0.00942464079707861,
491
+ 0.10836609452962875,
492
+ 0.015581208281219006,
493
+ 0.13965754210948944,
494
+ 0.05998300015926361,
495
+ 0.012994849123060703,
496
+ 0.020475441589951515,
497
+ 0.09716114401817322,
498
+ 0.02298741228878498,
499
+ 0.05156644061207771,
500
+ 0.019539039582014084,
501
+ 0.06518934667110443,
502
+ 0.04391040280461311,
503
+ 0.18564973771572113,
504
+ 0.06103772297501564,
505
+ 0.09326337277889252,
506
+ 0.04822326824069023,
507
+ 0.1531975269317627,
508
+ 0.04778800159692764,
509
+ 0.06265412271022797,
510
+ 0.34088441729545593,
511
+ 0.4307602345943451,
512
+ 0.24686114490032196,
513
+ 0.14734569191932678,
514
+ 0.03952055424451828,
515
+ 0.08704563230276108,
516
+ 0.0698653981089592,
517
+ 0.2305326759815216,
518
+ 0.15659894049167633,
519
+ 0.060928259044885635,
520
+ 0.08440027385950089,
521
+ 0.01630537398159504,
522
+ 0.18763265013694763,
523
+ 0.009657789021730423,
524
+ 0.28109660744667053,
525
+ 0.11002535372972488,
526
+ 0.09467136859893799,
527
+ 0.20625567436218262,
528
+ 0.17047487199306488,
529
+ 0.09230602532625198,
530
+ 0.01616780273616314,
531
+ 0.061803679913282394,
532
+ 0.055653057992458344,
533
+ 0.012727946974337101,
534
+ 0.009051305241882801,
535
+ 0.06616657227277756,
536
+ 0.06587809324264526,
537
+ 0.06595457345247269,
538
+ 0.21085700392723083,
539
+ 0.307051420211792,
540
+ 0.0874251201748848,
541
+ 0.15708807110786438,
542
+ 0.1944923996925354,
543
+ 0.07101980596780777,
544
+ 0.04043026268482208,
545
+ 0.11374858766794205,
546
+ 0.09833774715662003,
547
+ 0.11599022895097733,
548
+ 0.11274226754903793,
549
+ 0.30352693796157837,
550
+ 0.008167771622538567,
551
+ 0.1452898234128952,
552
+ 0.028431210666894913,
553
+ 0.019413616508245468,
554
+ 0.09291587769985199,
555
+ 0.020545952022075653,
556
+ 0.02412812039256096,
557
+ 0.04170937463641167,
558
+ 0.024251991882920265,
559
+ 0.17560037970542908,
560
+ 0.05371720343828201,
561
+ 0.010422996245324612,
562
+ 0.10670263320207596,
563
+ 0.3120891749858856,
564
+ 0.0824328139424324,
565
+ 0.3255259096622467,
566
+ 0.030533820390701294,
567
+ 0.05759299546480179,
568
+ 0.050621744245290756,
569
+ 0.19499725103378296,
570
+ 0.15116046369075775,
571
+ 0.04419999197125435,
572
+ 0.010813283734023571,
573
+ 0.16310659050941467,
574
+ 0.1178407371044159
575
+ ]
576
+ }
p5-mae-15m-d96/exports/step_00030000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/exports/step_00030000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d96/exports/step_00030000",
3
+ "fingerprint": "763d2a9109b95876",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d96",
6
+ "probe/map": 0.14746478872737748,
7
+ "probe/map_train": 0.5160068539333524,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.1740969468797937,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 7.076584705035202,
16
+ "probe/total_s": 8.59435571799986,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.17252550739308986
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.17260322080831444
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.1740969468797937
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.17143417375013797
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.16088263888134705
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.13723159970784563
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10797365106142125
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6369754672050476,
49
+ 0.021144362166523933,
50
+ 0.0640646368265152,
51
+ 0.20380516350269318,
52
+ 0.09595788270235062,
53
+ 0.2598124146461487,
54
+ 0.20374692976474762,
55
+ 0.31276577711105347,
56
+ 0.0341082364320755,
57
+ 0.03933429345488548,
58
+ 0.018656523898243904,
59
+ 0.09932811558246613,
60
+ 0.5290245413780212,
61
+ 0.2962998151779175,
62
+ 0.05377132073044777,
63
+ 0.4841403663158417,
64
+ 0.306658536195755,
65
+ 0.3584340214729309,
66
+ 0.06437791883945465,
67
+ 0.09240393340587616,
68
+ 0.23128123581409454,
69
+ 0.08800879865884781,
70
+ 0.1907801330089569,
71
+ 0.12817877531051636,
72
+ 0.07502739131450653,
73
+ 0.023486271500587463,
74
+ 0.07580938935279846,
75
+ 0.19082334637641907,
76
+ 0.27710458636283875,
77
+ 0.07853353768587112,
78
+ 0.23435281217098236,
79
+ 0.17587660253047943,
80
+ 0.019201770424842834,
81
+ 0.0813385620713234,
82
+ 0.23143619298934937,
83
+ 0.0586911104619503,
84
+ 0.43754300475120544,
85
+ 0.06489476561546326,
86
+ 0.07063298672437668,
87
+ 0.15560059249401093,
88
+ 0.14673510193824768,
89
+ 0.019983487203717232,
90
+ 0.05991264805197716,
91
+ 0.4365234673023224,
92
+ 0.013417944312095642,
93
+ 0.0934385433793068,
94
+ 0.023511547595262527,
95
+ 0.16447129845619202,
96
+ 0.07998012006282806,
97
+ 0.10855069011449814,
98
+ 0.10970012098550797,
99
+ 0.012295513413846493,
100
+ 0.0387490876019001,
101
+ 0.07808767259120941,
102
+ 0.22260373830795288,
103
+ 0.13357822597026825,
104
+ 0.23637154698371887,
105
+ 0.36751338839530945,
106
+ 0.12241992354393005,
107
+ 0.09300924092531204,
108
+ 0.21751920878887177,
109
+ 0.1985175758600235,
110
+ 0.06683248281478882,
111
+ 0.1660989671945572,
112
+ 0.535291850566864,
113
+ 0.24757243692874908,
114
+ 0.27500274777412415,
115
+ 0.3093715310096741,
116
+ 0.3696047365665436,
117
+ 0.39817509055137634,
118
+ 0.1503145396709442,
119
+ 0.1313851773738861,
120
+ 0.2089121788740158,
121
+ 0.1930450201034546,
122
+ 0.20485922694206238,
123
+ 0.26417988538742065,
124
+ 0.04747854918241501,
125
+ 0.2776883840560913,
126
+ 0.17229218780994415,
127
+ 0.10843633115291595,
128
+ 0.022305630147457123,
129
+ 0.10808690637350082,
130
+ 0.3831532299518585,
131
+ 0.09314443171024323,
132
+ 0.1050034761428833,
133
+ 0.0271547082811594,
134
+ 0.06349129974842072,
135
+ 0.03500207141041756,
136
+ 0.026762330904603004,
137
+ 0.0459352470934391,
138
+ 0.07111412286758423,
139
+ 0.06647001206874847,
140
+ 0.1627451777458191,
141
+ 0.030981307849287987,
142
+ 0.03244597092270851,
143
+ 0.06325314193964005,
144
+ 0.011385029181838036,
145
+ 0.01943037658929825,
146
+ 0.12947309017181396,
147
+ 0.16757510602474213,
148
+ 0.16202209889888763,
149
+ 0.2361801266670227,
150
+ 0.03749462217092514,
151
+ 0.038233399391174316,
152
+ 0.02602398954331875,
153
+ 0.05816914886236191,
154
+ 0.0699002668261528,
155
+ 0.06582536548376083,
156
+ 0.100631482899189,
157
+ 0.21805909276008606,
158
+ 0.19761523604393005,
159
+ 0.14159199595451355,
160
+ 0.14098243415355682,
161
+ 0.09375932812690735,
162
+ 0.0375521183013916,
163
+ 0.19722145795822144,
164
+ 0.1917269080877304,
165
+ 0.15453973412513733,
166
+ 0.13323591649532318,
167
+ 0.299692839384079,
168
+ 0.2919396162033081,
169
+ 0.19736269116401672,
170
+ 0.10844839364290237,
171
+ 0.094671830534935,
172
+ 0.009768159128725529,
173
+ 0.04398375749588013,
174
+ 0.13105085492134094,
175
+ 0.1904650777578354,
176
+ 0.11280031502246857,
177
+ 0.10286469757556915,
178
+ 0.004498274531215429,
179
+ 0.10191746056079865,
180
+ 0.15649165213108063,
181
+ 0.1626831740140915,
182
+ 0.043055132031440735,
183
+ 0.009883366525173187,
184
+ 0.07680457085371017,
185
+ 0.7243003249168396,
186
+ 0.26638150215148926,
187
+ 0.34473273158073425,
188
+ 0.43038758635520935,
189
+ 0.318266898393631,
190
+ 0.13970717787742615,
191
+ 0.1695135086774826,
192
+ 0.10598217695951462,
193
+ 0.12521065771579742,
194
+ 0.11411914229393005,
195
+ 0.30481404066085815,
196
+ 0.11366108804941177,
197
+ 0.22739894688129425,
198
+ 0.19779761135578156,
199
+ 0.1768592894077301,
200
+ 0.2943088412284851,
201
+ 0.12736395001411438,
202
+ 0.13442093133926392,
203
+ 0.22300522029399872,
204
+ 0.13210329413414001,
205
+ 0.08559174090623856,
206
+ 0.029840677976608276,
207
+ 0.06932809948921204,
208
+ 0.5112295150756836,
209
+ 0.3023347556591034,
210
+ 0.3263992667198181,
211
+ 0.1507532000541687,
212
+ 0.26339423656463623,
213
+ 0.29928475618362427,
214
+ 0.3018195629119873,
215
+ 0.17351378500461578,
216
+ 0.29910707473754883,
217
+ 0.40611621737480164,
218
+ 0.29077184200286865,
219
+ 0.275349885225296,
220
+ 0.30553245544433594,
221
+ 0.1502365916967392,
222
+ 0.16231204569339752,
223
+ 0.09160587936639786,
224
+ 0.16978444159030914,
225
+ 0.3256983160972595,
226
+ 0.06724608689546585,
227
+ 0.14647525548934937,
228
+ 0.203426331281662,
229
+ 0.15956155955791473,
230
+ 0.16569268703460693,
231
+ 0.32498064637184143,
232
+ 0.05563276633620262,
233
+ 0.42285841703414917,
234
+ 0.3485090136528015,
235
+ 0.1975545883178711,
236
+ 0.3111536204814911,
237
+ 0.12871475517749786,
238
+ 0.16473402082920074,
239
+ 0.07360563427209854,
240
+ 0.31936922669410706,
241
+ 0.17493312060832977,
242
+ 0.1612159013748169,
243
+ 0.386322021484375,
244
+ 0.06526912748813629,
245
+ 0.0799497738480568,
246
+ 0.14774255454540253,
247
+ 0.27975893020629883,
248
+ 0.06861753761768341,
249
+ 0.21376994252204895,
250
+ 0.10333142429590225,
251
+ 0.1732545644044876,
252
+ 0.2387509047985077,
253
+ 0.1704498827457428,
254
+ 0.17978435754776,
255
+ 0.5279815793037415,
256
+ 0.2906065881252289,
257
+ 0.31500717997550964,
258
+ 0.7420536875724792,
259
+ 0.44444045424461365,
260
+ 0.5462520718574524,
261
+ 0.04158838465809822,
262
+ 0.3693593144416809,
263
+ 0.18965324759483337,
264
+ 0.0482226200401783,
265
+ 0.2958851754665375,
266
+ 0.2206399142742157,
267
+ 0.13317908346652985,
268
+ 0.18414942920207977,
269
+ 0.13078296184539795,
270
+ 0.18020834028720856,
271
+ 0.21304941177368164,
272
+ 0.08708039671182632,
273
+ 0.09287094324827194,
274
+ 0.0988384336233139,
275
+ 0.034186169505119324,
276
+ 0.1497529298067093,
277
+ 0.03793280944228172,
278
+ 0.05170879885554314,
279
+ 0.07898528128862381,
280
+ 0.13350620865821838,
281
+ 0.06855135411024094,
282
+ 0.03889333829283714,
283
+ 0.016063077375292778,
284
+ 0.15067324042320251,
285
+ 0.02631288394331932,
286
+ 0.3594588339328766,
287
+ 0.03215615823864937,
288
+ 0.17091037333011627,
289
+ 0.2991894483566284,
290
+ 0.2736494839191437,
291
+ 0.23036296665668488,
292
+ 0.14828462898731232,
293
+ 0.26004523038864136,
294
+ 0.07451442629098892,
295
+ 0.16714657843112946,
296
+ 0.03456354886293411,
297
+ 0.11442652344703674,
298
+ 0.09221530705690384,
299
+ 0.022237129509449005,
300
+ 0.07541080564260483,
301
+ 0.09517974406480789,
302
+ 0.06922987848520279,
303
+ 0.21301807463169098,
304
+ 0.22992463409900665,
305
+ 0.2705453932285309,
306
+ 0.11140027642250061,
307
+ 0.0938311517238617,
308
+ 0.03201614320278168,
309
+ 0.06771213561296463,
310
+ 0.1878451406955719,
311
+ 0.06854559481143951,
312
+ 0.026891395449638367,
313
+ 0.04312486574053764,
314
+ 0.07395172119140625,
315
+ 0.11067743599414825,
316
+ 0.12534905970096588,
317
+ 0.038114115595817566,
318
+ 0.02295202948153019,
319
+ 0.24988044798374176,
320
+ 0.16040927171707153,
321
+ 0.040267277508974075,
322
+ 0.20239584147930145,
323
+ 0.03807831555604935,
324
+ 0.07193443924188614,
325
+ 0.06590482592582703,
326
+ 0.07570468634366989,
327
+ 0.06183307617902756,
328
+ 0.021512893959879875,
329
+ 0.28152996301651,
330
+ 0.13656611740589142,
331
+ 0.2531690001487732,
332
+ 0.07343336194753647,
333
+ 0.28190943598747253,
334
+ 0.3289160132408142,
335
+ 0.3454063832759857,
336
+ 0.25095880031585693,
337
+ 0.2293606400489807,
338
+ 0.2313183844089508,
339
+ 0.22777977585792542,
340
+ 0.12394212931394577,
341
+ 0.21215565502643585,
342
+ 0.23947197198867798,
343
+ 0.2479141354560852,
344
+ 0.13374003767967224,
345
+ 0.008962912485003471,
346
+ 0.019704682752490044,
347
+ 0.01665918156504631,
348
+ 0.29820847511291504,
349
+ 0.2047087550163269,
350
+ 0.18221411108970642,
351
+ 0.08518432080745697,
352
+ 0.04118673503398895,
353
+ 0.11307789385318756,
354
+ 0.027934839949011803,
355
+ 0.18085123598575592,
356
+ 0.05945894122123718,
357
+ 0.08648226410150528,
358
+ 0.15671980381011963,
359
+ 0.06137651577591896,
360
+ 0.11810091882944107,
361
+ 0.08651522547006607,
362
+ 0.11524350941181183,
363
+ 0.13878637552261353,
364
+ 0.07708572596311569,
365
+ 0.06950810551643372,
366
+ 0.11995845288038254,
367
+ 0.06690090149641037,
368
+ 0.18020722270011902,
369
+ 0.03786519169807434,
370
+ 0.4292895495891571,
371
+ 0.378927618265152,
372
+ 0.26020681858062744,
373
+ 0.24612607061862946,
374
+ 0.04758388549089432,
375
+ 0.07701799273490906,
376
+ 0.2575610280036926,
377
+ 0.24697838723659515,
378
+ 0.15139394998550415,
379
+ 0.22829216718673706,
380
+ 0.25799545645713806,
381
+ 0.35707512497901917,
382
+ 0.21959532797336578,
383
+ 0.17547477781772614,
384
+ 0.1695476770401001,
385
+ 0.14330331981182098,
386
+ 0.05796471983194351,
387
+ 0.056483302265405655,
388
+ 0.10389543324708939,
389
+ 0.005922628566622734,
390
+ 0.06810486316680908,
391
+ 0.15819872915744781,
392
+ 0.09771858155727386,
393
+ 0.06897909194231033,
394
+ 0.10575630515813828,
395
+ 0.33044999837875366,
396
+ 0.04761074483394623,
397
+ 0.01794648915529251,
398
+ 0.11518363654613495,
399
+ 0.02895026095211506,
400
+ 0.10247503221035004,
401
+ 0.11319229006767273,
402
+ 0.03612199425697327,
403
+ 0.04654381796717644,
404
+ 0.03120892494916916,
405
+ 0.012257072143256664,
406
+ 0.039430659264326096,
407
+ 0.1489558070898056,
408
+ 0.010037066414952278,
409
+ 0.08751995116472244,
410
+ 0.1103958711028099,
411
+ 0.15683645009994507,
412
+ 0.027374329045414925,
413
+ 0.0349314846098423,
414
+ 0.3781827390193939,
415
+ 0.19776327908039093,
416
+ 0.019702298566699028,
417
+ 0.14625947177410126,
418
+ 0.17009644210338593,
419
+ 0.11383433640003204,
420
+ 0.12622538208961487,
421
+ 0.38901472091674805,
422
+ 0.14169751107692719,
423
+ 0.0578155443072319,
424
+ 0.0886145830154419,
425
+ 0.09140448272228241,
426
+ 0.07046040892601013,
427
+ 0.020666489377617836,
428
+ 0.027019184082746506,
429
+ 0.10440553724765778,
430
+ 0.16191646456718445,
431
+ 0.08061273396015167,
432
+ 0.17837882041931152,
433
+ 0.2380831241607666,
434
+ 0.17915436625480652,
435
+ 0.0882907509803772,
436
+ 0.0583580918610096,
437
+ 0.040912333875894547,
438
+ 0.23655454814434052,
439
+ 0.0659899041056633,
440
+ 0.028935560956597328,
441
+ 0.35300031304359436,
442
+ 0.24125723540782928,
443
+ 0.1098303571343422,
444
+ 0.46888643503189087,
445
+ 0.5121768712997437,
446
+ 0.025397107005119324,
447
+ 0.3018668293952942,
448
+ 0.40302255749702454,
449
+ 0.0455436147749424,
450
+ 0.11793743073940277,
451
+ 0.23003003001213074,
452
+ 0.029733695089817047,
453
+ 0.034693822264671326,
454
+ 0.028034541755914688,
455
+ 0.027991751208901405,
456
+ 0.05921810120344162,
457
+ 0.020890770480036736,
458
+ 0.012692892923951149,
459
+ 0.1297864019870758,
460
+ 0.022746587172150612,
461
+ 0.044941045343875885,
462
+ 0.28241315484046936,
463
+ 0.17953896522521973,
464
+ 0.02130891941487789,
465
+ 0.016837220638990402,
466
+ 0.12704846262931824,
467
+ 0.10229113698005676,
468
+ 0.2535967528820038,
469
+ 0.08169230073690414,
470
+ 0.07321260124444962,
471
+ 0.27104470133781433,
472
+ 0.10950104892253876,
473
+ 0.11868006736040115,
474
+ 0.05439869686961174,
475
+ 0.21795904636383057,
476
+ 0.2573515474796295,
477
+ 0.18018139898777008,
478
+ 0.10844475775957108,
479
+ 0.17135685682296753,
480
+ 0.23867811262607574,
481
+ 0.12144877761602402,
482
+ 0.006479918025434017,
483
+ 0.16141656041145325,
484
+ 0.1908445507287979,
485
+ 0.09435530006885529,
486
+ 0.1426142305135727,
487
+ 0.028276316821575165,
488
+ 0.018566740676760674,
489
+ 0.033600207418203354,
490
+ 0.011835170909762383,
491
+ 0.10472733527421951,
492
+ 0.013476620428264141,
493
+ 0.13321544229984283,
494
+ 0.08447656035423279,
495
+ 0.014089243486523628,
496
+ 0.024692652747035027,
497
+ 0.13991667330265045,
498
+ 0.01089925691485405,
499
+ 0.05127676948904991,
500
+ 0.015145480632781982,
501
+ 0.05300452560186386,
502
+ 0.062271494418382645,
503
+ 0.16241909563541412,
504
+ 0.026582079008221626,
505
+ 0.1017208844423294,
506
+ 0.040846627205610275,
507
+ 0.13477683067321777,
508
+ 0.043786659836769104,
509
+ 0.06109940633177757,
510
+ 0.3456002175807953,
511
+ 0.41717734932899475,
512
+ 0.2473345845937729,
513
+ 0.13136710226535797,
514
+ 0.028357965871691704,
515
+ 0.07192303985357285,
516
+ 0.06434659659862518,
517
+ 0.191058948636055,
518
+ 0.14714302122592926,
519
+ 0.057618699967861176,
520
+ 0.0891566127538681,
521
+ 0.014239146374166012,
522
+ 0.18754467368125916,
523
+ 0.006861046422272921,
524
+ 0.27091437578201294,
525
+ 0.10200859606266022,
526
+ 0.09365444630384445,
527
+ 0.23382221162319183,
528
+ 0.162563294172287,
529
+ 0.09577018767595291,
530
+ 0.012818650342524052,
531
+ 0.04398319497704506,
532
+ 0.04772765189409256,
533
+ 0.018300237134099007,
534
+ 0.006711137481033802,
535
+ 0.06462123245000839,
536
+ 0.053447190672159195,
537
+ 0.06654556095600128,
538
+ 0.18746590614318848,
539
+ 0.27883705496788025,
540
+ 0.14956055581569672,
541
+ 0.16684772074222565,
542
+ 0.20229852199554443,
543
+ 0.08380433171987534,
544
+ 0.03984899818897247,
545
+ 0.10903168469667435,
546
+ 0.08467576652765274,
547
+ 0.13383939862251282,
548
+ 0.1225050687789917,
549
+ 0.28391462564468384,
550
+ 0.008511682040989399,
551
+ 0.15017041563987732,
552
+ 0.029371052980422974,
553
+ 0.016034578904509544,
554
+ 0.09089667350053787,
555
+ 0.020510153844952583,
556
+ 0.023852869868278503,
557
+ 0.043978024274110794,
558
+ 0.02611500583589077,
559
+ 0.15939189493656158,
560
+ 0.05535012111067772,
561
+ 0.00921809021383524,
562
+ 0.12382562458515167,
563
+ 0.28357622027397156,
564
+ 0.1005348190665245,
565
+ 0.3164367079734802,
566
+ 0.03994809836149216,
567
+ 0.04899263381958008,
568
+ 0.05937373265624046,
569
+ 0.21811267733573914,
570
+ 0.1478728950023651,
571
+ 0.04488300904631615,
572
+ 0.008998495526611805,
573
+ 0.1471291482448578,
574
+ 0.10977564752101898
575
+ ]
576
+ }
p5-mae-15m-d96/exports/step_00035000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/exports/step_00035000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d96/exports/step_00035000",
3
+ "fingerprint": "763d2a9109b95876",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d96",
6
+ "probe/map": 0.1519193168847947,
7
+ "probe/map_train": 0.5140423008171838,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.17892290502512717,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.866996905999258,
16
+ "probe/total_s": 8.61418357398361,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.17802143037545387
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.1782639093994847
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.17892290502512717
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.17625512844402222
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.16514864207627128
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.1399307181436632
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.1114651569526685
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6426066756248474,
49
+ 0.018991412594914436,
50
+ 0.06504572182893753,
51
+ 0.2188415676355362,
52
+ 0.11415576934814453,
53
+ 0.2587440609931946,
54
+ 0.21746820211410522,
55
+ 0.32228556275367737,
56
+ 0.036978986114263535,
57
+ 0.03846535459160805,
58
+ 0.01962723769247532,
59
+ 0.10291846841573715,
60
+ 0.5392444133758545,
61
+ 0.30659982562065125,
62
+ 0.04916005954146385,
63
+ 0.4913228154182434,
64
+ 0.3078998923301697,
65
+ 0.3667672276496887,
66
+ 0.06974012404680252,
67
+ 0.10028206557035446,
68
+ 0.2499030977487564,
69
+ 0.10014801472425461,
70
+ 0.19661034643650055,
71
+ 0.13303397595882416,
72
+ 0.07599487155675888,
73
+ 0.022023262456059456,
74
+ 0.09460964053869247,
75
+ 0.1851090043783188,
76
+ 0.2860671877861023,
77
+ 0.08588702231645584,
78
+ 0.24181443452835083,
79
+ 0.19855976104736328,
80
+ 0.019225414842367172,
81
+ 0.0802924782037735,
82
+ 0.24092194437980652,
83
+ 0.06481195241212845,
84
+ 0.4372665584087372,
85
+ 0.0671972930431366,
86
+ 0.07129932194948196,
87
+ 0.15382175147533417,
88
+ 0.1477859616279602,
89
+ 0.018476668745279312,
90
+ 0.07098504900932312,
91
+ 0.4303124248981476,
92
+ 0.014453962445259094,
93
+ 0.10103242099285126,
94
+ 0.026900973170995712,
95
+ 0.16208644211292267,
96
+ 0.08218532800674438,
97
+ 0.0935860425233841,
98
+ 0.1139887273311615,
99
+ 0.013477884232997894,
100
+ 0.04097340628504753,
101
+ 0.07647962123155594,
102
+ 0.2428494691848755,
103
+ 0.129514679312706,
104
+ 0.26200786232948303,
105
+ 0.37674641609191895,
106
+ 0.13794463872909546,
107
+ 0.10733243823051453,
108
+ 0.2405572384595871,
109
+ 0.2092379629611969,
110
+ 0.08220916986465454,
111
+ 0.1828184574842453,
112
+ 0.5355607271194458,
113
+ 0.2500073313713074,
114
+ 0.2909839153289795,
115
+ 0.3143368065357208,
116
+ 0.37693995237350464,
117
+ 0.39340072870254517,
118
+ 0.15849943459033966,
119
+ 0.13977673649787903,
120
+ 0.2110031098127365,
121
+ 0.1944551020860672,
122
+ 0.208217054605484,
123
+ 0.2623264491558075,
124
+ 0.051915690302848816,
125
+ 0.25550252199172974,
126
+ 0.17300105094909668,
127
+ 0.13029827177524567,
128
+ 0.021777955815196037,
129
+ 0.11173278838396072,
130
+ 0.4070614278316498,
131
+ 0.09709226340055466,
132
+ 0.10535037517547607,
133
+ 0.03066263347864151,
134
+ 0.06896607577800751,
135
+ 0.02696768380701542,
136
+ 0.026018228381872177,
137
+ 0.03494320064783096,
138
+ 0.07929080724716187,
139
+ 0.07513066381216049,
140
+ 0.17556270956993103,
141
+ 0.02617814391851425,
142
+ 0.039771754294633865,
143
+ 0.06851924955844879,
144
+ 0.013064681552350521,
145
+ 0.02355113811790943,
146
+ 0.13555623590946198,
147
+ 0.17281784117221832,
148
+ 0.14175797998905182,
149
+ 0.2533968985080719,
150
+ 0.04232187196612358,
151
+ 0.043927233666181564,
152
+ 0.028385527431964874,
153
+ 0.05926712229847908,
154
+ 0.05815017223358154,
155
+ 0.061556942760944366,
156
+ 0.10732775926589966,
157
+ 0.22968997061252594,
158
+ 0.2210732251405716,
159
+ 0.1526649445295334,
160
+ 0.15310855209827423,
161
+ 0.09929995238780975,
162
+ 0.04185815528035164,
163
+ 0.21238380670547485,
164
+ 0.21511702239513397,
165
+ 0.16306047141551971,
166
+ 0.14516066014766693,
167
+ 0.35176438093185425,
168
+ 0.33583033084869385,
169
+ 0.18843834102153778,
170
+ 0.10740388184785843,
171
+ 0.09895183891057968,
172
+ 0.008812597021460533,
173
+ 0.04478815570473671,
174
+ 0.14525777101516724,
175
+ 0.19872824847698212,
176
+ 0.14384403824806213,
177
+ 0.13448847830295563,
178
+ 0.005173300858587027,
179
+ 0.10332304239273071,
180
+ 0.15940798819065094,
181
+ 0.15690977871418,
182
+ 0.044578809291124344,
183
+ 0.00824578758329153,
184
+ 0.0931476503610611,
185
+ 0.7273728251457214,
186
+ 0.2788839340209961,
187
+ 0.348288893699646,
188
+ 0.4429101347923279,
189
+ 0.3348001539707184,
190
+ 0.16839757561683655,
191
+ 0.1953468918800354,
192
+ 0.11074145883321762,
193
+ 0.13500672578811646,
194
+ 0.11650644987821579,
195
+ 0.30101218819618225,
196
+ 0.14078156650066376,
197
+ 0.21819883584976196,
198
+ 0.20204642415046692,
199
+ 0.17026998102664948,
200
+ 0.3143893778324127,
201
+ 0.12574785947799683,
202
+ 0.15003693103790283,
203
+ 0.19523245096206665,
204
+ 0.11620213091373444,
205
+ 0.07654441893100739,
206
+ 0.031200215220451355,
207
+ 0.06896097213029861,
208
+ 0.5286259055137634,
209
+ 0.3061494529247284,
210
+ 0.32883018255233765,
211
+ 0.15690812468528748,
212
+ 0.2653888463973999,
213
+ 0.28536224365234375,
214
+ 0.3117881715297699,
215
+ 0.1726102977991104,
216
+ 0.2978140413761139,
217
+ 0.4254382848739624,
218
+ 0.28793463110923767,
219
+ 0.25151923298835754,
220
+ 0.2753809690475464,
221
+ 0.16541513800621033,
222
+ 0.16785553097724915,
223
+ 0.10974587500095367,
224
+ 0.1329534947872162,
225
+ 0.34588342905044556,
226
+ 0.06912261992692947,
227
+ 0.14933353662490845,
228
+ 0.20898467302322388,
229
+ 0.15855436027050018,
230
+ 0.1698739230632782,
231
+ 0.33328571915626526,
232
+ 0.07526877522468567,
233
+ 0.43764528632164,
234
+ 0.35440054535865784,
235
+ 0.21531960368156433,
236
+ 0.3014654219150543,
237
+ 0.13362213969230652,
238
+ 0.16179168224334717,
239
+ 0.08104949444532394,
240
+ 0.3238653242588043,
241
+ 0.17156988382339478,
242
+ 0.16224215924739838,
243
+ 0.3915571868419647,
244
+ 0.0664023831486702,
245
+ 0.0947522521018982,
246
+ 0.14659461379051208,
247
+ 0.3055117130279541,
248
+ 0.06115761399269104,
249
+ 0.22921901941299438,
250
+ 0.11381423473358154,
251
+ 0.16723789274692535,
252
+ 0.20929016172885895,
253
+ 0.17913179099559784,
254
+ 0.19708171486854553,
255
+ 0.5333377122879028,
256
+ 0.2676384150981903,
257
+ 0.3354543149471283,
258
+ 0.7463007569313049,
259
+ 0.4526222348213196,
260
+ 0.5560954213142395,
261
+ 0.03934139758348465,
262
+ 0.3558400273323059,
263
+ 0.19906273484230042,
264
+ 0.05374797061085701,
265
+ 0.3072648048400879,
266
+ 0.23689530789852142,
267
+ 0.15038681030273438,
268
+ 0.19104915857315063,
269
+ 0.1363375335931778,
270
+ 0.18262682855129242,
271
+ 0.21881592273712158,
272
+ 0.08935330808162689,
273
+ 0.10158530622720718,
274
+ 0.09470617026090622,
275
+ 0.03663193807005882,
276
+ 0.15762288868427277,
277
+ 0.04652348533272743,
278
+ 0.056520093232393265,
279
+ 0.09315944463014603,
280
+ 0.10628670454025269,
281
+ 0.07017450034618378,
282
+ 0.03923016041517258,
283
+ 0.016281992197036743,
284
+ 0.16476057469844818,
285
+ 0.026828408241271973,
286
+ 0.36639875173568726,
287
+ 0.0319228321313858,
288
+ 0.1625848114490509,
289
+ 0.2851538360118866,
290
+ 0.2982456386089325,
291
+ 0.20838633179664612,
292
+ 0.15595361590385437,
293
+ 0.26987171173095703,
294
+ 0.06904353201389313,
295
+ 0.16709044575691223,
296
+ 0.02965068817138672,
297
+ 0.12605328857898712,
298
+ 0.09696827083826065,
299
+ 0.020412839949131012,
300
+ 0.06689463555812836,
301
+ 0.09592116624116898,
302
+ 0.07780012488365173,
303
+ 0.23135168850421906,
304
+ 0.24128450453281403,
305
+ 0.285887748003006,
306
+ 0.10098254680633545,
307
+ 0.11232173442840576,
308
+ 0.03576396405696869,
309
+ 0.07743056863546371,
310
+ 0.19419418275356293,
311
+ 0.07419465482234955,
312
+ 0.03267546370625496,
313
+ 0.04967254400253296,
314
+ 0.06830451637506485,
315
+ 0.11328212916851044,
316
+ 0.13826686143875122,
317
+ 0.042176563292741776,
318
+ 0.038464292883872986,
319
+ 0.2669452726840973,
320
+ 0.13071352243423462,
321
+ 0.047309983521699905,
322
+ 0.20614920556545258,
323
+ 0.039189279079437256,
324
+ 0.07805287092924118,
325
+ 0.08660805970430374,
326
+ 0.0735597088932991,
327
+ 0.07290992885828018,
328
+ 0.02417633682489395,
329
+ 0.28451359272003174,
330
+ 0.13930785655975342,
331
+ 0.24368061125278473,
332
+ 0.09412349760532379,
333
+ 0.2716335654258728,
334
+ 0.3222959041595459,
335
+ 0.3368222415447235,
336
+ 0.25403058528900146,
337
+ 0.2353498637676239,
338
+ 0.23174837231636047,
339
+ 0.2157045155763626,
340
+ 0.13106317818164825,
341
+ 0.18971137702465057,
342
+ 0.23120999336242676,
343
+ 0.24007706344127655,
344
+ 0.14500576257705688,
345
+ 0.008442725986242294,
346
+ 0.016575539484620094,
347
+ 0.0161589328199625,
348
+ 0.29926952719688416,
349
+ 0.20182928442955017,
350
+ 0.17657288908958435,
351
+ 0.08868081867694855,
352
+ 0.03993683308362961,
353
+ 0.09406835585832596,
354
+ 0.031460341066122055,
355
+ 0.1802820861339569,
356
+ 0.07561720162630081,
357
+ 0.11247993260622025,
358
+ 0.16151867806911469,
359
+ 0.07083740830421448,
360
+ 0.1277397722005844,
361
+ 0.08656734973192215,
362
+ 0.1351921707391739,
363
+ 0.14106766879558563,
364
+ 0.08552424609661102,
365
+ 0.06600406020879745,
366
+ 0.14275693893432617,
367
+ 0.06898345798254013,
368
+ 0.19542373716831207,
369
+ 0.037583399564027786,
370
+ 0.4479391872882843,
371
+ 0.38742250204086304,
372
+ 0.26353856921195984,
373
+ 0.2689655125141144,
374
+ 0.057823486626148224,
375
+ 0.07826891541481018,
376
+ 0.2962223291397095,
377
+ 0.2787591516971588,
378
+ 0.14979538321495056,
379
+ 0.23637336492538452,
380
+ 0.29293227195739746,
381
+ 0.39667725563049316,
382
+ 0.22801099717617035,
383
+ 0.178901806473732,
384
+ 0.16815254092216492,
385
+ 0.16525274515151978,
386
+ 0.058052483946084976,
387
+ 0.05856727808713913,
388
+ 0.10873294621706009,
389
+ 0.0054868715815246105,
390
+ 0.08365120738744736,
391
+ 0.1582186073064804,
392
+ 0.11236009746789932,
393
+ 0.07070328295230865,
394
+ 0.1108001247048378,
395
+ 0.3469070494174957,
396
+ 0.04149417206645012,
397
+ 0.019839929416775703,
398
+ 0.11572655290365219,
399
+ 0.033174507319927216,
400
+ 0.10535281896591187,
401
+ 0.12833699584007263,
402
+ 0.025979580357670784,
403
+ 0.04362970590591431,
404
+ 0.03366125375032425,
405
+ 0.013498815707862377,
406
+ 0.03839386999607086,
407
+ 0.1601848006248474,
408
+ 0.010205992497503757,
409
+ 0.09374277293682098,
410
+ 0.11275134980678558,
411
+ 0.16183067858219147,
412
+ 0.02870255522429943,
413
+ 0.03622186556458473,
414
+ 0.38782232999801636,
415
+ 0.19988277554512024,
416
+ 0.016873065382242203,
417
+ 0.12743248045444489,
418
+ 0.17989371716976166,
419
+ 0.11346716433763504,
420
+ 0.1437300592660904,
421
+ 0.386350154876709,
422
+ 0.142763152718544,
423
+ 0.06382901221513748,
424
+ 0.09409142285585403,
425
+ 0.10378698259592056,
426
+ 0.07789409905672073,
427
+ 0.016702478751540184,
428
+ 0.03087332285940647,
429
+ 0.1038498505949974,
430
+ 0.19070185720920563,
431
+ 0.08087629824876785,
432
+ 0.16636312007904053,
433
+ 0.24121029675006866,
434
+ 0.1727319061756134,
435
+ 0.08899926394224167,
436
+ 0.058934349566698074,
437
+ 0.038278624415397644,
438
+ 0.21587160229682922,
439
+ 0.07936904579401016,
440
+ 0.0299205519258976,
441
+ 0.3608393669128418,
442
+ 0.21306996047496796,
443
+ 0.11948870122432709,
444
+ 0.4840712249279022,
445
+ 0.5158429145812988,
446
+ 0.023563573136925697,
447
+ 0.30171260237693787,
448
+ 0.4036140739917755,
449
+ 0.05161347985267639,
450
+ 0.1279001533985138,
451
+ 0.24564963579177856,
452
+ 0.03517815098166466,
453
+ 0.027802372351288795,
454
+ 0.027288159355521202,
455
+ 0.034318167716264725,
456
+ 0.05347355455160141,
457
+ 0.0223277285695076,
458
+ 0.011689992621541023,
459
+ 0.12033800780773163,
460
+ 0.025219149887561798,
461
+ 0.04862416163086891,
462
+ 0.2946966290473938,
463
+ 0.1628410965204239,
464
+ 0.04113353043794632,
465
+ 0.030605455860495567,
466
+ 0.12724067270755768,
467
+ 0.09825187921524048,
468
+ 0.2613579034805298,
469
+ 0.08083583414554596,
470
+ 0.0889098271727562,
471
+ 0.2744467854499817,
472
+ 0.10814430564641953,
473
+ 0.11749988794326782,
474
+ 0.059590715914964676,
475
+ 0.22130270302295685,
476
+ 0.26488178968429565,
477
+ 0.18113848567008972,
478
+ 0.10276742279529572,
479
+ 0.18558190762996674,
480
+ 0.2466779351234436,
481
+ 0.12065424770116806,
482
+ 0.0063587068580091,
483
+ 0.15628433227539062,
484
+ 0.20308126509189606,
485
+ 0.10165393352508545,
486
+ 0.12568949162960052,
487
+ 0.029768582433462143,
488
+ 0.01996006816625595,
489
+ 0.04125062748789787,
490
+ 0.011139648966491222,
491
+ 0.11654384434223175,
492
+ 0.01441398449242115,
493
+ 0.14725983142852783,
494
+ 0.09469155222177505,
495
+ 0.013806258328258991,
496
+ 0.021986719220876694,
497
+ 0.15227870643138885,
498
+ 0.013361511752009392,
499
+ 0.05052242800593376,
500
+ 0.01745118573307991,
501
+ 0.05014615133404732,
502
+ 0.06867104768753052,
503
+ 0.19502000510692596,
504
+ 0.02886047214269638,
505
+ 0.10222925990819931,
506
+ 0.04523118585348129,
507
+ 0.15820744633674622,
508
+ 0.048842497169971466,
509
+ 0.05413159355521202,
510
+ 0.35045671463012695,
511
+ 0.41151466965675354,
512
+ 0.2643153965473175,
513
+ 0.1421840786933899,
514
+ 0.02995980717241764,
515
+ 0.07037071138620377,
516
+ 0.05943114683032036,
517
+ 0.189510777592659,
518
+ 0.17933401465415955,
519
+ 0.07165739685297012,
520
+ 0.085589699447155,
521
+ 0.01672038622200489,
522
+ 0.20475085079669952,
523
+ 0.0064859651029109955,
524
+ 0.28387153148651123,
525
+ 0.09877756237983704,
526
+ 0.09861917793750763,
527
+ 0.23867662250995636,
528
+ 0.1748732179403305,
529
+ 0.09421606361865997,
530
+ 0.014010661281645298,
531
+ 0.04418862238526344,
532
+ 0.046744927763938904,
533
+ 0.03271051496267319,
534
+ 0.00683969259262085,
535
+ 0.0660862848162651,
536
+ 0.06167465075850487,
537
+ 0.07050986588001251,
538
+ 0.19501501321792603,
539
+ 0.27905017137527466,
540
+ 0.16307291388511658,
541
+ 0.17195767164230347,
542
+ 0.20184583961963654,
543
+ 0.062868632376194,
544
+ 0.041456662118434906,
545
+ 0.09798839688301086,
546
+ 0.11859390139579773,
547
+ 0.13914774358272552,
548
+ 0.12247245013713837,
549
+ 0.31047847867012024,
550
+ 0.008503361605107784,
551
+ 0.1534217894077301,
552
+ 0.025434477254748344,
553
+ 0.018774131312966347,
554
+ 0.09372055530548096,
555
+ 0.020877955481410027,
556
+ 0.024680783972144127,
557
+ 0.04651011526584625,
558
+ 0.027130460366606712,
559
+ 0.1570252925157547,
560
+ 0.0620417520403862,
561
+ 0.009169922210276127,
562
+ 0.1259670853614807,
563
+ 0.3166288435459137,
564
+ 0.09587322920560837,
565
+ 0.334229975938797,
566
+ 0.04146835580468178,
567
+ 0.03816106915473938,
568
+ 0.06261718273162842,
569
+ 0.21805870532989502,
570
+ 0.15092746913433075,
571
+ 0.04540984332561493,
572
+ 0.009796865284442902,
573
+ 0.13710691034793854,
574
+ 0.11143358051776886
575
+ ]
576
+ }
p5-mae-15m-d96/exports/step_00040000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.00901171875
47
+ - 0.0
48
+ - 0.0
49
+ - 0.0
50
+ - 0.0
51
+ - 0.45984375
52
+ - 0.0
53
+ - 0.0
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.0
58
+ - 0.0
59
+ - 0.0
60
+ - 0.0
61
+ - 0.226443359375
62
+ - 0.0
63
+ - 0.304701171875
64
+ - 0.0
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d96
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d96/exports/step_00040000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d96/exports/step_00040000",
3
+ "fingerprint": "763d2a9109b95876",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d96",
6
+ "probe/map": 0.15197164921330347,
7
+ "probe/map_train": 0.5131854299293297,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.17743369844385143,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 7.177790287067182,
16
+ "probe/total_s": 8.665126449079253,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1767052017586161
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.17723590264315991
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.17743369844385143
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.17599786756395855
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.16483228384831697
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.13987049944230498
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.1103831943905642
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6435403227806091,
49
+ 0.021130479872226715,
50
+ 0.06618112325668335,
51
+ 0.21890422701835632,
52
+ 0.1068326085805893,
53
+ 0.25401219725608826,
54
+ 0.20759908854961395,
55
+ 0.3250649869441986,
56
+ 0.03597354143857956,
57
+ 0.0416082963347435,
58
+ 0.01993303745985031,
59
+ 0.1047457605600357,
60
+ 0.5443335175514221,
61
+ 0.31945160031318665,
62
+ 0.05443023890256882,
63
+ 0.5018631815910339,
64
+ 0.3065527379512787,
65
+ 0.3683372735977173,
66
+ 0.07283396273851395,
67
+ 0.09610041975975037,
68
+ 0.2509525716304779,
69
+ 0.09626084566116333,
70
+ 0.19808755815029144,
71
+ 0.13323388993740082,
72
+ 0.0821370780467987,
73
+ 0.022124795243144035,
74
+ 0.08910420536994934,
75
+ 0.18741685152053833,
76
+ 0.29358893632888794,
77
+ 0.0869603157043457,
78
+ 0.23885494470596313,
79
+ 0.1964017152786255,
80
+ 0.020055223256349564,
81
+ 0.08460011333227158,
82
+ 0.24226731061935425,
83
+ 0.06622706353664398,
84
+ 0.43086403608322144,
85
+ 0.06484261155128479,
86
+ 0.07627928256988525,
87
+ 0.15652436017990112,
88
+ 0.1510951668024063,
89
+ 0.01927649974822998,
90
+ 0.07260232418775558,
91
+ 0.424215704202652,
92
+ 0.015579652972519398,
93
+ 0.09113205224275589,
94
+ 0.023456748574972153,
95
+ 0.17078788578510284,
96
+ 0.08029203861951828,
97
+ 0.09416622668504715,
98
+ 0.11485005915164948,
99
+ 0.013025932013988495,
100
+ 0.04044392332434654,
101
+ 0.0742291510105133,
102
+ 0.24379169940948486,
103
+ 0.13478443026542664,
104
+ 0.2501988410949707,
105
+ 0.3686077892780304,
106
+ 0.1350094974040985,
107
+ 0.10939214378595352,
108
+ 0.23614786565303802,
109
+ 0.20636342465877533,
110
+ 0.07937337458133698,
111
+ 0.1895027458667755,
112
+ 0.5334171056747437,
113
+ 0.2531568706035614,
114
+ 0.30603551864624023,
115
+ 0.3234786093235016,
116
+ 0.3748476803302765,
117
+ 0.39969462156295776,
118
+ 0.1573469489812851,
119
+ 0.14282426238059998,
120
+ 0.2103031575679779,
121
+ 0.19512122869491577,
122
+ 0.2095600664615631,
123
+ 0.26878711581230164,
124
+ 0.05249679833650589,
125
+ 0.25955718755722046,
126
+ 0.18337996304035187,
127
+ 0.13394932448863983,
128
+ 0.02083807997405529,
129
+ 0.11525578796863556,
130
+ 0.39922094345092773,
131
+ 0.09928297251462936,
132
+ 0.10617080330848694,
133
+ 0.030168356373906136,
134
+ 0.07083293795585632,
135
+ 0.029439086094498634,
136
+ 0.02680504322052002,
137
+ 0.0462685264647007,
138
+ 0.08242395520210266,
139
+ 0.07771211117506027,
140
+ 0.17951829731464386,
141
+ 0.02792924828827381,
142
+ 0.040725257247686386,
143
+ 0.09029334783554077,
144
+ 0.012566789984703064,
145
+ 0.023249683901667595,
146
+ 0.1381668895483017,
147
+ 0.16585029661655426,
148
+ 0.13433882594108582,
149
+ 0.2482825517654419,
150
+ 0.04244475066661835,
151
+ 0.042914245277643204,
152
+ 0.02789894863963127,
153
+ 0.060381051152944565,
154
+ 0.060192253440618515,
155
+ 0.06289587169885635,
156
+ 0.10323169082403183,
157
+ 0.22849443554878235,
158
+ 0.222399041056633,
159
+ 0.15592874586582184,
160
+ 0.15314140915870667,
161
+ 0.09909527748823166,
162
+ 0.04296976700425148,
163
+ 0.2175573855638504,
164
+ 0.21946322917938232,
165
+ 0.1666235327720642,
166
+ 0.1402512490749359,
167
+ 0.34413883090019226,
168
+ 0.3459247648715973,
169
+ 0.17848174273967743,
170
+ 0.10050085186958313,
171
+ 0.09869886934757233,
172
+ 0.009980276226997375,
173
+ 0.047273214906454086,
174
+ 0.14642927050590515,
175
+ 0.2012389749288559,
176
+ 0.14794936776161194,
177
+ 0.13650107383728027,
178
+ 0.005116683430969715,
179
+ 0.10975614190101624,
180
+ 0.1523606926202774,
181
+ 0.1516251116991043,
182
+ 0.045997098088264465,
183
+ 0.009721829555928707,
184
+ 0.09444480389356613,
185
+ 0.7278324365615845,
186
+ 0.2797467112541199,
187
+ 0.3505174219608307,
188
+ 0.445389062166214,
189
+ 0.3298114240169525,
190
+ 0.17753812670707703,
191
+ 0.19319766759872437,
192
+ 0.11371766775846481,
193
+ 0.13781346380710602,
194
+ 0.1183352917432785,
195
+ 0.3091018795967102,
196
+ 0.13594886660575867,
197
+ 0.21405231952667236,
198
+ 0.22412391006946564,
199
+ 0.17400126159191132,
200
+ 0.3100828230381012,
201
+ 0.1263476014137268,
202
+ 0.14635901153087616,
203
+ 0.1978229433298111,
204
+ 0.11687348783016205,
205
+ 0.07927766442298889,
206
+ 0.030275946483016014,
207
+ 0.07237796485424042,
208
+ 0.520778238773346,
209
+ 0.3043186664581299,
210
+ 0.33516648411750793,
211
+ 0.15455107390880585,
212
+ 0.2641357183456421,
213
+ 0.28837475180625916,
214
+ 0.30882543325424194,
215
+ 0.17145191133022308,
216
+ 0.29649001359939575,
217
+ 0.42378634214401245,
218
+ 0.28541266918182373,
219
+ 0.2408326268196106,
220
+ 0.2635182738304138,
221
+ 0.1635688841342926,
222
+ 0.1591392457485199,
223
+ 0.10500035434961319,
224
+ 0.12995308637619019,
225
+ 0.3399755656719208,
226
+ 0.07195622473955154,
227
+ 0.13859091699123383,
228
+ 0.1987840086221695,
229
+ 0.15500390529632568,
230
+ 0.1702107936143875,
231
+ 0.3337407112121582,
232
+ 0.08542051166296005,
233
+ 0.4399336874485016,
234
+ 0.3648145794868469,
235
+ 0.21069210767745972,
236
+ 0.3088940680027008,
237
+ 0.13178420066833496,
238
+ 0.16057801246643066,
239
+ 0.08189217001199722,
240
+ 0.3332904279232025,
241
+ 0.17013342678546906,
242
+ 0.1617334932088852,
243
+ 0.39381441473960876,
244
+ 0.06833836436271667,
245
+ 0.09060648083686829,
246
+ 0.1469588726758957,
247
+ 0.3057859241962433,
248
+ 0.059481408447027206,
249
+ 0.23782067000865936,
250
+ 0.11808596551418304,
251
+ 0.16111786663532257,
252
+ 0.2037077248096466,
253
+ 0.17570291459560394,
254
+ 0.19533559679985046,
255
+ 0.52825528383255,
256
+ 0.25812071561813354,
257
+ 0.32658490538597107,
258
+ 0.7450960874557495,
259
+ 0.4586039185523987,
260
+ 0.5537222027778625,
261
+ 0.036394961178302765,
262
+ 0.3629007041454315,
263
+ 0.19340777397155762,
264
+ 0.05396553501486778,
265
+ 0.3076626658439636,
266
+ 0.23840124905109406,
267
+ 0.14273901283740997,
268
+ 0.18748891353607178,
269
+ 0.1374431848526001,
270
+ 0.17762482166290283,
271
+ 0.21035383641719818,
272
+ 0.08937389403581619,
273
+ 0.0991477370262146,
274
+ 0.09262318164110184,
275
+ 0.03724553808569908,
276
+ 0.16089433431625366,
277
+ 0.047103915363550186,
278
+ 0.054819315671920776,
279
+ 0.09118977189064026,
280
+ 0.10667308419942856,
281
+ 0.07114485651254654,
282
+ 0.03907937556505203,
283
+ 0.014184542000293732,
284
+ 0.16479195654392242,
285
+ 0.028141777962446213,
286
+ 0.37045207619667053,
287
+ 0.030941352248191833,
288
+ 0.17178775370121002,
289
+ 0.28768062591552734,
290
+ 0.2992230951786041,
291
+ 0.2138826549053192,
292
+ 0.1571686565876007,
293
+ 0.26668399572372437,
294
+ 0.06873531639575958,
295
+ 0.1684504598379135,
296
+ 0.02994595840573311,
297
+ 0.1274317502975464,
298
+ 0.09866943955421448,
299
+ 0.020287318155169487,
300
+ 0.07352426648139954,
301
+ 0.09206578135490417,
302
+ 0.07391747087240219,
303
+ 0.23544692993164062,
304
+ 0.23883619904518127,
305
+ 0.2850152254104614,
306
+ 0.09973553568124771,
307
+ 0.11260873079299927,
308
+ 0.03594311699271202,
309
+ 0.077375128865242,
310
+ 0.194100484251976,
311
+ 0.06923817843198776,
312
+ 0.03029084950685501,
313
+ 0.049612779170274734,
314
+ 0.06873401254415512,
315
+ 0.11028632521629333,
316
+ 0.13902278244495392,
317
+ 0.03956830874085426,
318
+ 0.029886100441217422,
319
+ 0.2694585621356964,
320
+ 0.14057877659797668,
321
+ 0.04528368264436722,
322
+ 0.19867046177387238,
323
+ 0.03681604936718941,
324
+ 0.0743839219212532,
325
+ 0.07257533818483353,
326
+ 0.07133035361766815,
327
+ 0.06909158080816269,
328
+ 0.02546600252389908,
329
+ 0.2780354917049408,
330
+ 0.13772952556610107,
331
+ 0.24642322957515717,
332
+ 0.08985662460327148,
333
+ 0.2716318666934967,
334
+ 0.3332597017288208,
335
+ 0.3473949432373047,
336
+ 0.25378111004829407,
337
+ 0.23321989178657532,
338
+ 0.23017342388629913,
339
+ 0.21239620447158813,
340
+ 0.13047198951244354,
341
+ 0.1982119232416153,
342
+ 0.22799146175384521,
343
+ 0.23723259568214417,
344
+ 0.1454520970582962,
345
+ 0.008705858141183853,
346
+ 0.018585890531539917,
347
+ 0.015541009604930878,
348
+ 0.2997119724750519,
349
+ 0.20525574684143066,
350
+ 0.17761096358299255,
351
+ 0.08738290518522263,
352
+ 0.03953763470053673,
353
+ 0.09426750242710114,
354
+ 0.03183331713080406,
355
+ 0.18229544162750244,
356
+ 0.07603318244218826,
357
+ 0.10829824954271317,
358
+ 0.1599460393190384,
359
+ 0.06868112832307816,
360
+ 0.13244150578975677,
361
+ 0.0892924815416336,
362
+ 0.12156862020492554,
363
+ 0.14276577532291412,
364
+ 0.08391672372817993,
365
+ 0.06753119081258774,
366
+ 0.1575031578540802,
367
+ 0.06747600436210632,
368
+ 0.2008267492055893,
369
+ 0.0417238250374794,
370
+ 0.45032599568367004,
371
+ 0.38568687438964844,
372
+ 0.2661835849285126,
373
+ 0.27371546626091003,
374
+ 0.05672571435570717,
375
+ 0.07911688834428787,
376
+ 0.2918628454208374,
377
+ 0.27969756722450256,
378
+ 0.14979900419712067,
379
+ 0.23227377235889435,
380
+ 0.29375097155570984,
381
+ 0.3878173232078552,
382
+ 0.23115317523479462,
383
+ 0.1794849932193756,
384
+ 0.1701812744140625,
385
+ 0.16708727180957794,
386
+ 0.057945121079683304,
387
+ 0.05558042973279953,
388
+ 0.11162669211626053,
389
+ 0.005358661524951458,
390
+ 0.08340947329998016,
391
+ 0.15896818041801453,
392
+ 0.11203122138977051,
393
+ 0.07035357505083084,
394
+ 0.11005845665931702,
395
+ 0.3438207805156708,
396
+ 0.04262039437890053,
397
+ 0.019845539703965187,
398
+ 0.11543677002191544,
399
+ 0.0342848002910614,
400
+ 0.10745257884263992,
401
+ 0.1283414661884308,
402
+ 0.026874659582972527,
403
+ 0.048219431191682816,
404
+ 0.033822499215602875,
405
+ 0.014044425450265408,
406
+ 0.038137223571538925,
407
+ 0.1586296558380127,
408
+ 0.01027884054929018,
409
+ 0.09440625458955765,
410
+ 0.11043571680784225,
411
+ 0.15651017427444458,
412
+ 0.030570797622203827,
413
+ 0.038103438913822174,
414
+ 0.3867475688457489,
415
+ 0.21155275404453278,
416
+ 0.016233175992965698,
417
+ 0.1324850618839264,
418
+ 0.18468062579631805,
419
+ 0.11826711893081665,
420
+ 0.14611953496932983,
421
+ 0.3732084631919861,
422
+ 0.15105894207954407,
423
+ 0.06252216547727585,
424
+ 0.0942264050245285,
425
+ 0.10304297506809235,
426
+ 0.07793325930833817,
427
+ 0.017413698136806488,
428
+ 0.030858056619763374,
429
+ 0.10430514067411423,
430
+ 0.17919383943080902,
431
+ 0.08567250519990921,
432
+ 0.17125363647937775,
433
+ 0.24111692607402802,
434
+ 0.178741455078125,
435
+ 0.08430192619562149,
436
+ 0.06111976131796837,
437
+ 0.03950054943561554,
438
+ 0.21608395874500275,
439
+ 0.08515971153974533,
440
+ 0.029524600133299828,
441
+ 0.34626057744026184,
442
+ 0.2111494541168213,
443
+ 0.11815313994884491,
444
+ 0.48812296986579895,
445
+ 0.5194621086120605,
446
+ 0.023305092006921768,
447
+ 0.3012217581272125,
448
+ 0.4022144377231598,
449
+ 0.053640786558389664,
450
+ 0.1284482628107071,
451
+ 0.23722639679908752,
452
+ 0.03374540060758591,
453
+ 0.026016827672719955,
454
+ 0.028963599354028702,
455
+ 0.031976643949747086,
456
+ 0.05465325340628624,
457
+ 0.022341903299093246,
458
+ 0.012718575075268745,
459
+ 0.12374505400657654,
460
+ 0.02370932139456272,
461
+ 0.04991908371448517,
462
+ 0.2956181764602661,
463
+ 0.1559567004442215,
464
+ 0.031220462173223495,
465
+ 0.028704136610031128,
466
+ 0.12362490594387054,
467
+ 0.1000613197684288,
468
+ 0.26143133640289307,
469
+ 0.0800846740603447,
470
+ 0.08154018968343735,
471
+ 0.27942073345184326,
472
+ 0.11358076333999634,
473
+ 0.11752191185951233,
474
+ 0.06057407334446907,
475
+ 0.2227628231048584,
476
+ 0.25727763772010803,
477
+ 0.17877385020256042,
478
+ 0.10078305006027222,
479
+ 0.1891612410545349,
480
+ 0.24642342329025269,
481
+ 0.11518196016550064,
482
+ 0.00622841389849782,
483
+ 0.1511029750108719,
484
+ 0.20400285720825195,
485
+ 0.10842776298522949,
486
+ 0.13261790573596954,
487
+ 0.03042813390493393,
488
+ 0.021120429039001465,
489
+ 0.04045211151242256,
490
+ 0.011322036385536194,
491
+ 0.11677586287260056,
492
+ 0.013966730795800686,
493
+ 0.14746491611003876,
494
+ 0.09123113006353378,
495
+ 0.013408447615802288,
496
+ 0.02297523431479931,
497
+ 0.138115793466568,
498
+ 0.013299966230988503,
499
+ 0.05147043243050575,
500
+ 0.016254151239991188,
501
+ 0.05112259462475777,
502
+ 0.06468311697244644,
503
+ 0.20288608968257904,
504
+ 0.026713905856013298,
505
+ 0.1007901057600975,
506
+ 0.04659247398376465,
507
+ 0.15215463936328888,
508
+ 0.04858908802270889,
509
+ 0.049839287996292114,
510
+ 0.35661235451698303,
511
+ 0.41394296288490295,
512
+ 0.2734381854534149,
513
+ 0.14083877205848694,
514
+ 0.02856510505080223,
515
+ 0.07907304167747498,
516
+ 0.06083293259143829,
517
+ 0.18910939991474152,
518
+ 0.17850054800510406,
519
+ 0.06617382913827896,
520
+ 0.09128957241773605,
521
+ 0.01604279689490795,
522
+ 0.19686368107795715,
523
+ 0.006288748234510422,
524
+ 0.28528735041618347,
525
+ 0.0967000275850296,
526
+ 0.09291481226682663,
527
+ 0.22916288673877716,
528
+ 0.18328094482421875,
529
+ 0.0909845158457756,
530
+ 0.015303915366530418,
531
+ 0.043866898864507675,
532
+ 0.04679214209318161,
533
+ 0.030827714130282402,
534
+ 0.006932953372597694,
535
+ 0.06607746332883835,
536
+ 0.058265719562768936,
537
+ 0.06598511338233948,
538
+ 0.19404029846191406,
539
+ 0.28134459257125854,
540
+ 0.14732326567173004,
541
+ 0.16729430854320526,
542
+ 0.20459985733032227,
543
+ 0.058744411915540695,
544
+ 0.0420515201985836,
545
+ 0.1007668599486351,
546
+ 0.11511392891407013,
547
+ 0.14255566895008087,
548
+ 0.12265453487634659,
549
+ 0.33315858244895935,
550
+ 0.00843778159469366,
551
+ 0.1527336686849594,
552
+ 0.026673713698983192,
553
+ 0.020503291860222816,
554
+ 0.09451936930418015,
555
+ 0.01998390629887581,
556
+ 0.02634299360215664,
557
+ 0.0482880063354969,
558
+ 0.0269609447568655,
559
+ 0.16345171630382538,
560
+ 0.05948822945356369,
561
+ 0.008867782540619373,
562
+ 0.12322259694337845,
563
+ 0.309406042098999,
564
+ 0.10607137531042099,
565
+ 0.3331416845321655,
566
+ 0.041341643780469894,
567
+ 0.03694600984454155,
568
+ 0.05041945353150368,
569
+ 0.22044885158538818,
570
+ 0.15265963971614838,
571
+ 0.04780379310250282,
572
+ 0.0095159150660038,
573
+ 0.1422327309846878,
574
+ 0.11164000630378723
575
+ ]
576
+ }
p5-mae-15m-d96/mixture_plan.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e614a4920fd1f94eb06cc442dfd4795453d89a58f9325b2972d15e89d66d1689
3
+ size 15360128
p5-mae-15m-d96/run.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "campaign_id": "phase5",
3
+ "trial_id": "p5-mae-15m-d96",
4
+ "fingerprint": "763d2a9109b95876",
5
+ "wandb_run_id": "phase5-p5-mae-15m-d96",
6
+ "environment": {
7
+ "git_sha": "c3ed4f7086fd770b27c6d2c9980eb6b06ad4a3da",
8
+ "git_dirty": true,
9
+ "torch": "2.12.0+cu130",
10
+ "cuda": "13.0",
11
+ "cudnn": 92000,
12
+ "gpu_count": 1,
13
+ "gpu_name": "NVIDIA GeForce RTX 4090",
14
+ "gpu_memory_gib": 23.52,
15
+ "capability": "8.9",
16
+ "driver": "580.173.02"
17
+ },
18
+ "parameters": {
19
+ "encoder_params": 14294784,
20
+ "decoder_params": 647808,
21
+ "trainable_params": 15041152,
22
+ "total_params": 15041152
23
+ },
24
+ "schedule": {
25
+ "budget_clips": 1920000,
26
+ "schedule_clips": null,
27
+ "clips_per_step": 48,
28
+ "total_steps": 40000,
29
+ "schedule_steps": 40000,
30
+ "warmup_steps": 4000,
31
+ "ema_anneal_steps": 40000,
32
+ "final_lr": 6.000005700153392e-07,
33
+ "final_ema_decay": 0.9999899952500001
34
+ },
35
+ "geometry": {
36
+ "patch_grid": [
37
+ 64,
38
+ 4
39
+ ],
40
+ "num_patches": 256,
41
+ "visible_patches": 51,
42
+ "centers_per_mask": 2
43
+ },
44
+ "data": {
45
+ "split": "train",
46
+ "rows": 1912024,
47
+ "shards": 96,
48
+ "sampled_sha256": "58cddcb9592605014dfe6c40579aa65d2a3216cdb77feeaf0267c183e9f0d5a9",
49
+ "val_split": "balanced_train",
50
+ "val_clips": 2048
51
+ },
52
+ "mixture": {
53
+ "dist_id": null,
54
+ "has_weights": true,
55
+ "repetition_cap": 1000.0,
56
+ "distinct_fraction": null,
57
+ "max_repetition": 7.5,
58
+ "distinct_clips": 312748,
59
+ "capped_clusters": 0,
60
+ "realized_weights": [
61
+ 0.0,
62
+ 0.009011979166666666,
63
+ 0.0,
64
+ 0.0,
65
+ 0.0,
66
+ 0.0,
67
+ 0.45984375,
68
+ 0.0,
69
+ 0.0,
70
+ 0.0,
71
+ 0.0,
72
+ 0.0,
73
+ 0.0,
74
+ 0.0,
75
+ 0.0,
76
+ 0.0,
77
+ 0.22644322916666668,
78
+ 0.0,
79
+ 0.30470104166666667,
80
+ 0.0
81
+ ]
82
+ },
83
+ "started_at": 1787007465.051981,
84
+ "finished_at": 1787008196.5131702,
85
+ "summary": {
86
+ "completed": true,
87
+ "final_step": 40000,
88
+ "clips_seen": 1920000,
89
+ "peak_gib": 0.6756577491760254,
90
+ "val/loss": 0.6338874557986856,
91
+ "val/frame": 0.6338874557986856,
92
+ "val/utterance": 0.0
93
+ }
94
+ }
p5-mae-15m-d96/status.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": "complete",
3
+ "updated_at": 1787008196.5148816,
4
+ "step": 40000,
5
+ "total_steps": 40000,
6
+ "clips_seen": 1920000,
7
+ "completed": true,
8
+ "final_step": 40000,
9
+ "peak_gib": 0.6756577491760254,
10
+ "val/loss": 0.6338874557986856,
11
+ "val/frame": 0.6338874557986856,
12
+ "val/utterance": 0.0
13
+ }