quinnlue commited on
Commit
d8b0461
·
verified ·
1 Parent(s): afdf758

Upload folder using huggingface_hub

Browse files
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/epoch_ablation.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "p5-mae-15m-d40|ep1": {
3
+ "vals": [
4
+ 0.13797264400095569,
5
+ 0.13761589785267297,
6
+ 0.13691828189509614
7
+ ],
8
+ "mean": 0.13750227458290826,
9
+ "sd": 0.0005362858828480963,
10
+ "seconds": 114.25962602801155
11
+ },
12
+ "p5-mae-15m-d40|ep4": {
13
+ "vals": [
14
+ 0.20045903610486177,
15
+ 0.20184931083117563,
16
+ 0.2027096116625522
17
+ ],
18
+ "mean": 0.20167265286619654,
19
+ "sd": 0.0011356401774599697,
20
+ "seconds": 274.85516754805576
21
+ }
22
+ }
p5-mae-15m-d40/events.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/exports/step_00005000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d40/exports/step_00005000",
3
+ "fingerprint": "a6081808260b5743",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d40",
6
+ "probe/map": 0.10376932463861394,
7
+ "probe/map_train": 0.4705544232021473,
8
+ "probe/alpha": 10.0,
9
+ "probe/holdout_map": 0.12533450538276622,
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.993062421912327,
16
+ "probe/total_s": 8.697357782977633,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.12251598924173986
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.12276612569850143
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.12428375067360756
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.12533450538276622
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.11981515116120142
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.1008217224632116
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.08099900805338354
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.5901501178741455,
49
+ 0.009214210323989391,
50
+ 0.07281744480133057,
51
+ 0.13864734768867493,
52
+ 0.08534964919090271,
53
+ 0.23909339308738708,
54
+ 0.21181122958660126,
55
+ 0.3400379419326782,
56
+ 0.019990775734186172,
57
+ 0.028324810788035393,
58
+ 0.022282814607024193,
59
+ 0.08928117156028748,
60
+ 0.44243380427360535,
61
+ 0.20572827756404877,
62
+ 0.03663736581802368,
63
+ 0.3868071138858795,
64
+ 0.2297554761171341,
65
+ 0.32107287645339966,
66
+ 0.035612888634204865,
67
+ 0.04121958091855049,
68
+ 0.16470195353031158,
69
+ 0.05270424112677574,
70
+ 0.08653046190738678,
71
+ 0.10395257920026779,
72
+ 0.02210535667836666,
73
+ 0.024344084784388542,
74
+ 0.05252186208963394,
75
+ 0.142501100897789,
76
+ 0.11629854142665863,
77
+ 0.0357750728726387,
78
+ 0.14482076466083527,
79
+ 0.10957538336515427,
80
+ 0.019230274483561516,
81
+ 0.05641782656311989,
82
+ 0.20960992574691772,
83
+ 0.023665551096200943,
84
+ 0.29168033599853516,
85
+ 0.035371892154216766,
86
+ 0.03856171667575836,
87
+ 0.08582770079374313,
88
+ 0.10026411712169647,
89
+ 0.025708386674523354,
90
+ 0.04623060300946236,
91
+ 0.22861605882644653,
92
+ 0.008166244253516197,
93
+ 0.05838800221681595,
94
+ 0.011268173344433308,
95
+ 0.05372004210948944,
96
+ 0.0432986281812191,
97
+ 0.04280480742454529,
98
+ 0.12488184124231339,
99
+ 0.007737281266599894,
100
+ 0.025655794888734818,
101
+ 0.04139361530542374,
102
+ 0.13987070322036743,
103
+ 0.07846347242593765,
104
+ 0.0593574233353138,
105
+ 0.2553272545337677,
106
+ 0.08290653675794601,
107
+ 0.037105023860931396,
108
+ 0.16125808656215668,
109
+ 0.14386776089668274,
110
+ 0.03365493193268776,
111
+ 0.10878006368875504,
112
+ 0.48874959349632263,
113
+ 0.2109544575214386,
114
+ 0.21891513466835022,
115
+ 0.19435173273086548,
116
+ 0.30945995450019836,
117
+ 0.3341156840324402,
118
+ 0.06314576417207718,
119
+ 0.08172502368688583,
120
+ 0.13125279545783997,
121
+ 0.11840876936912537,
122
+ 0.12405376136302948,
123
+ 0.14515849947929382,
124
+ 0.049668870866298676,
125
+ 0.13369382917881012,
126
+ 0.14509598910808563,
127
+ 0.047663137316703796,
128
+ 0.014748482964932919,
129
+ 0.049367815256118774,
130
+ 0.2035171240568161,
131
+ 0.03587682545185089,
132
+ 0.06700000166893005,
133
+ 0.01744123548269272,
134
+ 0.03089139796793461,
135
+ 0.02824496105313301,
136
+ 0.02248072251677513,
137
+ 0.0414184145629406,
138
+ 0.02629445493221283,
139
+ 0.02769382856786251,
140
+ 0.1511840671300888,
141
+ 0.009793118573725224,
142
+ 0.03014150634407997,
143
+ 0.021116113290190697,
144
+ 0.010701695457100868,
145
+ 0.04601159691810608,
146
+ 0.09272119402885437,
147
+ 0.175462543964386,
148
+ 0.08812689036130905,
149
+ 0.21372586488723755,
150
+ 0.028233401477336884,
151
+ 0.02848743088543415,
152
+ 0.012480170466005802,
153
+ 0.044823337346315384,
154
+ 0.03710789978504181,
155
+ 0.04586135223507881,
156
+ 0.0521109513938427,
157
+ 0.10821831971406937,
158
+ 0.09416592866182327,
159
+ 0.08828413486480713,
160
+ 0.06773976236581802,
161
+ 0.07615945488214493,
162
+ 0.024935605004429817,
163
+ 0.11786418408155441,
164
+ 0.10904534161090851,
165
+ 0.10122887045145035,
166
+ 0.1001167818903923,
167
+ 0.07099941372871399,
168
+ 0.07355499267578125,
169
+ 0.08109159767627716,
170
+ 0.0695776715874672,
171
+ 0.050747860223054886,
172
+ 0.008013347163796425,
173
+ 0.017682824283838272,
174
+ 0.08995750546455383,
175
+ 0.12195882946252823,
176
+ 0.06775220483541489,
177
+ 0.05218668654561043,
178
+ 0.004145411774516106,
179
+ 0.05110381543636322,
180
+ 0.08264288306236267,
181
+ 0.08344460278749466,
182
+ 0.019017891958355904,
183
+ 0.012231839820742607,
184
+ 0.041495997458696365,
185
+ 0.689717710018158,
186
+ 0.21665634214878082,
187
+ 0.2719254195690155,
188
+ 0.3635275661945343,
189
+ 0.24837060272693634,
190
+ 0.08963140100240707,
191
+ 0.13652481138706207,
192
+ 0.06105094775557518,
193
+ 0.09080485999584198,
194
+ 0.061686400324106216,
195
+ 0.12028466165065765,
196
+ 0.07835985720157623,
197
+ 0.13008415699005127,
198
+ 0.06709442287683487,
199
+ 0.13945044577121735,
200
+ 0.15715335309505463,
201
+ 0.058698125183582306,
202
+ 0.04693880304694176,
203
+ 0.15587826073169708,
204
+ 0.06475981324911118,
205
+ 0.06108031049370766,
206
+ 0.02524585835635662,
207
+ 0.06832798570394516,
208
+ 0.29802462458610535,
209
+ 0.22648771107196808,
210
+ 0.2859853506088257,
211
+ 0.15141968429088593,
212
+ 0.20141500234603882,
213
+ 0.2298814058303833,
214
+ 0.25698360800743103,
215
+ 0.13233575224876404,
216
+ 0.288862943649292,
217
+ 0.26525643467903137,
218
+ 0.1752428263425827,
219
+ 0.2772362530231476,
220
+ 0.30082541704177856,
221
+ 0.11398269981145859,
222
+ 0.08502496778964996,
223
+ 0.12182435393333435,
224
+ 0.1387491673231125,
225
+ 0.2884681820869446,
226
+ 0.0294357780367136,
227
+ 0.07622233033180237,
228
+ 0.09019967913627625,
229
+ 0.07777218520641327,
230
+ 0.13497009873390198,
231
+ 0.15443579852581024,
232
+ 0.03089161589741707,
233
+ 0.2791832685470581,
234
+ 0.2720091640949249,
235
+ 0.09109757095575333,
236
+ 0.20416486263275146,
237
+ 0.11417582631111145,
238
+ 0.12018389254808426,
239
+ 0.058385562151670456,
240
+ 0.21884211897850037,
241
+ 0.17685075104236603,
242
+ 0.14728596806526184,
243
+ 0.33882275223731995,
244
+ 0.06491472572088242,
245
+ 0.07715685665607452,
246
+ 0.1098538488149643,
247
+ 0.14665642380714417,
248
+ 0.04929269850254059,
249
+ 0.1672191023826599,
250
+ 0.0446036122739315,
251
+ 0.14448854327201843,
252
+ 0.20130296051502228,
253
+ 0.09555020183324814,
254
+ 0.09526672959327698,
255
+ 0.3103063702583313,
256
+ 0.12473195046186447,
257
+ 0.16738677024841309,
258
+ 0.6788712739944458,
259
+ 0.2801783084869385,
260
+ 0.3760758340358734,
261
+ 0.03188833221793175,
262
+ 0.27020329236984253,
263
+ 0.09167871624231339,
264
+ 0.039073728024959564,
265
+ 0.21707835793495178,
266
+ 0.07080288976430893,
267
+ 0.09701883047819138,
268
+ 0.13495555520057678,
269
+ 0.10444360971450806,
270
+ 0.16351363062858582,
271
+ 0.17563091218471527,
272
+ 0.05617517605423927,
273
+ 0.050718631595373154,
274
+ 0.06987476348876953,
275
+ 0.035162314772605896,
276
+ 0.11963360011577606,
277
+ 0.025321265682578087,
278
+ 0.0426514707505703,
279
+ 0.04392562061548233,
280
+ 0.07907894998788834,
281
+ 0.07700444757938385,
282
+ 0.017869696021080017,
283
+ 0.01597888208925724,
284
+ 0.18849536776542664,
285
+ 0.017513496801257133,
286
+ 0.21396717429161072,
287
+ 0.03216276690363884,
288
+ 0.15474462509155273,
289
+ 0.280434250831604,
290
+ 0.2665000855922699,
291
+ 0.22521358728408813,
292
+ 0.1403062790632248,
293
+ 0.2547260820865631,
294
+ 0.03412935510277748,
295
+ 0.16382630169391632,
296
+ 0.026515740901231766,
297
+ 0.06674254685640335,
298
+ 0.09931027144193649,
299
+ 0.04203302413225174,
300
+ 0.07237009704113007,
301
+ 0.05889064818620682,
302
+ 0.03940581530332565,
303
+ 0.1339579075574875,
304
+ 0.21354570984840393,
305
+ 0.15991026163101196,
306
+ 0.0829339399933815,
307
+ 0.06512291729450226,
308
+ 0.03869100287556648,
309
+ 0.039092741906642914,
310
+ 0.14332900941371918,
311
+ 0.09083875268697739,
312
+ 0.01788942888379097,
313
+ 0.06333824247121811,
314
+ 0.05375717952847481,
315
+ 0.06815643608570099,
316
+ 0.12408345192670822,
317
+ 0.035051289945840836,
318
+ 0.02591729536652565,
319
+ 0.1816663146018982,
320
+ 0.06594154238700867,
321
+ 0.03144897520542145,
322
+ 0.1692637801170349,
323
+ 0.045688729733228683,
324
+ 0.04558086395263672,
325
+ 0.031032351776957512,
326
+ 0.04855942353606224,
327
+ 0.0301721952855587,
328
+ 0.01665254682302475,
329
+ 0.23387156426906586,
330
+ 0.09710339456796646,
331
+ 0.14069150388240814,
332
+ 0.05383836477994919,
333
+ 0.1378645896911621,
334
+ 0.16956953704357147,
335
+ 0.19200891256332397,
336
+ 0.16170963644981384,
337
+ 0.14055773615837097,
338
+ 0.15018510818481445,
339
+ 0.12477146089076996,
340
+ 0.0782116949558258,
341
+ 0.21665672957897186,
342
+ 0.11804874241352081,
343
+ 0.09494507312774658,
344
+ 0.08935431391000748,
345
+ 0.005632078740745783,
346
+ 0.010379456914961338,
347
+ 0.008883969858288765,
348
+ 0.24734365940093994,
349
+ 0.14123474061489105,
350
+ 0.07724476605653763,
351
+ 0.053248658776283264,
352
+ 0.03887538984417915,
353
+ 0.061772529035806656,
354
+ 0.023712513968348503,
355
+ 0.1371864229440689,
356
+ 0.02268463559448719,
357
+ 0.03736620023846626,
358
+ 0.09013960510492325,
359
+ 0.021024949848651886,
360
+ 0.06406152248382568,
361
+ 0.05338644981384277,
362
+ 0.04711738973855972,
363
+ 0.058868296444416046,
364
+ 0.05685393512248993,
365
+ 0.04139013588428497,
366
+ 0.04733307287096977,
367
+ 0.04721469432115555,
368
+ 0.15255878865718842,
369
+ 0.05028151720762253,
370
+ 0.38336601853370667,
371
+ 0.2648032307624817,
372
+ 0.23628725111484528,
373
+ 0.18440628051757812,
374
+ 0.034908391535282135,
375
+ 0.06317998468875885,
376
+ 0.17399004101753235,
377
+ 0.16894404590129852,
378
+ 0.11018405854701996,
379
+ 0.2017594426870346,
380
+ 0.16528388857841492,
381
+ 0.14336395263671875,
382
+ 0.11847225576639175,
383
+ 0.11552834510803223,
384
+ 0.06634913384914398,
385
+ 0.1403685063123703,
386
+ 0.06591621786355972,
387
+ 0.028637852519750595,
388
+ 0.06253711879253387,
389
+ 0.006596697028726339,
390
+ 0.03498713672161102,
391
+ 0.1313713788986206,
392
+ 0.081617072224617,
393
+ 0.052748773247003555,
394
+ 0.08419078588485718,
395
+ 0.23228006064891815,
396
+ 0.023829041048884392,
397
+ 0.02061544358730316,
398
+ 0.07831643521785736,
399
+ 0.015470716170966625,
400
+ 0.054786015301942825,
401
+ 0.061537448316812515,
402
+ 0.025141552090644836,
403
+ 0.03468100354075432,
404
+ 0.02393486723303795,
405
+ 0.010531642474234104,
406
+ 0.0435139462351799,
407
+ 0.08979685604572296,
408
+ 0.015469550155103207,
409
+ 0.03234337642788887,
410
+ 0.07937054336071014,
411
+ 0.051472537219524384,
412
+ 0.02190542034804821,
413
+ 0.031105050817131996,
414
+ 0.3176391124725342,
415
+ 0.1290452927350998,
416
+ 0.011339278891682625,
417
+ 0.10532331466674805,
418
+ 0.11088435351848602,
419
+ 0.13361318409442902,
420
+ 0.07789299637079239,
421
+ 0.32589319348335266,
422
+ 0.09660380333662033,
423
+ 0.025282396003603935,
424
+ 0.06299713999032974,
425
+ 0.04322712495923042,
426
+ 0.012719905935227871,
427
+ 0.014690190553665161,
428
+ 0.03005247190594673,
429
+ 0.08218485862016678,
430
+ 0.03249773755669594,
431
+ 0.042537372559309006,
432
+ 0.10034988075494766,
433
+ 0.157053142786026,
434
+ 0.14266832172870636,
435
+ 0.04098263010382652,
436
+ 0.05210401490330696,
437
+ 0.032079875469207764,
438
+ 0.1858779937028885,
439
+ 0.04832400754094124,
440
+ 0.013908552005887032,
441
+ 0.32643309235572815,
442
+ 0.11332713812589645,
443
+ 0.03450309857726097,
444
+ 0.3917222023010254,
445
+ 0.4680826961994171,
446
+ 0.028946222737431526,
447
+ 0.2667328715324402,
448
+ 0.30480456352233887,
449
+ 0.04682684689760208,
450
+ 0.08380695432424545,
451
+ 0.16059359908103943,
452
+ 0.01785486750304699,
453
+ 0.02591230906546116,
454
+ 0.012300512753427029,
455
+ 0.02526870183646679,
456
+ 0.028995508328080177,
457
+ 0.00861949659883976,
458
+ 0.008577646687626839,
459
+ 0.08944988995790482,
460
+ 0.014606681652367115,
461
+ 0.014031553640961647,
462
+ 0.20138326287269592,
463
+ 0.1593671292066574,
464
+ 0.017912134528160095,
465
+ 0.02317841723561287,
466
+ 0.08954405784606934,
467
+ 0.08415652066469193,
468
+ 0.19960536062717438,
469
+ 0.030888326466083527,
470
+ 0.05375194922089577,
471
+ 0.1327826827764511,
472
+ 0.08493610471487045,
473
+ 0.09299373626708984,
474
+ 0.03521027788519859,
475
+ 0.110374316573143,
476
+ 0.12723378837108612,
477
+ 0.17147773504257202,
478
+ 0.07939357310533524,
479
+ 0.11026466637849808,
480
+ 0.0828733742237091,
481
+ 0.055515892803668976,
482
+ 0.0072428444400429726,
483
+ 0.08577366918325424,
484
+ 0.22642888128757477,
485
+ 0.0503518208861351,
486
+ 0.11688954383134842,
487
+ 0.01121558714658022,
488
+ 0.022847073152661324,
489
+ 0.01274961419403553,
490
+ 0.008701725862920284,
491
+ 0.04682210460305214,
492
+ 0.010344226844608784,
493
+ 0.07384853065013885,
494
+ 0.009638507850468159,
495
+ 0.014191084541380405,
496
+ 0.017148585990071297,
497
+ 0.024219222366809845,
498
+ 0.011002388782799244,
499
+ 0.03501099720597267,
500
+ 0.008585914969444275,
501
+ 0.027367694303393364,
502
+ 0.029414013028144836,
503
+ 0.12702180445194244,
504
+ 0.026652343571186066,
505
+ 0.06398507207632065,
506
+ 0.03985699266195297,
507
+ 0.08304686099290848,
508
+ 0.0321529246866703,
509
+ 0.030198313295841217,
510
+ 0.15399567782878876,
511
+ 0.43318599462509155,
512
+ 0.18948541581630707,
513
+ 0.18214596807956696,
514
+ 0.02665017917752266,
515
+ 0.057864945381879807,
516
+ 0.03467526286840439,
517
+ 0.0919877141714096,
518
+ 0.1171136423945427,
519
+ 0.04518929496407509,
520
+ 0.07614059746265411,
521
+ 0.008978619240224361,
522
+ 0.1406036913394928,
523
+ 0.005372046492993832,
524
+ 0.1951970010995865,
525
+ 0.06383586674928665,
526
+ 0.04592272266745567,
527
+ 0.1910383105278015,
528
+ 0.10581701248884201,
529
+ 0.08103981614112854,
530
+ 0.009203772060573101,
531
+ 0.04075954109430313,
532
+ 0.048536449670791626,
533
+ 0.010981951840221882,
534
+ 0.007455560844391584,
535
+ 0.047980088740587234,
536
+ 0.03480570390820503,
537
+ 0.04817795008420944,
538
+ 0.11359860748052597,
539
+ 0.14026394486427307,
540
+ 0.04769526794552803,
541
+ 0.1527116596698761,
542
+ 0.20340324938297272,
543
+ 0.03960062563419342,
544
+ 0.028332935646176338,
545
+ 0.1397968977689743,
546
+ 0.04630675166845322,
547
+ 0.08397721499204636,
548
+ 0.12175697088241577,
549
+ 0.17131046950817108,
550
+ 0.011661641299724579,
551
+ 0.10009457916021347,
552
+ 0.02518662065267563,
553
+ 0.01912086457014084,
554
+ 0.08294975012540817,
555
+ 0.014955527149140835,
556
+ 0.01311950758099556,
557
+ 0.02621568739414215,
558
+ 0.028117934241890907,
559
+ 0.1416764110326767,
560
+ 0.07659563422203064,
561
+ 0.011421934701502323,
562
+ 0.10247384756803513,
563
+ 0.2605328857898712,
564
+ 0.010925761424005032,
565
+ 0.33890706300735474,
566
+ 0.022495746612548828,
567
+ 0.030477484688162804,
568
+ 0.029969578608870506,
569
+ 0.1988559514284134,
570
+ 0.15114611387252808,
571
+ 0.025706414133310318,
572
+ 0.006259126588702202,
573
+ 0.10557235777378082,
574
+ 0.07862956821918488
575
+ ]
576
+ }
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/exports/step_00010000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d40/exports/step_00010000",
3
+ "fingerprint": "a6081808260b5743",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d40",
6
+ "probe/map": 0.12171024101321538,
7
+ "probe/map_train": 0.4828364222506644,
8
+ "probe/alpha": 10.0,
9
+ "probe/holdout_map": 0.1454324143297221,
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.963385727023706,
16
+ "probe/total_s": 8.497753247036599,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1424282127434646
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.1425865573465711
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.14360851202817523
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.1454324143297221
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.14006736841445092
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.11966433556904164
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.0982014255463879
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.604688823223114,
49
+ 0.011455893516540527,
50
+ 0.0604412741959095,
51
+ 0.14820298552513123,
52
+ 0.09306202083826065,
53
+ 0.2714897096157074,
54
+ 0.17709216475486755,
55
+ 0.26362496614456177,
56
+ 0.0400676429271698,
57
+ 0.03665389493107796,
58
+ 0.01839098148047924,
59
+ 0.05264292657375336,
60
+ 0.4565570652484894,
61
+ 0.27910134196281433,
62
+ 0.040669843554496765,
63
+ 0.3211498558521271,
64
+ 0.23039260506629944,
65
+ 0.3262328803539276,
66
+ 0.0464167520403862,
67
+ 0.08768271654844284,
68
+ 0.22142904996871948,
69
+ 0.0768207535147667,
70
+ 0.19732952117919922,
71
+ 0.1053275391459465,
72
+ 0.07379316538572311,
73
+ 0.024363623932003975,
74
+ 0.07110675424337387,
75
+ 0.13899028301239014,
76
+ 0.21079306304454803,
77
+ 0.07449741661548615,
78
+ 0.17753925919532776,
79
+ 0.08505136519670486,
80
+ 0.02188871242105961,
81
+ 0.062371738255023956,
82
+ 0.2224370390176773,
83
+ 0.04825800657272339,
84
+ 0.34026986360549927,
85
+ 0.055995456874370575,
86
+ 0.04892723634839058,
87
+ 0.07650560140609741,
88
+ 0.1212548092007637,
89
+ 0.016642550006508827,
90
+ 0.06144249811768532,
91
+ 0.2916795015335083,
92
+ 0.010372530668973923,
93
+ 0.10946555435657501,
94
+ 0.02166612632572651,
95
+ 0.11181811988353729,
96
+ 0.056549664586782455,
97
+ 0.06169090047478676,
98
+ 0.11315640807151794,
99
+ 0.00884417723864317,
100
+ 0.048510123044252396,
101
+ 0.040240973234176636,
102
+ 0.19683659076690674,
103
+ 0.09580042958259583,
104
+ 0.16426894068717957,
105
+ 0.3440830707550049,
106
+ 0.0857735350728035,
107
+ 0.06060187891125679,
108
+ 0.16157829761505127,
109
+ 0.2047920972108841,
110
+ 0.065840944647789,
111
+ 0.14128343760967255,
112
+ 0.533099889755249,
113
+ 0.2174929529428482,
114
+ 0.26754534244537354,
115
+ 0.2596698999404907,
116
+ 0.38361769914627075,
117
+ 0.33983421325683594,
118
+ 0.11178477853536606,
119
+ 0.10648375004529953,
120
+ 0.15995238721370697,
121
+ 0.1529577225446701,
122
+ 0.15953096747398376,
123
+ 0.2218819260597229,
124
+ 0.04933861270546913,
125
+ 0.2062901258468628,
126
+ 0.1423172652721405,
127
+ 0.08662766963243484,
128
+ 0.017342867329716682,
129
+ 0.07201268523931503,
130
+ 0.26761820912361145,
131
+ 0.11963976174592972,
132
+ 0.07404573261737823,
133
+ 0.026843534782528877,
134
+ 0.05802692472934723,
135
+ 0.01695149764418602,
136
+ 0.015636753290891647,
137
+ 0.031167171895503998,
138
+ 0.061811577528715134,
139
+ 0.053866907954216,
140
+ 0.13549178838729858,
141
+ 0.010686682537198067,
142
+ 0.03125328943133354,
143
+ 0.026758749037981033,
144
+ 0.014235340058803558,
145
+ 0.021546730771660805,
146
+ 0.12433624267578125,
147
+ 0.22276489436626434,
148
+ 0.18261843919754028,
149
+ 0.2890251874923706,
150
+ 0.04431853070855141,
151
+ 0.04308879002928734,
152
+ 0.01421972643584013,
153
+ 0.041466496884822845,
154
+ 0.0483156181871891,
155
+ 0.03929382562637329,
156
+ 0.062298186123371124,
157
+ 0.13476094603538513,
158
+ 0.16640998423099518,
159
+ 0.10781218856573105,
160
+ 0.08433574438095093,
161
+ 0.06552277505397797,
162
+ 0.049213021993637085,
163
+ 0.19989536702632904,
164
+ 0.1961001455783844,
165
+ 0.11775093525648117,
166
+ 0.13590072095394135,
167
+ 0.15138781070709229,
168
+ 0.16321197152137756,
169
+ 0.136583149433136,
170
+ 0.100594162940979,
171
+ 0.062068913131952286,
172
+ 0.010045547969639301,
173
+ 0.025168346241116524,
174
+ 0.11080856621265411,
175
+ 0.11913388222455978,
176
+ 0.07117580622434616,
177
+ 0.07487133145332336,
178
+ 0.004495367873460054,
179
+ 0.0747419223189354,
180
+ 0.10278522223234177,
181
+ 0.09918681532144547,
182
+ 0.03269820287823677,
183
+ 0.016100682318210602,
184
+ 0.04898054897785187,
185
+ 0.7101419568061829,
186
+ 0.20501379668712616,
187
+ 0.2687297761440277,
188
+ 0.35475775599479675,
189
+ 0.2746257483959198,
190
+ 0.09065385907888412,
191
+ 0.19106927514076233,
192
+ 0.06604276597499847,
193
+ 0.1213526502251625,
194
+ 0.08699584752321243,
195
+ 0.18877123296260834,
196
+ 0.11739426106214523,
197
+ 0.13923220336437225,
198
+ 0.07982087880373001,
199
+ 0.13896597921848297,
200
+ 0.23929540812969208,
201
+ 0.07672689855098724,
202
+ 0.06779912114143372,
203
+ 0.15957072377204895,
204
+ 0.08435473591089249,
205
+ 0.061949580907821655,
206
+ 0.01949349418282509,
207
+ 0.06880399584770203,
208
+ 0.41128435730934143,
209
+ 0.2666771411895752,
210
+ 0.23572403192520142,
211
+ 0.1364256590604782,
212
+ 0.21736390888690948,
213
+ 0.21146658062934875,
214
+ 0.22200649976730347,
215
+ 0.10677245259284973,
216
+ 0.23634016513824463,
217
+ 0.34356170892715454,
218
+ 0.26197242736816406,
219
+ 0.24803949892520905,
220
+ 0.2740268409252167,
221
+ 0.15499240159988403,
222
+ 0.10134241729974747,
223
+ 0.08367650955915451,
224
+ 0.1431100219488144,
225
+ 0.31142017245292664,
226
+ 0.05970260500907898,
227
+ 0.10900760442018509,
228
+ 0.13066473603248596,
229
+ 0.11511082947254181,
230
+ 0.07141169160604477,
231
+ 0.26289740204811096,
232
+ 0.03990903124213219,
233
+ 0.3338357210159302,
234
+ 0.27535122632980347,
235
+ 0.14105544984340668,
236
+ 0.22144074738025665,
237
+ 0.13338248431682587,
238
+ 0.13391956686973572,
239
+ 0.07691634446382523,
240
+ 0.26878470182418823,
241
+ 0.1704394519329071,
242
+ 0.16151268780231476,
243
+ 0.36677756905555725,
244
+ 0.05031988024711609,
245
+ 0.1031368225812912,
246
+ 0.1148194670677185,
247
+ 0.24989259243011475,
248
+ 0.030340902507305145,
249
+ 0.20824946463108063,
250
+ 0.08320428431034088,
251
+ 0.1970006376504898,
252
+ 0.22975891828536987,
253
+ 0.15384969115257263,
254
+ 0.171282097697258,
255
+ 0.387043833732605,
256
+ 0.16751906275749207,
257
+ 0.2455490082502365,
258
+ 0.7016419768333435,
259
+ 0.365142822265625,
260
+ 0.42313626408576965,
261
+ 0.0384955108165741,
262
+ 0.26512622833251953,
263
+ 0.07808772474527359,
264
+ 0.02884433977305889,
265
+ 0.20897793769836426,
266
+ 0.0884852185845375,
267
+ 0.13119392096996307,
268
+ 0.18012890219688416,
269
+ 0.10935227572917938,
270
+ 0.16907566785812378,
271
+ 0.2335997074842453,
272
+ 0.07503677904605865,
273
+ 0.0762098878622055,
274
+ 0.061798665672540665,
275
+ 0.05611297860741615,
276
+ 0.1269969642162323,
277
+ 0.028589900583028793,
278
+ 0.0424874871969223,
279
+ 0.03355233743786812,
280
+ 0.064773790538311,
281
+ 0.060204632580280304,
282
+ 0.01619628444314003,
283
+ 0.013458938337862492,
284
+ 0.17287033796310425,
285
+ 0.029162785038352013,
286
+ 0.2470257580280304,
287
+ 0.03465333580970764,
288
+ 0.216781884431839,
289
+ 0.29862862825393677,
290
+ 0.2722633481025696,
291
+ 0.1785965859889984,
292
+ 0.15469783544540405,
293
+ 0.2696682810783386,
294
+ 0.038579072803258896,
295
+ 0.18867751955986023,
296
+ 0.02599986083805561,
297
+ 0.08539121598005295,
298
+ 0.09934252500534058,
299
+ 0.017923852428793907,
300
+ 0.056416627019643784,
301
+ 0.06627119332551956,
302
+ 0.06255117058753967,
303
+ 0.1693727821111679,
304
+ 0.1301795393228531,
305
+ 0.17805320024490356,
306
+ 0.13504725694656372,
307
+ 0.07341830432415009,
308
+ 0.027155397459864616,
309
+ 0.06943663954734802,
310
+ 0.14945070445537567,
311
+ 0.060937948524951935,
312
+ 0.017818555235862732,
313
+ 0.05230261757969856,
314
+ 0.050990503281354904,
315
+ 0.059785421937704086,
316
+ 0.11289112269878387,
317
+ 0.03781917691230774,
318
+ 0.0310321357101202,
319
+ 0.2076844573020935,
320
+ 0.09730197489261627,
321
+ 0.04547954723238945,
322
+ 0.17308303713798523,
323
+ 0.020311396569013596,
324
+ 0.07104768604040146,
325
+ 0.016640624031424522,
326
+ 0.05921616032719612,
327
+ 0.04270351305603981,
328
+ 0.02016611024737358,
329
+ 0.20952366292476654,
330
+ 0.13829007744789124,
331
+ 0.21771231293678284,
332
+ 0.0803351029753685,
333
+ 0.22786670923233032,
334
+ 0.26732364296913147,
335
+ 0.2873804271221161,
336
+ 0.2087733894586563,
337
+ 0.18382535874843597,
338
+ 0.1904044896364212,
339
+ 0.15998302400112152,
340
+ 0.11319322884082794,
341
+ 0.20811991393566132,
342
+ 0.1864430457353592,
343
+ 0.16911844909191132,
344
+ 0.097900390625,
345
+ 0.006105794571340084,
346
+ 0.015343661420047283,
347
+ 0.019588381052017212,
348
+ 0.2622181475162506,
349
+ 0.18228378891944885,
350
+ 0.14693652093410492,
351
+ 0.06697922199964523,
352
+ 0.03888262063264847,
353
+ 0.1102222353219986,
354
+ 0.02955535240471363,
355
+ 0.15374909341335297,
356
+ 0.042471982538700104,
357
+ 0.03270983323454857,
358
+ 0.12568579614162445,
359
+ 0.036269113421440125,
360
+ 0.07572221010923386,
361
+ 0.04763084650039673,
362
+ 0.054586537182331085,
363
+ 0.08711731433868408,
364
+ 0.07084418088197708,
365
+ 0.036315590143203735,
366
+ 0.07423815876245499,
367
+ 0.05660274252295494,
368
+ 0.16035790741443634,
369
+ 0.05079112574458122,
370
+ 0.3743152320384979,
371
+ 0.3105204999446869,
372
+ 0.21190011501312256,
373
+ 0.22732199728488922,
374
+ 0.04336481913924217,
375
+ 0.07682443410158157,
376
+ 0.21963077783584595,
377
+ 0.2081267088651657,
378
+ 0.1345232129096985,
379
+ 0.19079604744911194,
380
+ 0.2225993573665619,
381
+ 0.26166823506355286,
382
+ 0.20109762251377106,
383
+ 0.14783138036727905,
384
+ 0.11721561849117279,
385
+ 0.19762186706066132,
386
+ 0.05393960699439049,
387
+ 0.03651745989918709,
388
+ 0.07488793134689331,
389
+ 0.01415388286113739,
390
+ 0.11318697780370712,
391
+ 0.15500947833061218,
392
+ 0.1106698140501976,
393
+ 0.07493282854557037,
394
+ 0.07690432667732239,
395
+ 0.2627233862876892,
396
+ 0.037399593740701675,
397
+ 0.019172515720129013,
398
+ 0.1065141037106514,
399
+ 0.025171920657157898,
400
+ 0.09611035138368607,
401
+ 0.08906921744346619,
402
+ 0.025996075943112373,
403
+ 0.03805287554860115,
404
+ 0.016699369996786118,
405
+ 0.010656504891812801,
406
+ 0.03750777244567871,
407
+ 0.194443017244339,
408
+ 0.01169738918542862,
409
+ 0.04764224961400032,
410
+ 0.10978575795888901,
411
+ 0.09171854704618454,
412
+ 0.036235541105270386,
413
+ 0.04334116727113724,
414
+ 0.3421456515789032,
415
+ 0.18102030456066132,
416
+ 0.024805529043078423,
417
+ 0.09034503996372223,
418
+ 0.1256186068058014,
419
+ 0.09007876366376877,
420
+ 0.1330488920211792,
421
+ 0.35281938314437866,
422
+ 0.10959061235189438,
423
+ 0.06695708632469177,
424
+ 0.07233130931854248,
425
+ 0.056159183382987976,
426
+ 0.013482920825481415,
427
+ 0.018193135038018227,
428
+ 0.029894359409809113,
429
+ 0.12549038231372833,
430
+ 0.06939426809549332,
431
+ 0.0779939591884613,
432
+ 0.14182549715042114,
433
+ 0.1557658165693283,
434
+ 0.16357317566871643,
435
+ 0.032914530485868454,
436
+ 0.056146662682294846,
437
+ 0.03354651480913162,
438
+ 0.22211644053459167,
439
+ 0.07987988740205765,
440
+ 0.02110610343515873,
441
+ 0.3377276360988617,
442
+ 0.182866632938385,
443
+ 0.042509131133556366,
444
+ 0.41527649760246277,
445
+ 0.5085425972938538,
446
+ 0.02322915568947792,
447
+ 0.2954847812652588,
448
+ 0.36297744512557983,
449
+ 0.04808763787150383,
450
+ 0.09986476600170135,
451
+ 0.17201478779315948,
452
+ 0.021707681939005852,
453
+ 0.03182579204440117,
454
+ 0.016380924731492996,
455
+ 0.032060518860816956,
456
+ 0.02388550154864788,
457
+ 0.018240569159388542,
458
+ 0.011817911639809608,
459
+ 0.06967008858919144,
460
+ 0.02205475978553295,
461
+ 0.02490098774433136,
462
+ 0.2671465277671814,
463
+ 0.17737051844596863,
464
+ 0.022184694185853004,
465
+ 0.01688280515372753,
466
+ 0.1036975234746933,
467
+ 0.08947647362947464,
468
+ 0.2307465374469757,
469
+ 0.05526803433895111,
470
+ 0.07760453969240189,
471
+ 0.19785381853580475,
472
+ 0.09374064207077026,
473
+ 0.10319823026657104,
474
+ 0.051235131919384,
475
+ 0.14898142218589783,
476
+ 0.19046711921691895,
477
+ 0.1618865430355072,
478
+ 0.045378729701042175,
479
+ 0.14242620766162872,
480
+ 0.20016790926456451,
481
+ 0.07683993130922318,
482
+ 0.006739475764334202,
483
+ 0.08663226664066315,
484
+ 0.209518700838089,
485
+ 0.0678865984082222,
486
+ 0.12022791802883148,
487
+ 0.02393283136188984,
488
+ 0.02642127312719822,
489
+ 0.032331861555576324,
490
+ 0.011423652060329914,
491
+ 0.06680319458246231,
492
+ 0.012887271121144295,
493
+ 0.06779903173446655,
494
+ 0.024032948538661003,
495
+ 0.021957531571388245,
496
+ 0.022653618827462196,
497
+ 0.07894860953092575,
498
+ 0.010192464105784893,
499
+ 0.06648308783769608,
500
+ 0.010322709567844868,
501
+ 0.023940596729516983,
502
+ 0.05943480134010315,
503
+ 0.18070510029792786,
504
+ 0.02571825310587883,
505
+ 0.0865999311208725,
506
+ 0.031746022403240204,
507
+ 0.09300563484430313,
508
+ 0.03894064202904701,
509
+ 0.028292851522564888,
510
+ 0.20960281789302826,
511
+ 0.4258345067501068,
512
+ 0.1903967410326004,
513
+ 0.12843546271324158,
514
+ 0.06634844839572906,
515
+ 0.05763571709394455,
516
+ 0.02936353161931038,
517
+ 0.09870003908872604,
518
+ 0.0947885811328888,
519
+ 0.05469435825943947,
520
+ 0.06268441677093506,
521
+ 0.00996319018304348,
522
+ 0.08056265115737915,
523
+ 0.004587430972605944,
524
+ 0.2525641918182373,
525
+ 0.05711822211742401,
526
+ 0.044386327266693115,
527
+ 0.22678707540035248,
528
+ 0.10082376003265381,
529
+ 0.06934297829866409,
530
+ 0.012213506735861301,
531
+ 0.06616649776697159,
532
+ 0.0548509806394577,
533
+ 0.014980552718043327,
534
+ 0.007396575529128313,
535
+ 0.061274025589227676,
536
+ 0.042988695204257965,
537
+ 0.04668610915541649,
538
+ 0.16865140199661255,
539
+ 0.26964375376701355,
540
+ 0.056475721299648285,
541
+ 0.14963585138320923,
542
+ 0.21309936046600342,
543
+ 0.05998966842889786,
544
+ 0.029017716646194458,
545
+ 0.06226175278425217,
546
+ 0.05168889835476875,
547
+ 0.09576316922903061,
548
+ 0.11701932549476624,
549
+ 0.24077607691287994,
550
+ 0.011768612079322338,
551
+ 0.1210363432765007,
552
+ 0.024536408483982086,
553
+ 0.013470192439854145,
554
+ 0.08707186579704285,
555
+ 0.017577433958649635,
556
+ 0.020164169371128082,
557
+ 0.031408246606588364,
558
+ 0.022609665989875793,
559
+ 0.14370106160640717,
560
+ 0.053894296288490295,
561
+ 0.012631834484636784,
562
+ 0.10682573914527893,
563
+ 0.26735958456993103,
564
+ 0.02000163495540619,
565
+ 0.34669560194015503,
566
+ 0.024240832775831223,
567
+ 0.057165857404470444,
568
+ 0.0375276654958725,
569
+ 0.20578916370868683,
570
+ 0.1585746556520462,
571
+ 0.03805708885192871,
572
+ 0.006936165504157543,
573
+ 0.14257380366325378,
574
+ 0.09993958473205566
575
+ ]
576
+ }
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/exports/step_00015000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d40/exports/step_00015000",
3
+ "fingerprint": "a6081808260b5743",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d40",
6
+ "probe/map": 0.12667426146192218,
7
+ "probe/map_train": 0.540153332719088,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.15040797524046387,
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.682548423996195,
16
+ "probe/total_s": 8.253522298997268,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.14894823739976681
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.14916003852829945
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.15040797524046387
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.14924451167097905
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.14129543047711127
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.12334624078456997
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.1003043748238663
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6136739253997803,
49
+ 0.008185150101780891,
50
+ 0.05146750435233116,
51
+ 0.17153677344322205,
52
+ 0.12323644012212753,
53
+ 0.2634941041469574,
54
+ 0.17390649020671844,
55
+ 0.26917487382888794,
56
+ 0.04307837039232254,
57
+ 0.03684096038341522,
58
+ 0.024120774120092392,
59
+ 0.049071863293647766,
60
+ 0.46729639172554016,
61
+ 0.31802284717559814,
62
+ 0.029652751982212067,
63
+ 0.4220675528049469,
64
+ 0.26667600870132446,
65
+ 0.33697736263275146,
66
+ 0.042406994849443436,
67
+ 0.1000986397266388,
68
+ 0.2158983200788498,
69
+ 0.09904993325471878,
70
+ 0.20291629433631897,
71
+ 0.14214441180229187,
72
+ 0.07082673907279968,
73
+ 0.01858968287706375,
74
+ 0.07320057600736618,
75
+ 0.1669190526008606,
76
+ 0.18008141219615936,
77
+ 0.06049629673361778,
78
+ 0.21441927552223206,
79
+ 0.09770659357309341,
80
+ 0.02034398540854454,
81
+ 0.06522486358880997,
82
+ 0.24844790995121002,
83
+ 0.07074849307537079,
84
+ 0.30391860008239746,
85
+ 0.05744270980358124,
86
+ 0.06474699079990387,
87
+ 0.10835299640893936,
88
+ 0.11148703843355179,
89
+ 0.02531985007226467,
90
+ 0.061799537390470505,
91
+ 0.38803672790527344,
92
+ 0.010221166536211967,
93
+ 0.09571105986833572,
94
+ 0.012104925699532032,
95
+ 0.13188309967517853,
96
+ 0.0424259789288044,
97
+ 0.06404709070920944,
98
+ 0.1155347228050232,
99
+ 0.00684672687202692,
100
+ 0.03984695300459862,
101
+ 0.039437856525182724,
102
+ 0.2415345162153244,
103
+ 0.12055759131908417,
104
+ 0.20959432423114777,
105
+ 0.3304310739040375,
106
+ 0.10897649824619293,
107
+ 0.06434930115938187,
108
+ 0.1767248660326004,
109
+ 0.22137045860290527,
110
+ 0.03841259703040123,
111
+ 0.10278332233428955,
112
+ 0.5281241536140442,
113
+ 0.2190535068511963,
114
+ 0.30710938572883606,
115
+ 0.3015044033527374,
116
+ 0.37229394912719727,
117
+ 0.36203983426094055,
118
+ 0.10803055018186569,
119
+ 0.11523433029651642,
120
+ 0.1651710867881775,
121
+ 0.16423702239990234,
122
+ 0.15846936404705048,
123
+ 0.19844834506511688,
124
+ 0.040963999927043915,
125
+ 0.2325000911951065,
126
+ 0.12665361166000366,
127
+ 0.09029016643762589,
128
+ 0.0200937632471323,
129
+ 0.09635519236326218,
130
+ 0.36362236738204956,
131
+ 0.10037185251712799,
132
+ 0.0868011862039566,
133
+ 0.025222260504961014,
134
+ 0.04748339205980301,
135
+ 0.021251238882541656,
136
+ 0.02499820478260517,
137
+ 0.04938102141022682,
138
+ 0.041287507861852646,
139
+ 0.03704634681344032,
140
+ 0.1622702181339264,
141
+ 0.009024100378155708,
142
+ 0.027252057567238808,
143
+ 0.033043019473552704,
144
+ 0.013535751029849052,
145
+ 0.023066768422722816,
146
+ 0.1228073239326477,
147
+ 0.16379328072071075,
148
+ 0.14388087391853333,
149
+ 0.19218522310256958,
150
+ 0.045288946479558945,
151
+ 0.0427018478512764,
152
+ 0.019164197146892548,
153
+ 0.0342404767870903,
154
+ 0.06064477190375328,
155
+ 0.04484406113624573,
156
+ 0.050224706530570984,
157
+ 0.14674918353557587,
158
+ 0.16858457028865814,
159
+ 0.1278194785118103,
160
+ 0.11357900500297546,
161
+ 0.08965247869491577,
162
+ 0.034005459398031235,
163
+ 0.20086416602134705,
164
+ 0.20685702562332153,
165
+ 0.10578663647174835,
166
+ 0.12719014286994934,
167
+ 0.17828203737735748,
168
+ 0.18180646002292633,
169
+ 0.14851471781730652,
170
+ 0.11406513303518295,
171
+ 0.08910072594881058,
172
+ 0.00879606418311596,
173
+ 0.02196032926440239,
174
+ 0.10529910773038864,
175
+ 0.10799675434827805,
176
+ 0.0894915908575058,
177
+ 0.07607197016477585,
178
+ 0.0047884718514978886,
179
+ 0.11923489719629288,
180
+ 0.12428811937570572,
181
+ 0.12282617390155792,
182
+ 0.046483058482408524,
183
+ 0.01029691006988287,
184
+ 0.06778325885534286,
185
+ 0.7128485441207886,
186
+ 0.23474960029125214,
187
+ 0.27886253595352173,
188
+ 0.367931604385376,
189
+ 0.2788510322570801,
190
+ 0.07864320278167725,
191
+ 0.13002082705497742,
192
+ 0.07775921374559402,
193
+ 0.08570855110883713,
194
+ 0.0681629329919815,
195
+ 0.15183871984481812,
196
+ 0.09467214345932007,
197
+ 0.14533516764640808,
198
+ 0.1488369107246399,
199
+ 0.15856793522834778,
200
+ 0.19985057413578033,
201
+ 0.07969750463962555,
202
+ 0.08446604758501053,
203
+ 0.14528661966323853,
204
+ 0.06566312164068222,
205
+ 0.0738179087638855,
206
+ 0.014595245011150837,
207
+ 0.05460403859615326,
208
+ 0.41607052087783813,
209
+ 0.2762393355369568,
210
+ 0.3253004550933838,
211
+ 0.18441954255104065,
212
+ 0.24126942455768585,
213
+ 0.2605789005756378,
214
+ 0.286041796207428,
215
+ 0.13759876787662506,
216
+ 0.2838025689125061,
217
+ 0.3022662103176117,
218
+ 0.17576172947883606,
219
+ 0.26682281494140625,
220
+ 0.30043473839759827,
221
+ 0.09402965009212494,
222
+ 0.12139042466878891,
223
+ 0.05065353959798813,
224
+ 0.1482854187488556,
225
+ 0.33706316351890564,
226
+ 0.05216570943593979,
227
+ 0.10574352741241455,
228
+ 0.11387310922145844,
229
+ 0.11576931923627853,
230
+ 0.1014271005988121,
231
+ 0.20720994472503662,
232
+ 0.05914778634905815,
233
+ 0.3470894694328308,
234
+ 0.292523056268692,
235
+ 0.1179249957203865,
236
+ 0.24587208032608032,
237
+ 0.10112003982067108,
238
+ 0.15018469095230103,
239
+ 0.0720055103302002,
240
+ 0.30995166301727295,
241
+ 0.1512461006641388,
242
+ 0.1307741403579712,
243
+ 0.3661816120147705,
244
+ 0.04470245912671089,
245
+ 0.058569446206092834,
246
+ 0.14729459583759308,
247
+ 0.21945719420909882,
248
+ 0.042670030146837234,
249
+ 0.18303124606609344,
250
+ 0.12001276761293411,
251
+ 0.17160415649414062,
252
+ 0.2425568848848343,
253
+ 0.13275094330310822,
254
+ 0.17819182574748993,
255
+ 0.47994157671928406,
256
+ 0.21146485209465027,
257
+ 0.23920410871505737,
258
+ 0.7114381790161133,
259
+ 0.3438167870044708,
260
+ 0.5020002126693726,
261
+ 0.03434298187494278,
262
+ 0.30555373430252075,
263
+ 0.07539602369070053,
264
+ 0.04961272329092026,
265
+ 0.23592355847358704,
266
+ 0.09921391308307648,
267
+ 0.11943142861127853,
268
+ 0.1596025675535202,
269
+ 0.11566929519176483,
270
+ 0.1428806185722351,
271
+ 0.22755064070224762,
272
+ 0.059580229222774506,
273
+ 0.03390474617481232,
274
+ 0.047836557030677795,
275
+ 0.05656571686267853,
276
+ 0.13513991236686707,
277
+ 0.025052737444639206,
278
+ 0.03640979900956154,
279
+ 0.05652325227856636,
280
+ 0.0790720209479332,
281
+ 0.041393931955099106,
282
+ 0.022914152592420578,
283
+ 0.01236614678055048,
284
+ 0.18177466094493866,
285
+ 0.02150612697005272,
286
+ 0.2503531277179718,
287
+ 0.023323947563767433,
288
+ 0.19981297850608826,
289
+ 0.2819671928882599,
290
+ 0.29765111207962036,
291
+ 0.18357495963573456,
292
+ 0.149859219789505,
293
+ 0.27581673860549927,
294
+ 0.04843922331929207,
295
+ 0.1736224740743637,
296
+ 0.02176394872367382,
297
+ 0.09902289509773254,
298
+ 0.07467539608478546,
299
+ 0.01726476103067398,
300
+ 0.0477672815322876,
301
+ 0.07188791781663895,
302
+ 0.04153145104646683,
303
+ 0.17502646148204803,
304
+ 0.18795661628246307,
305
+ 0.1550118327140808,
306
+ 0.09368368983268738,
307
+ 0.07382101565599442,
308
+ 0.04168006777763367,
309
+ 0.06143883988261223,
310
+ 0.19983723759651184,
311
+ 0.054781995713710785,
312
+ 0.0113911684602499,
313
+ 0.04113905504345894,
314
+ 0.06762894988059998,
315
+ 0.07509665191173553,
316
+ 0.10338292270898819,
317
+ 0.04387401416897774,
318
+ 0.034023333340883255,
319
+ 0.2336646169424057,
320
+ 0.08834629505872726,
321
+ 0.03468630090355873,
322
+ 0.17683710157871246,
323
+ 0.018611455336213112,
324
+ 0.03355630487203598,
325
+ 0.015058212913572788,
326
+ 0.05499210208654404,
327
+ 0.05261250212788582,
328
+ 0.026089739054441452,
329
+ 0.2148323357105255,
330
+ 0.14426928758621216,
331
+ 0.2125978022813797,
332
+ 0.07148869335651398,
333
+ 0.23597685992717743,
334
+ 0.2598007023334503,
335
+ 0.28078338503837585,
336
+ 0.23346275091171265,
337
+ 0.19401691854000092,
338
+ 0.21356499195098877,
339
+ 0.17465147376060486,
340
+ 0.11395860463380814,
341
+ 0.23769024014472961,
342
+ 0.18975825607776642,
343
+ 0.1849440634250641,
344
+ 0.10253395140171051,
345
+ 0.005149392876774073,
346
+ 0.017376253381371498,
347
+ 0.01830877736210823,
348
+ 0.27827614545822144,
349
+ 0.18138819932937622,
350
+ 0.14804251492023468,
351
+ 0.10556833446025848,
352
+ 0.025128886103630066,
353
+ 0.09962927550077438,
354
+ 0.025525232776999474,
355
+ 0.15548023581504822,
356
+ 0.042875710874795914,
357
+ 0.044905345886945724,
358
+ 0.16665557026863098,
359
+ 0.04006228223443031,
360
+ 0.08571343868970871,
361
+ 0.05486036092042923,
362
+ 0.06100521981716156,
363
+ 0.1138467937707901,
364
+ 0.06361724436283112,
365
+ 0.044022995978593826,
366
+ 0.0940428301692009,
367
+ 0.052507657557725906,
368
+ 0.188833087682724,
369
+ 0.0352075919508934,
370
+ 0.4312921166419983,
371
+ 0.33351930975914,
372
+ 0.24789100885391235,
373
+ 0.27718836069107056,
374
+ 0.059723589569330215,
375
+ 0.07115907222032547,
376
+ 0.22386810183525085,
377
+ 0.21048273146152496,
378
+ 0.1492088884115219,
379
+ 0.17637644708156586,
380
+ 0.22664137184619904,
381
+ 0.24699337780475616,
382
+ 0.16423901915550232,
383
+ 0.16021846234798431,
384
+ 0.12833784520626068,
385
+ 0.22220037877559662,
386
+ 0.0574851855635643,
387
+ 0.034380197525024414,
388
+ 0.08639180660247803,
389
+ 0.008472271263599396,
390
+ 0.05850844457745552,
391
+ 0.1586039662361145,
392
+ 0.10913573205471039,
393
+ 0.0684349536895752,
394
+ 0.08572352677583694,
395
+ 0.28779056668281555,
396
+ 0.02050035633146763,
397
+ 0.016568908467888832,
398
+ 0.1012667566537857,
399
+ 0.01924806647002697,
400
+ 0.07874815911054611,
401
+ 0.08232440799474716,
402
+ 0.020957263186573982,
403
+ 0.034822188317775726,
404
+ 0.019262781366705894,
405
+ 0.007367785554379225,
406
+ 0.034538961946964264,
407
+ 0.17980001866817474,
408
+ 0.012346788309514523,
409
+ 0.04759136587381363,
410
+ 0.09612052142620087,
411
+ 0.08008113503456116,
412
+ 0.02781941182911396,
413
+ 0.04031690955162048,
414
+ 0.32146283984184265,
415
+ 0.20957741141319275,
416
+ 0.02578207291662693,
417
+ 0.09532038122415543,
418
+ 0.1438293308019638,
419
+ 0.12793725728988647,
420
+ 0.10950159281492233,
421
+ 0.3628285229206085,
422
+ 0.1099046990275383,
423
+ 0.05521369352936745,
424
+ 0.08328162878751755,
425
+ 0.09710980951786041,
426
+ 0.03633172810077667,
427
+ 0.02305734157562256,
428
+ 0.037069909274578094,
429
+ 0.10562936216592789,
430
+ 0.14712189137935638,
431
+ 0.0818992331624031,
432
+ 0.1341264843940735,
433
+ 0.18255306780338287,
434
+ 0.18923984467983246,
435
+ 0.039306800812482834,
436
+ 0.04691565781831741,
437
+ 0.05092528089880943,
438
+ 0.2486974596977234,
439
+ 0.1222773864865303,
440
+ 0.01807289756834507,
441
+ 0.3696277439594269,
442
+ 0.23239119350910187,
443
+ 0.07384725660085678,
444
+ 0.4356257915496826,
445
+ 0.47130972146987915,
446
+ 0.024872299283742905,
447
+ 0.33999425172805786,
448
+ 0.41886529326438904,
449
+ 0.03881172090768814,
450
+ 0.10073348879814148,
451
+ 0.20725533366203308,
452
+ 0.024257242679595947,
453
+ 0.03283515200018883,
454
+ 0.02551048994064331,
455
+ 0.027878662571310997,
456
+ 0.029259352013468742,
457
+ 0.0349954292178154,
458
+ 0.013061575591564178,
459
+ 0.10029687732458115,
460
+ 0.0168199110776186,
461
+ 0.02922195754945278,
462
+ 0.29524537920951843,
463
+ 0.1644992232322693,
464
+ 0.018681343644857407,
465
+ 0.013774924911558628,
466
+ 0.11278229206800461,
467
+ 0.12906324863433838,
468
+ 0.2754901051521301,
469
+ 0.052463598549366,
470
+ 0.08029834926128387,
471
+ 0.1934368908405304,
472
+ 0.1165732741355896,
473
+ 0.1255425661802292,
474
+ 0.05258476361632347,
475
+ 0.17224088311195374,
476
+ 0.15397001802921295,
477
+ 0.2027699053287506,
478
+ 0.0448962040245533,
479
+ 0.14213919639587402,
480
+ 0.22551636397838593,
481
+ 0.14878004789352417,
482
+ 0.006787810940295458,
483
+ 0.11710038781166077,
484
+ 0.21521563827991486,
485
+ 0.07849477231502533,
486
+ 0.09168294817209244,
487
+ 0.028202123939990997,
488
+ 0.03077538125216961,
489
+ 0.05299733951687813,
490
+ 0.007109152618795633,
491
+ 0.0653841495513916,
492
+ 0.013680495321750641,
493
+ 0.09111887961626053,
494
+ 0.017904000356793404,
495
+ 0.014113018289208412,
496
+ 0.0167844258248806,
497
+ 0.07846341282129288,
498
+ 0.0074267201125621796,
499
+ 0.05078377202153206,
500
+ 0.018086709082126617,
501
+ 0.02474060468375683,
502
+ 0.04039573296904564,
503
+ 0.22652313113212585,
504
+ 0.036895908415317535,
505
+ 0.0964924618601799,
506
+ 0.030864683911204338,
507
+ 0.09490474313497543,
508
+ 0.03138204663991928,
509
+ 0.03427821770310402,
510
+ 0.30009180307388306,
511
+ 0.40550291538238525,
512
+ 0.19954796135425568,
513
+ 0.15246933698654175,
514
+ 0.05651595816016197,
515
+ 0.059077270328998566,
516
+ 0.03963382542133331,
517
+ 0.10644543915987015,
518
+ 0.1163148507475853,
519
+ 0.05733431130647659,
520
+ 0.06672172993421555,
521
+ 0.017343295738101006,
522
+ 0.05488533526659012,
523
+ 0.004984567407518625,
524
+ 0.23679113388061523,
525
+ 0.058533862233161926,
526
+ 0.08745473623275757,
527
+ 0.21303507685661316,
528
+ 0.1336502879858017,
529
+ 0.06721193343400955,
530
+ 0.01500183530151844,
531
+ 0.06078357249498367,
532
+ 0.04328865930438042,
533
+ 0.030134445056319237,
534
+ 0.005500942934304476,
535
+ 0.050770025700330734,
536
+ 0.04867060109972954,
537
+ 0.03718860447406769,
538
+ 0.21959827840328217,
539
+ 0.23919549584388733,
540
+ 0.05738218128681183,
541
+ 0.14306999742984772,
542
+ 0.19989274442195892,
543
+ 0.07217639684677124,
544
+ 0.03213433921337128,
545
+ 0.05729745328426361,
546
+ 0.044818226248025894,
547
+ 0.10424027591943741,
548
+ 0.10940463095903397,
549
+ 0.30602923035621643,
550
+ 0.009436528198421001,
551
+ 0.12955786287784576,
552
+ 0.027056097984313965,
553
+ 0.015550927259027958,
554
+ 0.0884084403514862,
555
+ 0.018623754382133484,
556
+ 0.0172418300062418,
557
+ 0.028896240517497063,
558
+ 0.020299389958381653,
559
+ 0.13713525235652924,
560
+ 0.04923055320978165,
561
+ 0.00776583282276988,
562
+ 0.13326230645179749,
563
+ 0.2810969352722168,
564
+ 0.029564790427684784,
565
+ 0.32984715700149536,
566
+ 0.03725690767168999,
567
+ 0.04053858295083046,
568
+ 0.036634642630815506,
569
+ 0.20814092457294464,
570
+ 0.16456338763237,
571
+ 0.04582967981696129,
572
+ 0.007669384591281414,
573
+ 0.0993061512708664,
574
+ 0.09863429516553879
575
+ ]
576
+ }
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/exports/step_00020000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d40/exports/step_00020000",
3
+ "fingerprint": "a6081808260b5743",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d40",
6
+ "probe/map": 0.13589260048909815,
7
+ "probe/map_train": 0.5307160008847148,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.16137363603806912,
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.845087518100627,
16
+ "probe/total_s": 8.181202156003565,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1598554147960551
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.16011754101879216
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.16137363603806912
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.1610995884812428
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.14891874051318846
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.1265764328703263
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10292628919263945
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6374416947364807,
49
+ 0.0069250320084393024,
50
+ 0.06141252815723419,
51
+ 0.18924331665039062,
52
+ 0.10011865198612213,
53
+ 0.2907432019710541,
54
+ 0.20072054862976074,
55
+ 0.269614040851593,
56
+ 0.03694959357380867,
57
+ 0.03603465482592583,
58
+ 0.02525799535214901,
59
+ 0.043100349605083466,
60
+ 0.48837798833847046,
61
+ 0.3227121829986572,
62
+ 0.06039046496152878,
63
+ 0.48795706033706665,
64
+ 0.29611143469810486,
65
+ 0.3399267792701721,
66
+ 0.04488815739750862,
67
+ 0.09668000787496567,
68
+ 0.2422441691160202,
69
+ 0.08360618352890015,
70
+ 0.24908386170864105,
71
+ 0.14825980365276337,
72
+ 0.0701150968670845,
73
+ 0.02509167790412903,
74
+ 0.0739956721663475,
75
+ 0.16519884765148163,
76
+ 0.21203157305717468,
77
+ 0.07764206826686859,
78
+ 0.2213062345981598,
79
+ 0.10072292387485504,
80
+ 0.019648391753435135,
81
+ 0.06882485002279282,
82
+ 0.2011404186487198,
83
+ 0.038812242448329926,
84
+ 0.3440684676170349,
85
+ 0.062305767089128494,
86
+ 0.06682804226875305,
87
+ 0.12308218330144882,
88
+ 0.158873051404953,
89
+ 0.022940976545214653,
90
+ 0.0643640011548996,
91
+ 0.3843857944011688,
92
+ 0.011860602535307407,
93
+ 0.09948979318141937,
94
+ 0.01573595032095909,
95
+ 0.11177949607372284,
96
+ 0.05687035992741585,
97
+ 0.08255952596664429,
98
+ 0.11657995730638504,
99
+ 0.01086157001554966,
100
+ 0.054311275482177734,
101
+ 0.06510588526725769,
102
+ 0.20896977186203003,
103
+ 0.11473362892866135,
104
+ 0.23888036608695984,
105
+ 0.36825788021087646,
106
+ 0.11497162282466888,
107
+ 0.06897631287574768,
108
+ 0.17356453835964203,
109
+ 0.18124757707118988,
110
+ 0.041702449321746826,
111
+ 0.1104181706905365,
112
+ 0.5588963627815247,
113
+ 0.22267846763134003,
114
+ 0.30131956934928894,
115
+ 0.32259899377822876,
116
+ 0.39173975586891174,
117
+ 0.35307881236076355,
118
+ 0.10929559916257858,
119
+ 0.17069779336452484,
120
+ 0.1893528401851654,
121
+ 0.18367935717105865,
122
+ 0.1746823638677597,
123
+ 0.2427436113357544,
124
+ 0.03406061977148056,
125
+ 0.3137074112892151,
126
+ 0.13357621431350708,
127
+ 0.11547171324491501,
128
+ 0.014106801711022854,
129
+ 0.09347096085548401,
130
+ 0.3650572597980499,
131
+ 0.0929143875837326,
132
+ 0.10338897258043289,
133
+ 0.030397769063711166,
134
+ 0.07250943034887314,
135
+ 0.037900909781455994,
136
+ 0.024307215586304665,
137
+ 0.07212365418672562,
138
+ 0.09579212218523026,
139
+ 0.1013113409280777,
140
+ 0.16114820539951324,
141
+ 0.011579908430576324,
142
+ 0.027230167761445045,
143
+ 0.04909822344779968,
144
+ 0.01728435605764389,
145
+ 0.02066432498395443,
146
+ 0.12476734071969986,
147
+ 0.20599870383739471,
148
+ 0.19614416360855103,
149
+ 0.29130804538726807,
150
+ 0.042258746922016144,
151
+ 0.04335114732384682,
152
+ 0.024223661050200462,
153
+ 0.03998256474733353,
154
+ 0.0548471175134182,
155
+ 0.043539468199014664,
156
+ 0.08013009279966354,
157
+ 0.14975669980049133,
158
+ 0.2130257934331894,
159
+ 0.13239844143390656,
160
+ 0.11086497455835342,
161
+ 0.08860720694065094,
162
+ 0.04235975444316864,
163
+ 0.21611569821834564,
164
+ 0.20986197888851166,
165
+ 0.0805763229727745,
166
+ 0.12655192613601685,
167
+ 0.17387224733829498,
168
+ 0.18659386038780212,
169
+ 0.14622265100479126,
170
+ 0.12426416575908661,
171
+ 0.11396223306655884,
172
+ 0.007246278692036867,
173
+ 0.02660084143280983,
174
+ 0.10477250814437866,
175
+ 0.14933373034000397,
176
+ 0.0871458575129509,
177
+ 0.08684276044368744,
178
+ 0.006013090256601572,
179
+ 0.14269687235355377,
180
+ 0.09118933230638504,
181
+ 0.08182166516780853,
182
+ 0.07862893491983414,
183
+ 0.010051353834569454,
184
+ 0.10390544682741165,
185
+ 0.7160243988037109,
186
+ 0.22204139828681946,
187
+ 0.2900572121143341,
188
+ 0.36283034086227417,
189
+ 0.27986618876457214,
190
+ 0.13380774855613708,
191
+ 0.1437949240207672,
192
+ 0.06058343127369881,
193
+ 0.1017562747001648,
194
+ 0.08327670395374298,
195
+ 0.19568900763988495,
196
+ 0.12852513790130615,
197
+ 0.18868529796600342,
198
+ 0.14105680584907532,
199
+ 0.14778506755828857,
200
+ 0.2065800577402115,
201
+ 0.1085466518998146,
202
+ 0.12682922184467316,
203
+ 0.17274516820907593,
204
+ 0.08567458391189575,
205
+ 0.06528545171022415,
206
+ 0.02376413531601429,
207
+ 0.06477643549442291,
208
+ 0.4036955237388611,
209
+ 0.3075389266014099,
210
+ 0.3356025516986847,
211
+ 0.17193129658699036,
212
+ 0.25872525572776794,
213
+ 0.3037484288215637,
214
+ 0.317715585231781,
215
+ 0.1533801406621933,
216
+ 0.3119000494480133,
217
+ 0.29635870456695557,
218
+ 0.17834633588790894,
219
+ 0.29563599824905396,
220
+ 0.32387712597846985,
221
+ 0.14349967241287231,
222
+ 0.07123745232820511,
223
+ 0.06899703294038773,
224
+ 0.13611352443695068,
225
+ 0.3065961003303528,
226
+ 0.06962868571281433,
227
+ 0.1408546417951584,
228
+ 0.19065451622009277,
229
+ 0.1500634104013443,
230
+ 0.14660818874835968,
231
+ 0.2530154287815094,
232
+ 0.06055091693997383,
233
+ 0.3669772446155548,
234
+ 0.34529832005500793,
235
+ 0.16434815526008606,
236
+ 0.25289401412010193,
237
+ 0.14921770989894867,
238
+ 0.17260588705539703,
239
+ 0.09269659966230392,
240
+ 0.33800315856933594,
241
+ 0.19466693699359894,
242
+ 0.1877119094133377,
243
+ 0.3733845055103302,
244
+ 0.06306581199169159,
245
+ 0.09229806810617447,
246
+ 0.10219507664442062,
247
+ 0.2883395850658417,
248
+ 0.03728761896491051,
249
+ 0.22768628597259521,
250
+ 0.11873102933168411,
251
+ 0.190964475274086,
252
+ 0.23397491872310638,
253
+ 0.18428464233875275,
254
+ 0.2199924886226654,
255
+ 0.5018500089645386,
256
+ 0.21134938299655914,
257
+ 0.2957620918750763,
258
+ 0.7407435774803162,
259
+ 0.3862500786781311,
260
+ 0.5066211223602295,
261
+ 0.052260126918554306,
262
+ 0.31753677129745483,
263
+ 0.13144467771053314,
264
+ 0.06428243219852448,
265
+ 0.21458935737609863,
266
+ 0.10473467409610748,
267
+ 0.1237194761633873,
268
+ 0.16524817049503326,
269
+ 0.12204058468341827,
270
+ 0.16223442554473877,
271
+ 0.21315939724445343,
272
+ 0.08341051638126373,
273
+ 0.047976430505514145,
274
+ 0.046485576778650284,
275
+ 0.03469870612025261,
276
+ 0.11740224063396454,
277
+ 0.02438368834555149,
278
+ 0.04285605251789093,
279
+ 0.05710557848215103,
280
+ 0.07724183052778244,
281
+ 0.04834894835948944,
282
+ 0.04051443189382553,
283
+ 0.011665377765893936,
284
+ 0.20376095175743103,
285
+ 0.026493603363633156,
286
+ 0.2759162485599518,
287
+ 0.026230737566947937,
288
+ 0.23446011543273926,
289
+ 0.2727004587650299,
290
+ 0.32329487800598145,
291
+ 0.22201776504516602,
292
+ 0.1551017463207245,
293
+ 0.25968053936958313,
294
+ 0.0528373122215271,
295
+ 0.19634409248828888,
296
+ 0.02033979818224907,
297
+ 0.10232950001955032,
298
+ 0.105626679956913,
299
+ 0.015811998397111893,
300
+ 0.05397661402821541,
301
+ 0.0899718850851059,
302
+ 0.036648042500019073,
303
+ 0.17514553666114807,
304
+ 0.19019050896167755,
305
+ 0.2370380163192749,
306
+ 0.06683283299207687,
307
+ 0.1014898493885994,
308
+ 0.042893294245004654,
309
+ 0.08064708858728409,
310
+ 0.10563443601131439,
311
+ 0.04470256716012955,
312
+ 0.018402379006147385,
313
+ 0.06445072591304779,
314
+ 0.05947335436940193,
315
+ 0.08659208565950394,
316
+ 0.053523819893598557,
317
+ 0.0373772569000721,
318
+ 0.029269656166434288,
319
+ 0.23337367177009583,
320
+ 0.14766375720500946,
321
+ 0.04101545736193657,
322
+ 0.17114900052547455,
323
+ 0.029807869344949722,
324
+ 0.04388439282774925,
325
+ 0.037670716643333435,
326
+ 0.05121248587965965,
327
+ 0.03463597223162651,
328
+ 0.025766955688595772,
329
+ 0.2503727078437805,
330
+ 0.14780674874782562,
331
+ 0.2450389862060547,
332
+ 0.07757016271352768,
333
+ 0.26167112588882446,
334
+ 0.28892913460731506,
335
+ 0.29189035296440125,
336
+ 0.24421553313732147,
337
+ 0.1839674711227417,
338
+ 0.206122025847435,
339
+ 0.17498382925987244,
340
+ 0.12237869948148727,
341
+ 0.2107696235179901,
342
+ 0.21444016695022583,
343
+ 0.22223323583602905,
344
+ 0.13238254189491272,
345
+ 0.006314737722277641,
346
+ 0.020949194207787514,
347
+ 0.015292583964765072,
348
+ 0.2785097658634186,
349
+ 0.2017155885696411,
350
+ 0.14954054355621338,
351
+ 0.1106429249048233,
352
+ 0.02743426524102688,
353
+ 0.12386056780815125,
354
+ 0.028780145570635796,
355
+ 0.1717335432767868,
356
+ 0.035391148179769516,
357
+ 0.045845817774534225,
358
+ 0.15543723106384277,
359
+ 0.06953439116477966,
360
+ 0.11329910904169083,
361
+ 0.07987195998430252,
362
+ 0.07216856628656387,
363
+ 0.12742483615875244,
364
+ 0.06230897083878517,
365
+ 0.05526464432477951,
366
+ 0.10868358612060547,
367
+ 0.06388851255178452,
368
+ 0.20721042156219482,
369
+ 0.024868564680218697,
370
+ 0.44659310579299927,
371
+ 0.3753032684326172,
372
+ 0.2754380702972412,
373
+ 0.2867966294288635,
374
+ 0.05722697824239731,
375
+ 0.07339304685592651,
376
+ 0.23589977622032166,
377
+ 0.2217942625284195,
378
+ 0.1331549435853958,
379
+ 0.20623022317886353,
380
+ 0.2421860247850418,
381
+ 0.24444924294948578,
382
+ 0.18299469351768494,
383
+ 0.17102950811386108,
384
+ 0.1444220095872879,
385
+ 0.22500962018966675,
386
+ 0.06814631819725037,
387
+ 0.03814639896154404,
388
+ 0.10394062101840973,
389
+ 0.01515386812388897,
390
+ 0.06335125118494034,
391
+ 0.16426189243793488,
392
+ 0.10040061920881271,
393
+ 0.09596125781536102,
394
+ 0.10619975626468658,
395
+ 0.3400687575340271,
396
+ 0.03395870327949524,
397
+ 0.019973164424300194,
398
+ 0.12635035812854767,
399
+ 0.015009690076112747,
400
+ 0.07703473418951035,
401
+ 0.09806749224662781,
402
+ 0.024951146915555,
403
+ 0.03396731615066528,
404
+ 0.01817863993346691,
405
+ 0.01254905667155981,
406
+ 0.03853733092546463,
407
+ 0.128623366355896,
408
+ 0.011638296768069267,
409
+ 0.053519949316978455,
410
+ 0.10781291872262955,
411
+ 0.1182108148932457,
412
+ 0.036384567618370056,
413
+ 0.06746140867471695,
414
+ 0.36007314920425415,
415
+ 0.20901235938072205,
416
+ 0.01553616113960743,
417
+ 0.12775620818138123,
418
+ 0.1453002244234085,
419
+ 0.11354749649763107,
420
+ 0.141939178109169,
421
+ 0.37151697278022766,
422
+ 0.1512046456336975,
423
+ 0.05666671320796013,
424
+ 0.09168691188097,
425
+ 0.09629218280315399,
426
+ 0.018221931532025337,
427
+ 0.019421180710196495,
428
+ 0.026712950319051743,
429
+ 0.09448558837175369,
430
+ 0.1516970843076706,
431
+ 0.08498243242502213,
432
+ 0.15323977172374725,
433
+ 0.19130103290081024,
434
+ 0.17906244099140167,
435
+ 0.056998420506715775,
436
+ 0.06621404737234116,
437
+ 0.04101713001728058,
438
+ 0.29718175530433655,
439
+ 0.1003202497959137,
440
+ 0.026410706341266632,
441
+ 0.3276667594909668,
442
+ 0.21567924320697784,
443
+ 0.07454435527324677,
444
+ 0.46878916025161743,
445
+ 0.4879399538040161,
446
+ 0.02361435815691948,
447
+ 0.3894325792789459,
448
+ 0.4694707989692688,
449
+ 0.04810427129268646,
450
+ 0.10096164792776108,
451
+ 0.2441587597131729,
452
+ 0.037349775433540344,
453
+ 0.03330959752202034,
454
+ 0.03612058237195015,
455
+ 0.05738770216703415,
456
+ 0.0582960806787014,
457
+ 0.03554009646177292,
458
+ 0.019626997411251068,
459
+ 0.12811101973056793,
460
+ 0.01875079609453678,
461
+ 0.05936211720108986,
462
+ 0.25682756304740906,
463
+ 0.07348242402076721,
464
+ 0.02247825264930725,
465
+ 0.0154695063829422,
466
+ 0.12927524745464325,
467
+ 0.07673977315425873,
468
+ 0.2629009485244751,
469
+ 0.06843706965446472,
470
+ 0.0930902436375618,
471
+ 0.21832847595214844,
472
+ 0.11679504811763763,
473
+ 0.1210000142455101,
474
+ 0.054917097091674805,
475
+ 0.16617488861083984,
476
+ 0.19873842597007751,
477
+ 0.23182325065135956,
478
+ 0.08553639054298401,
479
+ 0.1456279456615448,
480
+ 0.20299981534481049,
481
+ 0.10996723920106888,
482
+ 0.006015450693666935,
483
+ 0.10449996590614319,
484
+ 0.19007323682308197,
485
+ 0.08367989957332611,
486
+ 0.10433045029640198,
487
+ 0.03232182189822197,
488
+ 0.021983914077281952,
489
+ 0.042785417288541794,
490
+ 0.009136968292295933,
491
+ 0.0823521763086319,
492
+ 0.017780659720301628,
493
+ 0.111861951649189,
494
+ 0.03405755013227463,
495
+ 0.013479083776473999,
496
+ 0.020064473152160645,
497
+ 0.0825285091996193,
498
+ 0.007654735352844,
499
+ 0.047047823667526245,
500
+ 0.015681082382798195,
501
+ 0.0363883413374424,
502
+ 0.04722263664007187,
503
+ 0.2340831607580185,
504
+ 0.04857896268367767,
505
+ 0.10189448297023773,
506
+ 0.038606446236371994,
507
+ 0.12746334075927734,
508
+ 0.03661031275987625,
509
+ 0.043669626116752625,
510
+ 0.29580944776535034,
511
+ 0.40140393376350403,
512
+ 0.18855074048042297,
513
+ 0.1259496808052063,
514
+ 0.02994992770254612,
515
+ 0.09753821045160294,
516
+ 0.04731975868344307,
517
+ 0.13382770121097565,
518
+ 0.07843348383903503,
519
+ 0.0712842270731926,
520
+ 0.10412333160638809,
521
+ 0.014807309955358505,
522
+ 0.08098243921995163,
523
+ 0.01006732415407896,
524
+ 0.27579906582832336,
525
+ 0.07154447585344315,
526
+ 0.1042088121175766,
527
+ 0.23370441794395447,
528
+ 0.1581648290157318,
529
+ 0.07595831900835037,
530
+ 0.019603358581662178,
531
+ 0.0811081975698471,
532
+ 0.052694063633680344,
533
+ 0.013521832413971424,
534
+ 0.008350075222551823,
535
+ 0.056860778480768204,
536
+ 0.0481879860162735,
537
+ 0.049291688948869705,
538
+ 0.20758436620235443,
539
+ 0.2788705825805664,
540
+ 0.06349491328001022,
541
+ 0.14362186193466187,
542
+ 0.214381143450737,
543
+ 0.039844054728746414,
544
+ 0.050877008587121964,
545
+ 0.06716251373291016,
546
+ 0.05939480662345886,
547
+ 0.11114228516817093,
548
+ 0.11539573967456818,
549
+ 0.2516941428184509,
550
+ 0.009612860158085823,
551
+ 0.1232839897274971,
552
+ 0.023587645962834358,
553
+ 0.020944984629750252,
554
+ 0.0949208214879036,
555
+ 0.015425783582031727,
556
+ 0.017821000888943672,
557
+ 0.03566635027527809,
558
+ 0.021889494732022285,
559
+ 0.14305990934371948,
560
+ 0.06151052191853523,
561
+ 0.010376745834946632,
562
+ 0.13687460124492645,
563
+ 0.26480165123939514,
564
+ 0.05619654059410095,
565
+ 0.2814588248729706,
566
+ 0.02761438675224781,
567
+ 0.029559889808297157,
568
+ 0.03597428649663925,
569
+ 0.20201827585697174,
570
+ 0.17187008261680603,
571
+ 0.0562838651239872,
572
+ 0.009074375033378601,
573
+ 0.12276609987020493,
574
+ 0.10135802626609802
575
+ ]
576
+ }
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/exports/step_00025000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d40/exports/step_00025000",
3
+ "fingerprint": "a6081808260b5743",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d40",
6
+ "probe/map": 0.1401677032998026,
7
+ "probe/map_train": 0.5192279830377061,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.16443300051649987,
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.578846547985449,
16
+ "probe/total_s": 9.221935490961187,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.16331122255180758
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.16357381109667826
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.16443300051649987
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.16290346407543593
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.15219842984148457
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.12837906836698174
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10401125357749623
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6342905163764954,
49
+ 0.008129467256367207,
50
+ 0.06183605641126633,
51
+ 0.1996338814496994,
52
+ 0.09607073664665222,
53
+ 0.24809370934963226,
54
+ 0.1757376492023468,
55
+ 0.29151076078414917,
56
+ 0.05047439783811569,
57
+ 0.044658854603767395,
58
+ 0.023032650351524353,
59
+ 0.03674919903278351,
60
+ 0.5149945616722107,
61
+ 0.3236854672431946,
62
+ 0.05846349895000458,
63
+ 0.502397358417511,
64
+ 0.33213475346565247,
65
+ 0.35944077372550964,
66
+ 0.07301701605319977,
67
+ 0.12690719962120056,
68
+ 0.2583198547363281,
69
+ 0.10991260409355164,
70
+ 0.22569437325000763,
71
+ 0.1519685536623001,
72
+ 0.0684700533747673,
73
+ 0.02318567968904972,
74
+ 0.07434079051017761,
75
+ 0.17567870020866394,
76
+ 0.21080617606639862,
77
+ 0.10519164055585861,
78
+ 0.24297821521759033,
79
+ 0.12463811784982681,
80
+ 0.02083679288625717,
81
+ 0.06120112165808678,
82
+ 0.24393750727176666,
83
+ 0.04924231767654419,
84
+ 0.39811956882476807,
85
+ 0.06409814953804016,
86
+ 0.07004006952047348,
87
+ 0.1662915199995041,
88
+ 0.15349990129470825,
89
+ 0.023868458345532417,
90
+ 0.0693340077996254,
91
+ 0.4173959493637085,
92
+ 0.013879078440368176,
93
+ 0.08220628648996353,
94
+ 0.019538339227437973,
95
+ 0.09962351620197296,
96
+ 0.044300299137830734,
97
+ 0.075947105884552,
98
+ 0.12789525091648102,
99
+ 0.010418299585580826,
100
+ 0.04843085631728172,
101
+ 0.04981054365634918,
102
+ 0.22306546568870544,
103
+ 0.10435515642166138,
104
+ 0.22241784632205963,
105
+ 0.3309890925884247,
106
+ 0.12438318133354187,
107
+ 0.07098671048879623,
108
+ 0.18931929767131805,
109
+ 0.20895402133464813,
110
+ 0.05943794548511505,
111
+ 0.14246909320354462,
112
+ 0.5328053832054138,
113
+ 0.2320462018251419,
114
+ 0.29137906432151794,
115
+ 0.2912440299987793,
116
+ 0.3970028758049011,
117
+ 0.38058534264564514,
118
+ 0.13025249540805817,
119
+ 0.14697951078414917,
120
+ 0.18875472247600555,
121
+ 0.1875046044588089,
122
+ 0.18483635783195496,
123
+ 0.2059030681848526,
124
+ 0.046612698584795,
125
+ 0.24181780219078064,
126
+ 0.14708396792411804,
127
+ 0.15423215925693512,
128
+ 0.022011447697877884,
129
+ 0.10002263635396957,
130
+ 0.3880752921104431,
131
+ 0.0997275784611702,
132
+ 0.10074039548635483,
133
+ 0.031491365283727646,
134
+ 0.05274724215269089,
135
+ 0.026333272457122803,
136
+ 0.04202526807785034,
137
+ 0.05608939379453659,
138
+ 0.07541880011558533,
139
+ 0.07385950535535812,
140
+ 0.1756458729505539,
141
+ 0.01397684682160616,
142
+ 0.042862460017204285,
143
+ 0.03236258774995804,
144
+ 0.018532417714595795,
145
+ 0.02176821604371071,
146
+ 0.1318952590227127,
147
+ 0.21132726967334747,
148
+ 0.18418455123901367,
149
+ 0.31421080231666565,
150
+ 0.041252970695495605,
151
+ 0.039548054337501526,
152
+ 0.012864137068390846,
153
+ 0.0316774919629097,
154
+ 0.05746656283736229,
155
+ 0.04678579792380333,
156
+ 0.08521630614995956,
157
+ 0.17724871635437012,
158
+ 0.21354728937149048,
159
+ 0.1345006674528122,
160
+ 0.11159191280603409,
161
+ 0.08840221911668777,
162
+ 0.04622892662882805,
163
+ 0.23144878447055817,
164
+ 0.224119171500206,
165
+ 0.09971532225608826,
166
+ 0.12332338839769363,
167
+ 0.16400226950645447,
168
+ 0.17538204789161682,
169
+ 0.16228385269641876,
170
+ 0.10976884514093399,
171
+ 0.10918932408094406,
172
+ 0.008818334899842739,
173
+ 0.03303942456841469,
174
+ 0.11442039161920547,
175
+ 0.15936608612537384,
176
+ 0.1138921007514,
177
+ 0.1069047823548317,
178
+ 0.0051146880723536015,
179
+ 0.13357794284820557,
180
+ 0.15406818687915802,
181
+ 0.1435358226299286,
182
+ 0.06778670847415924,
183
+ 0.01283275242894888,
184
+ 0.07536288350820541,
185
+ 0.7200165390968323,
186
+ 0.2357974797487259,
187
+ 0.29793378710746765,
188
+ 0.397521436214447,
189
+ 0.26958587765693665,
190
+ 0.1647338569164276,
191
+ 0.14799700677394867,
192
+ 0.06611565500497818,
193
+ 0.13026736676692963,
194
+ 0.0981714278459549,
195
+ 0.23857077956199646,
196
+ 0.12838076055049896,
197
+ 0.1888490468263626,
198
+ 0.14243054389953613,
199
+ 0.1867055594921112,
200
+ 0.2329045981168747,
201
+ 0.1327202469110489,
202
+ 0.10462050139904022,
203
+ 0.18740876019001007,
204
+ 0.09519562125205994,
205
+ 0.07515914738178253,
206
+ 0.03030562773346901,
207
+ 0.06384927034378052,
208
+ 0.43729889392852783,
209
+ 0.29341956973075867,
210
+ 0.3251623213291168,
211
+ 0.16308726370334625,
212
+ 0.26216503977775574,
213
+ 0.2776937484741211,
214
+ 0.311381071805954,
215
+ 0.16521480679512024,
216
+ 0.3133801817893982,
217
+ 0.31733763217926025,
218
+ 0.16203494369983673,
219
+ 0.30471014976501465,
220
+ 0.34436067938804626,
221
+ 0.14900346100330353,
222
+ 0.10261034220457077,
223
+ 0.06612148880958557,
224
+ 0.13854040205478668,
225
+ 0.34093421697616577,
226
+ 0.07457796484231949,
227
+ 0.13435406982898712,
228
+ 0.1928020417690277,
229
+ 0.16193322837352753,
230
+ 0.16192658245563507,
231
+ 0.26208263635635376,
232
+ 0.07347813248634338,
233
+ 0.40623483061790466,
234
+ 0.3524066209793091,
235
+ 0.19058221578598022,
236
+ 0.2640276551246643,
237
+ 0.15044744312763214,
238
+ 0.17509184777736664,
239
+ 0.10045274347066879,
240
+ 0.33943596482276917,
241
+ 0.17627765238285065,
242
+ 0.15917983651161194,
243
+ 0.38296008110046387,
244
+ 0.06107897683978081,
245
+ 0.09075037389993668,
246
+ 0.12848766148090363,
247
+ 0.2820281684398651,
248
+ 0.04705090448260307,
249
+ 0.23834380507469177,
250
+ 0.15488243103027344,
251
+ 0.17551539838314056,
252
+ 0.2463483363389969,
253
+ 0.16641345620155334,
254
+ 0.18474631011486053,
255
+ 0.5256935358047485,
256
+ 0.21331442892551422,
257
+ 0.30549490451812744,
258
+ 0.7474600672721863,
259
+ 0.4145708680152893,
260
+ 0.501091480255127,
261
+ 0.05380377173423767,
262
+ 0.3274393677711487,
263
+ 0.12463165074586868,
264
+ 0.03674200549721718,
265
+ 0.21091344952583313,
266
+ 0.15625371038913727,
267
+ 0.12428975105285645,
268
+ 0.1750754714012146,
269
+ 0.1372324675321579,
270
+ 0.1831636279821396,
271
+ 0.21845802664756775,
272
+ 0.07301894575357437,
273
+ 0.0547991618514061,
274
+ 0.05733482167124748,
275
+ 0.04098834469914436,
276
+ 0.12183959037065506,
277
+ 0.04831085354089737,
278
+ 0.040421098470687866,
279
+ 0.04801282286643982,
280
+ 0.06522174924612045,
281
+ 0.04404158890247345,
282
+ 0.05478627234697342,
283
+ 0.012464293278753757,
284
+ 0.1824718713760376,
285
+ 0.019619429484009743,
286
+ 0.2922763228416443,
287
+ 0.024114880710840225,
288
+ 0.22721900045871735,
289
+ 0.2783896327018738,
290
+ 0.2955290675163269,
291
+ 0.20051676034927368,
292
+ 0.14298434555530548,
293
+ 0.22174875438213348,
294
+ 0.06544747203588486,
295
+ 0.21780554950237274,
296
+ 0.02958706207573414,
297
+ 0.12066523730754852,
298
+ 0.09524626284837723,
299
+ 0.02004954405128956,
300
+ 0.04191719740629196,
301
+ 0.07351425290107727,
302
+ 0.04848151654005051,
303
+ 0.19130590558052063,
304
+ 0.2294403463602066,
305
+ 0.1960136741399765,
306
+ 0.06262914836406708,
307
+ 0.06247653812170029,
308
+ 0.02877870574593544,
309
+ 0.09750735014677048,
310
+ 0.12486760318279266,
311
+ 0.07460995763540268,
312
+ 0.018517930060625076,
313
+ 0.05490416660904884,
314
+ 0.06605791300535202,
315
+ 0.10536655783653259,
316
+ 0.06807417422533035,
317
+ 0.06336094439029694,
318
+ 0.0349137969315052,
319
+ 0.25713711977005005,
320
+ 0.14065678417682648,
321
+ 0.034665029495954514,
322
+ 0.1702372133731842,
323
+ 0.035643719136714935,
324
+ 0.039803192019462585,
325
+ 0.01827702298760414,
326
+ 0.06721686571836472,
327
+ 0.0687984824180603,
328
+ 0.03307447209954262,
329
+ 0.25613802671432495,
330
+ 0.14303763210773468,
331
+ 0.2420368641614914,
332
+ 0.07902257889509201,
333
+ 0.27310216426849365,
334
+ 0.26532167196273804,
335
+ 0.28979507088661194,
336
+ 0.24934639036655426,
337
+ 0.20857767760753632,
338
+ 0.20257073640823364,
339
+ 0.1827373206615448,
340
+ 0.11929871141910553,
341
+ 0.21632730960845947,
342
+ 0.2057427316904068,
343
+ 0.20218698680400848,
344
+ 0.13276255130767822,
345
+ 0.007359037641435862,
346
+ 0.03565008565783501,
347
+ 0.017737047746777534,
348
+ 0.2886950969696045,
349
+ 0.20364072918891907,
350
+ 0.16885550320148468,
351
+ 0.09750598669052124,
352
+ 0.03880664333701134,
353
+ 0.09700369834899902,
354
+ 0.035365134477615356,
355
+ 0.17910346388816833,
356
+ 0.041059017181396484,
357
+ 0.0745500922203064,
358
+ 0.16741125285625458,
359
+ 0.048421408981084824,
360
+ 0.12727104127407074,
361
+ 0.0673636719584465,
362
+ 0.07140474766492844,
363
+ 0.12969325482845306,
364
+ 0.04822329431772232,
365
+ 0.07112302631139755,
366
+ 0.1033380851149559,
367
+ 0.05088804289698601,
368
+ 0.21087367832660675,
369
+ 0.05059528723359108,
370
+ 0.42177847027778625,
371
+ 0.389272540807724,
372
+ 0.25745058059692383,
373
+ 0.27499914169311523,
374
+ 0.049914997071027756,
375
+ 0.07336920499801636,
376
+ 0.25826016068458557,
377
+ 0.2534690499305725,
378
+ 0.11086020618677139,
379
+ 0.18213440477848053,
380
+ 0.2685719430446625,
381
+ 0.33228081464767456,
382
+ 0.19704923033714294,
383
+ 0.19777709245681763,
384
+ 0.1692337989807129,
385
+ 0.25434139370918274,
386
+ 0.05986040085554123,
387
+ 0.03744783625006676,
388
+ 0.11051233112812042,
389
+ 0.023399772122502327,
390
+ 0.05014239624142647,
391
+ 0.16192364692687988,
392
+ 0.08845540136098862,
393
+ 0.09663736075162888,
394
+ 0.10718978941440582,
395
+ 0.3183601200580597,
396
+ 0.03831290453672409,
397
+ 0.019397994503378868,
398
+ 0.13443152606487274,
399
+ 0.021432261914014816,
400
+ 0.08853388577699661,
401
+ 0.08584505319595337,
402
+ 0.031259290874004364,
403
+ 0.043708618730306625,
404
+ 0.02079448290169239,
405
+ 0.015515565872192383,
406
+ 0.03591594845056534,
407
+ 0.11464346945285797,
408
+ 0.013210452161729336,
409
+ 0.054246824234724045,
410
+ 0.11062886565923691,
411
+ 0.13309340178966522,
412
+ 0.030498448759317398,
413
+ 0.03507119044661522,
414
+ 0.35089391469955444,
415
+ 0.1981927901506424,
416
+ 0.01976045034825802,
417
+ 0.13291338086128235,
418
+ 0.1686825007200241,
419
+ 0.10319391638040543,
420
+ 0.14896400272846222,
421
+ 0.3939835727214813,
422
+ 0.13696038722991943,
423
+ 0.09209994226694107,
424
+ 0.08952201157808304,
425
+ 0.0914696529507637,
426
+ 0.020856548100709915,
427
+ 0.019688298925757408,
428
+ 0.03847132995724678,
429
+ 0.11167480051517487,
430
+ 0.16390804946422577,
431
+ 0.10488894581794739,
432
+ 0.1844530999660492,
433
+ 0.18998213112354279,
434
+ 0.199951171875,
435
+ 0.047465868294239044,
436
+ 0.0668286606669426,
437
+ 0.04902646318078041,
438
+ 0.296703040599823,
439
+ 0.10809389501810074,
440
+ 0.03531789407134056,
441
+ 0.3616119623184204,
442
+ 0.258215069770813,
443
+ 0.10421863943338394,
444
+ 0.4529574513435364,
445
+ 0.5341131091117859,
446
+ 0.029030414298176765,
447
+ 0.34225785732269287,
448
+ 0.4311906099319458,
449
+ 0.0474717915058136,
450
+ 0.12060020864009857,
451
+ 0.24856001138687134,
452
+ 0.03619397431612015,
453
+ 0.03739168867468834,
454
+ 0.0493292398750782,
455
+ 0.07372338324785233,
456
+ 0.045026667416095734,
457
+ 0.04183494672179222,
458
+ 0.019086740911006927,
459
+ 0.10069616138935089,
460
+ 0.02329319156706333,
461
+ 0.06349773705005646,
462
+ 0.3277888000011444,
463
+ 0.06955844163894653,
464
+ 0.02429211512207985,
465
+ 0.01611953042447567,
466
+ 0.10883677005767822,
467
+ 0.1208675354719162,
468
+ 0.27706778049468994,
469
+ 0.07937951385974884,
470
+ 0.09013354778289795,
471
+ 0.25228726863861084,
472
+ 0.10810708999633789,
473
+ 0.12102663516998291,
474
+ 0.050109270960092545,
475
+ 0.17005851864814758,
476
+ 0.18496082723140717,
477
+ 0.21099171042442322,
478
+ 0.054752618074417114,
479
+ 0.16123704612255096,
480
+ 0.20820216834545135,
481
+ 0.09712296724319458,
482
+ 0.005546113010495901,
483
+ 0.097059465944767,
484
+ 0.2045208364725113,
485
+ 0.09866946935653687,
486
+ 0.08784886449575424,
487
+ 0.04650033637881279,
488
+ 0.02101938985288143,
489
+ 0.06160777807235718,
490
+ 0.013580197468400002,
491
+ 0.09632448107004166,
492
+ 0.028721019625663757,
493
+ 0.11834043264389038,
494
+ 0.03844558820128441,
495
+ 0.009895103983581066,
496
+ 0.025465890765190125,
497
+ 0.09652076661586761,
498
+ 0.008635375648736954,
499
+ 0.049928996711969376,
500
+ 0.01472399104386568,
501
+ 0.06835032254457474,
502
+ 0.05197431892156601,
503
+ 0.22022965550422668,
504
+ 0.05505164712667465,
505
+ 0.16705285012722015,
506
+ 0.030606450513005257,
507
+ 0.11758774518966675,
508
+ 0.047880321741104126,
509
+ 0.03277191147208214,
510
+ 0.3077869713306427,
511
+ 0.42469322681427,
512
+ 0.2146916538476944,
513
+ 0.12261732667684555,
514
+ 0.05184410139918327,
515
+ 0.05769037827849388,
516
+ 0.05437003821134567,
517
+ 0.17917606234550476,
518
+ 0.11453083902597427,
519
+ 0.06125201657414436,
520
+ 0.0644795149564743,
521
+ 0.0166324395686388,
522
+ 0.08427389711141586,
523
+ 0.005679300520569086,
524
+ 0.27825766801834106,
525
+ 0.06338424980640411,
526
+ 0.10125881433486938,
527
+ 0.25528502464294434,
528
+ 0.1535501927137375,
529
+ 0.07797325402498245,
530
+ 0.017557451501488686,
531
+ 0.07961004227399826,
532
+ 0.06994626671075821,
533
+ 0.015398102812469006,
534
+ 0.00643958942964673,
535
+ 0.07612834870815277,
536
+ 0.05128110572695732,
537
+ 0.03824714943766594,
538
+ 0.223002627491951,
539
+ 0.2961937487125397,
540
+ 0.07880347967147827,
541
+ 0.14168503880500793,
542
+ 0.2242315709590912,
543
+ 0.0346190482378006,
544
+ 0.038172487169504166,
545
+ 0.04912401735782623,
546
+ 0.055056486278772354,
547
+ 0.11211057752370834,
548
+ 0.09830605238676071,
549
+ 0.28719308972358704,
550
+ 0.006989363580942154,
551
+ 0.14768627285957336,
552
+ 0.040707457810640335,
553
+ 0.019103500992059708,
554
+ 0.09891229122877121,
555
+ 0.017605377361178398,
556
+ 0.02410203032195568,
557
+ 0.03736765310168266,
558
+ 0.022269481793045998,
559
+ 0.1394656002521515,
560
+ 0.06297530233860016,
561
+ 0.00896847527474165,
562
+ 0.12629123032093048,
563
+ 0.2768095135688782,
564
+ 0.04734860360622406,
565
+ 0.3112349510192871,
566
+ 0.03790045902132988,
567
+ 0.033890996128320694,
568
+ 0.04206828400492668,
569
+ 0.19741539657115936,
570
+ 0.159946009516716,
571
+ 0.05321282148361206,
572
+ 0.009139270521700382,
573
+ 0.14173074066638947,
574
+ 0.10977289825677872
575
+ ]
576
+ }
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/exports/step_00030000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d40/exports/step_00030000",
3
+ "fingerprint": "a6081808260b5743",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d40",
6
+ "probe/map": 0.14537351336012078,
7
+ "probe/map_train": 0.5201911402608231,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.16919155477897832,
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.0062076159520075,
16
+ "probe/total_s": 8.460725805023685,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.16829443011128925
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.16838809923380188
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.16919155477897832
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.16592436533180938
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.15656060013174303
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.13546832376274598
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10930207075703133
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6390561461448669,
49
+ 0.00870271772146225,
50
+ 0.06261906772851944,
51
+ 0.20022808015346527,
52
+ 0.10970095545053482,
53
+ 0.26658129692077637,
54
+ 0.19357582926750183,
55
+ 0.30370962619781494,
56
+ 0.0400833822786808,
57
+ 0.044110897928476334,
58
+ 0.02476799115538597,
59
+ 0.038659580051898956,
60
+ 0.4999101161956787,
61
+ 0.31391724944114685,
62
+ 0.047756295651197433,
63
+ 0.5158495903015137,
64
+ 0.3511981666088104,
65
+ 0.35599973797798157,
66
+ 0.06295495480298996,
67
+ 0.12235355377197266,
68
+ 0.25275683403015137,
69
+ 0.11134236305952072,
70
+ 0.2241038829088211,
71
+ 0.15945719182491302,
72
+ 0.07487745583057404,
73
+ 0.028451016172766685,
74
+ 0.07523330301046371,
75
+ 0.161831796169281,
76
+ 0.21324723958969116,
77
+ 0.09619203954935074,
78
+ 0.24083755910396576,
79
+ 0.11509910970926285,
80
+ 0.022167658433318138,
81
+ 0.06435977667570114,
82
+ 0.25756528973579407,
83
+ 0.05254330113530159,
84
+ 0.3845703899860382,
85
+ 0.06569763273000717,
86
+ 0.07930204272270203,
87
+ 0.15866124629974365,
88
+ 0.18063458800315857,
89
+ 0.030562778934836388,
90
+ 0.07040572911500931,
91
+ 0.4434344470500946,
92
+ 0.016720009967684746,
93
+ 0.08818747103214264,
94
+ 0.021482601761817932,
95
+ 0.14002104103565216,
96
+ 0.054881539195775986,
97
+ 0.07655078172683716,
98
+ 0.1166970282793045,
99
+ 0.013229279778897762,
100
+ 0.04438728094100952,
101
+ 0.041022058576345444,
102
+ 0.23181694746017456,
103
+ 0.11978855729103088,
104
+ 0.24730370938777924,
105
+ 0.3428936004638672,
106
+ 0.15701061487197876,
107
+ 0.06966414302587509,
108
+ 0.18196256458759308,
109
+ 0.23003999888896942,
110
+ 0.057640191167593,
111
+ 0.16167312860488892,
112
+ 0.5423873662948608,
113
+ 0.23251116275787354,
114
+ 0.2927210032939911,
115
+ 0.33598148822784424,
116
+ 0.4258003532886505,
117
+ 0.3410235643386841,
118
+ 0.10299930721521378,
119
+ 0.13483616709709167,
120
+ 0.2068735808134079,
121
+ 0.19788698852062225,
122
+ 0.19070719182491302,
123
+ 0.22692370414733887,
124
+ 0.04908245801925659,
125
+ 0.21170994639396667,
126
+ 0.16967885196208954,
127
+ 0.15104445815086365,
128
+ 0.023187654092907906,
129
+ 0.12268838286399841,
130
+ 0.38820797204971313,
131
+ 0.13677643239498138,
132
+ 0.09345051646232605,
133
+ 0.04209745675325394,
134
+ 0.05504234507679939,
135
+ 0.030611734837293625,
136
+ 0.056638266891241074,
137
+ 0.04815793037414551,
138
+ 0.06829459965229034,
139
+ 0.06071708723902702,
140
+ 0.1801864057779312,
141
+ 0.024683061987161636,
142
+ 0.03316238150000572,
143
+ 0.04436924681067467,
144
+ 0.03582827374339104,
145
+ 0.029752220958471298,
146
+ 0.1413460224866867,
147
+ 0.2268620729446411,
148
+ 0.21347562968730927,
149
+ 0.3168359398841858,
150
+ 0.04888681322336197,
151
+ 0.0489322729408741,
152
+ 0.014826326631009579,
153
+ 0.036129146814346313,
154
+ 0.07976329326629639,
155
+ 0.0739140436053276,
156
+ 0.08707669377326965,
157
+ 0.17694666981697083,
158
+ 0.20653286576271057,
159
+ 0.14084719121456146,
160
+ 0.12020961195230484,
161
+ 0.10260621458292007,
162
+ 0.05024731904268265,
163
+ 0.26299920678138733,
164
+ 0.2570148706436157,
165
+ 0.08639352023601532,
166
+ 0.12679968774318695,
167
+ 0.17867712676525116,
168
+ 0.19074152410030365,
169
+ 0.16229139268398285,
170
+ 0.09940427541732788,
171
+ 0.10232394188642502,
172
+ 0.00943384226411581,
173
+ 0.0370367132127285,
174
+ 0.11014222353696823,
175
+ 0.1571631133556366,
176
+ 0.11734851449728012,
177
+ 0.1084514632821083,
178
+ 0.005320434924215078,
179
+ 0.1407749503850937,
180
+ 0.12450471520423889,
181
+ 0.11826281994581223,
182
+ 0.08909574151039124,
183
+ 0.010105895809829235,
184
+ 0.09718699753284454,
185
+ 0.722017765045166,
186
+ 0.2477831244468689,
187
+ 0.30041781067848206,
188
+ 0.3998894989490509,
189
+ 0.3005516231060028,
190
+ 0.17315663397312164,
191
+ 0.14795416593551636,
192
+ 0.06517977267503738,
193
+ 0.12452661991119385,
194
+ 0.08565158396959305,
195
+ 0.22684113681316376,
196
+ 0.12484420090913773,
197
+ 0.19085098803043365,
198
+ 0.1260363757610321,
199
+ 0.16717471182346344,
200
+ 0.252623975276947,
201
+ 0.12120738625526428,
202
+ 0.10719975084066391,
203
+ 0.2012656331062317,
204
+ 0.0789666622877121,
205
+ 0.08020429313182831,
206
+ 0.03882870823144913,
207
+ 0.07591507583856583,
208
+ 0.45110955834388733,
209
+ 0.30780619382858276,
210
+ 0.32851892709732056,
211
+ 0.17103047668933868,
212
+ 0.2678544223308563,
213
+ 0.2926507294178009,
214
+ 0.31735026836395264,
215
+ 0.1767299324274063,
216
+ 0.30074068903923035,
217
+ 0.36836671829223633,
218
+ 0.19113600254058838,
219
+ 0.30845674872398376,
220
+ 0.34829384088516235,
221
+ 0.1624089628458023,
222
+ 0.08819693326950073,
223
+ 0.07590488344430923,
224
+ 0.1356019675731659,
225
+ 0.3401741683483124,
226
+ 0.07499555498361588,
227
+ 0.15773123502731323,
228
+ 0.21586909890174866,
229
+ 0.1926492601633072,
230
+ 0.176437109708786,
231
+ 0.2919745445251465,
232
+ 0.08063306659460068,
233
+ 0.3834473490715027,
234
+ 0.3340529501438141,
235
+ 0.1960359811782837,
236
+ 0.2799699008464813,
237
+ 0.1602552831172943,
238
+ 0.17726948857307434,
239
+ 0.10525857657194138,
240
+ 0.3303075432777405,
241
+ 0.19270546734333038,
242
+ 0.19159476459026337,
243
+ 0.3782259225845337,
244
+ 0.06619584560394287,
245
+ 0.09238073974847794,
246
+ 0.10094626247882843,
247
+ 0.27521389722824097,
248
+ 0.06113439053297043,
249
+ 0.24371787905693054,
250
+ 0.13662588596343994,
251
+ 0.21328000724315643,
252
+ 0.2289070338010788,
253
+ 0.21420136094093323,
254
+ 0.23832818865776062,
255
+ 0.5509940385818481,
256
+ 0.19358336925506592,
257
+ 0.33149614930152893,
258
+ 0.7592340707778931,
259
+ 0.445741206407547,
260
+ 0.5101842880249023,
261
+ 0.05381245166063309,
262
+ 0.3301720917224884,
263
+ 0.11671800166368484,
264
+ 0.050073377788066864,
265
+ 0.23318162560462952,
266
+ 0.15057697892189026,
267
+ 0.1172209084033966,
268
+ 0.1797008216381073,
269
+ 0.1405268907546997,
270
+ 0.21454009413719177,
271
+ 0.26211944222450256,
272
+ 0.05434250831604004,
273
+ 0.06995415687561035,
274
+ 0.05835636332631111,
275
+ 0.033250775188207626,
276
+ 0.12705175578594208,
277
+ 0.05765363946557045,
278
+ 0.04727978631854057,
279
+ 0.05505727231502533,
280
+ 0.07672464847564697,
281
+ 0.04525359347462654,
282
+ 0.05910944938659668,
283
+ 0.010221599601209164,
284
+ 0.18136221170425415,
285
+ 0.02215561643242836,
286
+ 0.30841773748397827,
287
+ 0.027446199208498,
288
+ 0.2323385328054428,
289
+ 0.2631022036075592,
290
+ 0.3322567939758301,
291
+ 0.22571015357971191,
292
+ 0.14380428194999695,
293
+ 0.2313195765018463,
294
+ 0.06555889546871185,
295
+ 0.22373437881469727,
296
+ 0.025745617225766182,
297
+ 0.12810593843460083,
298
+ 0.07662476599216461,
299
+ 0.0205047857016325,
300
+ 0.05918436497449875,
301
+ 0.09204085171222687,
302
+ 0.04883495345711708,
303
+ 0.20666275918483734,
304
+ 0.1991242617368698,
305
+ 0.17269235849380493,
306
+ 0.0627373605966568,
307
+ 0.06702994555234909,
308
+ 0.05252787098288536,
309
+ 0.08010553568601608,
310
+ 0.1502358466386795,
311
+ 0.06277090311050415,
312
+ 0.01991361193358898,
313
+ 0.04972456395626068,
314
+ 0.06967750191688538,
315
+ 0.0995742455124855,
316
+ 0.0598195418715477,
317
+ 0.055790118873119354,
318
+ 0.033751342445611954,
319
+ 0.22160188853740692,
320
+ 0.1439215987920761,
321
+ 0.034257084131240845,
322
+ 0.18609678745269775,
323
+ 0.04521019384264946,
324
+ 0.03591802343726158,
325
+ 0.022505732253193855,
326
+ 0.07460732758045197,
327
+ 0.040646396577358246,
328
+ 0.0270653385668993,
329
+ 0.26924753189086914,
330
+ 0.14961689710617065,
331
+ 0.24922314286231995,
332
+ 0.052405789494514465,
333
+ 0.2768417298793793,
334
+ 0.3164905607700348,
335
+ 0.32715216279029846,
336
+ 0.2658957839012146,
337
+ 0.19508004188537598,
338
+ 0.20650994777679443,
339
+ 0.19129784405231476,
340
+ 0.10184916853904724,
341
+ 0.2131444662809372,
342
+ 0.20843860507011414,
343
+ 0.2269991934299469,
344
+ 0.1229923814535141,
345
+ 0.008120798505842686,
346
+ 0.03221108019351959,
347
+ 0.01925509236752987,
348
+ 0.2925187945365906,
349
+ 0.21556666493415833,
350
+ 0.1822666972875595,
351
+ 0.12116050720214844,
352
+ 0.021392427384853363,
353
+ 0.11344723403453827,
354
+ 0.041458506137132645,
355
+ 0.18255892395973206,
356
+ 0.04507972300052643,
357
+ 0.09100262075662613,
358
+ 0.15918847918510437,
359
+ 0.06815649569034576,
360
+ 0.14168141782283783,
361
+ 0.08514972776174545,
362
+ 0.08791060000658035,
363
+ 0.14269262552261353,
364
+ 0.05736687406897545,
365
+ 0.07937789708375931,
366
+ 0.14492392539978027,
367
+ 0.05689813941717148,
368
+ 0.23977065086364746,
369
+ 0.04395228624343872,
370
+ 0.4330838918685913,
371
+ 0.3678146004676819,
372
+ 0.2612515389919281,
373
+ 0.26904773712158203,
374
+ 0.06374337524175644,
375
+ 0.06970462948083878,
376
+ 0.2912607192993164,
377
+ 0.2816719114780426,
378
+ 0.13986438512802124,
379
+ 0.23557566106319427,
380
+ 0.29805272817611694,
381
+ 0.3689105808734894,
382
+ 0.2689322829246521,
383
+ 0.1865472048521042,
384
+ 0.19226042926311493,
385
+ 0.2871471345424652,
386
+ 0.053852833807468414,
387
+ 0.029656274244189262,
388
+ 0.13302788138389587,
389
+ 0.011080264113843441,
390
+ 0.06830448657274246,
391
+ 0.17098267376422882,
392
+ 0.11104170233011246,
393
+ 0.10744594782590866,
394
+ 0.11155489087104797,
395
+ 0.35050728917121887,
396
+ 0.026583118364214897,
397
+ 0.0206418726593256,
398
+ 0.15126784145832062,
399
+ 0.021763643249869347,
400
+ 0.09903667867183685,
401
+ 0.0937352254986763,
402
+ 0.02745477855205536,
403
+ 0.044756192713975906,
404
+ 0.027171995490789413,
405
+ 0.03048662655055523,
406
+ 0.036148812621831894,
407
+ 0.13600775599479675,
408
+ 0.020516399294137955,
409
+ 0.06577379256486893,
410
+ 0.128506600856781,
411
+ 0.13666114211082458,
412
+ 0.03887219727039337,
413
+ 0.05322463437914848,
414
+ 0.35445189476013184,
415
+ 0.189679816365242,
416
+ 0.02157551608979702,
417
+ 0.13034774363040924,
418
+ 0.16267161071300507,
419
+ 0.11539250612258911,
420
+ 0.1576741635799408,
421
+ 0.41112735867500305,
422
+ 0.14117833971977234,
423
+ 0.09190592169761658,
424
+ 0.08721335232257843,
425
+ 0.09937512129545212,
426
+ 0.021232271566987038,
427
+ 0.021172193810343742,
428
+ 0.03684665262699127,
429
+ 0.12149405479431152,
430
+ 0.18365167081356049,
431
+ 0.08201762288808823,
432
+ 0.2082887887954712,
433
+ 0.17609156668186188,
434
+ 0.21032759547233582,
435
+ 0.03920383378863335,
436
+ 0.06640776246786118,
437
+ 0.05250302702188492,
438
+ 0.271085649728775,
439
+ 0.11264777928590775,
440
+ 0.03787407651543617,
441
+ 0.3747280538082123,
442
+ 0.29262715578079224,
443
+ 0.09400390088558197,
444
+ 0.4726853370666504,
445
+ 0.5674841403961182,
446
+ 0.02858458086848259,
447
+ 0.3710751533508301,
448
+ 0.4072476029396057,
449
+ 0.0495167076587677,
450
+ 0.13793742656707764,
451
+ 0.271440327167511,
452
+ 0.036096785217523575,
453
+ 0.046062175184488297,
454
+ 0.06083578243851662,
455
+ 0.07629378885030746,
456
+ 0.08894379436969757,
457
+ 0.050826799124479294,
458
+ 0.020543502643704414,
459
+ 0.09009796380996704,
460
+ 0.022462166845798492,
461
+ 0.06433267146348953,
462
+ 0.28744474053382874,
463
+ 0.0727306678891182,
464
+ 0.02976580522954464,
465
+ 0.016885098069906235,
466
+ 0.12645407021045685,
467
+ 0.09745576232671738,
468
+ 0.2773200273513794,
469
+ 0.07519486546516418,
470
+ 0.07947534322738647,
471
+ 0.26282960176467896,
472
+ 0.11448317021131516,
473
+ 0.12034377455711365,
474
+ 0.06752313673496246,
475
+ 0.1803152859210968,
476
+ 0.16690930724143982,
477
+ 0.19605305790901184,
478
+ 0.0652536079287529,
479
+ 0.17611508071422577,
480
+ 0.20436327159404755,
481
+ 0.12063268572092056,
482
+ 0.006035910453647375,
483
+ 0.12337451428174973,
484
+ 0.21083752810955048,
485
+ 0.08367720991373062,
486
+ 0.09887414425611496,
487
+ 0.041005197912454605,
488
+ 0.023167194798588753,
489
+ 0.05157402902841568,
490
+ 0.012930942699313164,
491
+ 0.08375950902700424,
492
+ 0.01867133006453514,
493
+ 0.11878470331430435,
494
+ 0.03782686963677406,
495
+ 0.011520476080477238,
496
+ 0.02647997997701168,
497
+ 0.10568925738334656,
498
+ 0.010339521802961826,
499
+ 0.0635121539235115,
500
+ 0.016668539494276047,
501
+ 0.05625041574239731,
502
+ 0.05035679042339325,
503
+ 0.21266984939575195,
504
+ 0.05022255331277847,
505
+ 0.1455734521150589,
506
+ 0.0346548855304718,
507
+ 0.11043166369199753,
508
+ 0.06759343296289444,
509
+ 0.03072868287563324,
510
+ 0.35463500022888184,
511
+ 0.4553917348384857,
512
+ 0.22695933282375336,
513
+ 0.15169240534305573,
514
+ 0.033823687583208084,
515
+ 0.05765648931264877,
516
+ 0.048472508788108826,
517
+ 0.20920978486537933,
518
+ 0.10265202820301056,
519
+ 0.0640183761715889,
520
+ 0.07811464369297028,
521
+ 0.019339080899953842,
522
+ 0.09082133322954178,
523
+ 0.005976063199341297,
524
+ 0.2855072021484375,
525
+ 0.07896338403224945,
526
+ 0.08710315078496933,
527
+ 0.269966185092926,
528
+ 0.14816179871559143,
529
+ 0.09083529561758041,
530
+ 0.021336138248443604,
531
+ 0.10362047702074051,
532
+ 0.062245018780231476,
533
+ 0.014486638829112053,
534
+ 0.007696639280766249,
535
+ 0.08233838528394699,
536
+ 0.05075894668698311,
537
+ 0.037357036024332047,
538
+ 0.22702822089195251,
539
+ 0.29396671056747437,
540
+ 0.09032631665468216,
541
+ 0.14808546006679535,
542
+ 0.22299179434776306,
543
+ 0.03383312001824379,
544
+ 0.0425381064414978,
545
+ 0.06852681934833527,
546
+ 0.03871334716677666,
547
+ 0.11989494413137436,
548
+ 0.12075825780630112,
549
+ 0.29499366879463196,
550
+ 0.0068148113787174225,
551
+ 0.15300142765045166,
552
+ 0.027248183265328407,
553
+ 0.021474074572324753,
554
+ 0.10050716251134872,
555
+ 0.018732436001300812,
556
+ 0.02046329714357853,
557
+ 0.03974299877882004,
558
+ 0.021606003865599632,
559
+ 0.12136348336935043,
560
+ 0.06693210452795029,
561
+ 0.006836251821368933,
562
+ 0.13867267966270447,
563
+ 0.28608137369155884,
564
+ 0.06661131978034973,
565
+ 0.3191972076892853,
566
+ 0.042818233370780945,
567
+ 0.03302609920501709,
568
+ 0.03787830471992493,
569
+ 0.20891150832176208,
570
+ 0.16886548697948456,
571
+ 0.05849893391132355,
572
+ 0.011971572414040565,
573
+ 0.11587416380643845,
574
+ 0.10358430445194244
575
+ ]
576
+ }
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/exports/step_00035000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d40/exports/step_00035000",
3
+ "fingerprint": "a6081808260b5743",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d40",
6
+ "probe/map": 0.14836677756916866,
7
+ "probe/map_train": 0.5189225476030155,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.1726425164211294,
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.102216294966638,
16
+ "probe/total_s": 8.556701808935031,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.17102236395650516
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.17142019360467609
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.1726425164211294
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.1697874240085935
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.15872871116832238
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.13718517793676474
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10922249701126802
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6355553269386292,
49
+ 0.009623128920793533,
50
+ 0.06272298842668533,
51
+ 0.19768507778644562,
52
+ 0.11560413241386414,
53
+ 0.2723804712295532,
54
+ 0.19035926461219788,
55
+ 0.31553781032562256,
56
+ 0.04147784039378166,
57
+ 0.048415958881378174,
58
+ 0.02723974734544754,
59
+ 0.03686170652508736,
60
+ 0.5098131895065308,
61
+ 0.33081433176994324,
62
+ 0.0543898344039917,
63
+ 0.5241237878799438,
64
+ 0.34280624985694885,
65
+ 0.3722820580005646,
66
+ 0.07252901047468185,
67
+ 0.126497283577919,
68
+ 0.24547553062438965,
69
+ 0.10784560441970825,
70
+ 0.2249201238155365,
71
+ 0.1626739501953125,
72
+ 0.08541999012231827,
73
+ 0.026609154418110847,
74
+ 0.07878126949071884,
75
+ 0.16881060600280762,
76
+ 0.22062820196151733,
77
+ 0.0990954264998436,
78
+ 0.22870366275310516,
79
+ 0.132801353931427,
80
+ 0.02049078978598118,
81
+ 0.06883032619953156,
82
+ 0.26368555426597595,
83
+ 0.04824766144156456,
84
+ 0.3895123302936554,
85
+ 0.07766522467136383,
86
+ 0.07886681705713272,
87
+ 0.16258183121681213,
88
+ 0.16878312826156616,
89
+ 0.030726613476872444,
90
+ 0.07910455018281937,
91
+ 0.44057759642601013,
92
+ 0.01740759052336216,
93
+ 0.08808805048465729,
94
+ 0.018933281302452087,
95
+ 0.1540386825799942,
96
+ 0.04909835383296013,
97
+ 0.07201866805553436,
98
+ 0.11937063932418823,
99
+ 0.011775882914662361,
100
+ 0.04278123006224632,
101
+ 0.03680720180273056,
102
+ 0.23018838465213776,
103
+ 0.12005903571844101,
104
+ 0.24386857450008392,
105
+ 0.358477920293808,
106
+ 0.1542491316795349,
107
+ 0.07366648316383362,
108
+ 0.19610631465911865,
109
+ 0.23130743205547333,
110
+ 0.05780230462551117,
111
+ 0.16623073816299438,
112
+ 0.5427796244621277,
113
+ 0.25159120559692383,
114
+ 0.30060234665870667,
115
+ 0.32265108823776245,
116
+ 0.4077516794204712,
117
+ 0.3484523594379425,
118
+ 0.10902749747037888,
119
+ 0.1263151466846466,
120
+ 0.20637662708759308,
121
+ 0.19852332770824432,
122
+ 0.17821018397808075,
123
+ 0.19037222862243652,
124
+ 0.04681253805756569,
125
+ 0.2201467752456665,
126
+ 0.1663675457239151,
127
+ 0.16651755571365356,
128
+ 0.020130818709731102,
129
+ 0.12718984484672546,
130
+ 0.38244280219078064,
131
+ 0.15270406007766724,
132
+ 0.10555301606655121,
133
+ 0.041351184248924255,
134
+ 0.06215545907616615,
135
+ 0.04288991168141365,
136
+ 0.039208490401506424,
137
+ 0.06405778229236603,
138
+ 0.06991114467382431,
139
+ 0.061205487698316574,
140
+ 0.20723113417625427,
141
+ 0.03523141145706177,
142
+ 0.03589560464024544,
143
+ 0.04103806987404823,
144
+ 0.03713226318359375,
145
+ 0.026320157572627068,
146
+ 0.14237253367900848,
147
+ 0.23423245549201965,
148
+ 0.1975436508655548,
149
+ 0.33419471979141235,
150
+ 0.04753922298550606,
151
+ 0.045983053743839264,
152
+ 0.017321322113275528,
153
+ 0.033783551305532455,
154
+ 0.06745581328868866,
155
+ 0.05666122958064079,
156
+ 0.09405355155467987,
157
+ 0.17747154831886292,
158
+ 0.20030763745307922,
159
+ 0.1459621787071228,
160
+ 0.12533649802207947,
161
+ 0.10198517143726349,
162
+ 0.05295100435614586,
163
+ 0.24869970977306366,
164
+ 0.25409138202667236,
165
+ 0.0965665802359581,
166
+ 0.12654341757297516,
167
+ 0.19741597771644592,
168
+ 0.212143212556839,
169
+ 0.18364427983760834,
170
+ 0.08860626816749573,
171
+ 0.09523918479681015,
172
+ 0.009759298525750637,
173
+ 0.038018908351659775,
174
+ 0.12323177605867386,
175
+ 0.17544777691364288,
176
+ 0.1209462583065033,
177
+ 0.12482984364032745,
178
+ 0.005601292476058006,
179
+ 0.12703609466552734,
180
+ 0.11249185353517532,
181
+ 0.10615207999944687,
182
+ 0.06361346691846848,
183
+ 0.011008531786501408,
184
+ 0.10208605229854584,
185
+ 0.7243738770484924,
186
+ 0.24728898704051971,
187
+ 0.30288803577423096,
188
+ 0.41022247076034546,
189
+ 0.310802161693573,
190
+ 0.1937936693429947,
191
+ 0.14274905622005463,
192
+ 0.07747407257556915,
193
+ 0.12526275217533112,
194
+ 0.07943534106016159,
195
+ 0.26240381598472595,
196
+ 0.15996351838111877,
197
+ 0.1956166923046112,
198
+ 0.16951777040958405,
199
+ 0.1858922392129898,
200
+ 0.26524844765663147,
201
+ 0.12242554873228073,
202
+ 0.1057988777756691,
203
+ 0.19225521385669708,
204
+ 0.07511752098798752,
205
+ 0.07113278657197952,
206
+ 0.03260232135653496,
207
+ 0.0744037926197052,
208
+ 0.4759465157985687,
209
+ 0.3251088261604309,
210
+ 0.3538469076156616,
211
+ 0.16381330788135529,
212
+ 0.2828260064125061,
213
+ 0.32975518703460693,
214
+ 0.33520761132240295,
215
+ 0.20008720457553864,
216
+ 0.32265257835388184,
217
+ 0.3540065586566925,
218
+ 0.21748976409435272,
219
+ 0.3287881016731262,
220
+ 0.3771083354949951,
221
+ 0.1769995242357254,
222
+ 0.08357634395360947,
223
+ 0.08673667907714844,
224
+ 0.1255396604537964,
225
+ 0.34116923809051514,
226
+ 0.07332702726125717,
227
+ 0.17896443605422974,
228
+ 0.21864791214466095,
229
+ 0.19430150091648102,
230
+ 0.15766961872577667,
231
+ 0.2820037007331848,
232
+ 0.08853612840175629,
233
+ 0.40225112438201904,
234
+ 0.32829993963241577,
235
+ 0.2030923068523407,
236
+ 0.2803356349468231,
237
+ 0.16962698101997375,
238
+ 0.17293237149715424,
239
+ 0.10317936539649963,
240
+ 0.3313620388507843,
241
+ 0.1934463530778885,
242
+ 0.18914835155010223,
243
+ 0.3846656382083893,
244
+ 0.06795034557580948,
245
+ 0.11338977515697479,
246
+ 0.09141892939805984,
247
+ 0.27672186493873596,
248
+ 0.05860057473182678,
249
+ 0.24222606420516968,
250
+ 0.14027705788612366,
251
+ 0.22677788138389587,
252
+ 0.2038433849811554,
253
+ 0.21300223469734192,
254
+ 0.2408246099948883,
255
+ 0.528734028339386,
256
+ 0.21782882511615753,
257
+ 0.3129681348800659,
258
+ 0.7588987350463867,
259
+ 0.4308773875236511,
260
+ 0.5022101402282715,
261
+ 0.04529304429888725,
262
+ 0.3338054120540619,
263
+ 0.13641414046287537,
264
+ 0.07632116973400116,
265
+ 0.2555180490016937,
266
+ 0.16647012531757355,
267
+ 0.13773152232170105,
268
+ 0.19030626118183136,
269
+ 0.14612197875976562,
270
+ 0.20041745901107788,
271
+ 0.2559678554534912,
272
+ 0.056213684380054474,
273
+ 0.08132918179035187,
274
+ 0.06636875122785568,
275
+ 0.03204744681715965,
276
+ 0.14062434434890747,
277
+ 0.053682148456573486,
278
+ 0.051802393049001694,
279
+ 0.052938058972358704,
280
+ 0.07124403864145279,
281
+ 0.04410984739661217,
282
+ 0.06856922805309296,
283
+ 0.011889449320733547,
284
+ 0.1814652383327484,
285
+ 0.022182276472449303,
286
+ 0.31124672293663025,
287
+ 0.030199933797121048,
288
+ 0.23741808533668518,
289
+ 0.2771328389644623,
290
+ 0.32283201813697815,
291
+ 0.22018156945705414,
292
+ 0.14614513516426086,
293
+ 0.2369052916765213,
294
+ 0.06772781163454056,
295
+ 0.23746027052402496,
296
+ 0.026432059705257416,
297
+ 0.12662044167518616,
298
+ 0.07682390511035919,
299
+ 0.02203385718166828,
300
+ 0.06541580706834793,
301
+ 0.08862906694412231,
302
+ 0.054979171603918076,
303
+ 0.2073086053133011,
304
+ 0.23811179399490356,
305
+ 0.21017301082611084,
306
+ 0.06974143534898758,
307
+ 0.07994606345891953,
308
+ 0.05728132277727127,
309
+ 0.0883198231458664,
310
+ 0.11973708122968674,
311
+ 0.057929184287786484,
312
+ 0.020448075607419014,
313
+ 0.05252000316977501,
314
+ 0.06378619372844696,
315
+ 0.10032112151384354,
316
+ 0.05904114991426468,
317
+ 0.05142786726355553,
318
+ 0.026579247787594795,
319
+ 0.2454863339662552,
320
+ 0.14913806319236755,
321
+ 0.03522048890590668,
322
+ 0.19343943893909454,
323
+ 0.029509499669075012,
324
+ 0.037839069962501526,
325
+ 0.02173779159784317,
326
+ 0.08394552022218704,
327
+ 0.07537410408258438,
328
+ 0.028505252674221992,
329
+ 0.2712565064430237,
330
+ 0.14829866588115692,
331
+ 0.2586754560470581,
332
+ 0.06174387037754059,
333
+ 0.29329824447631836,
334
+ 0.3604443669319153,
335
+ 0.3617749810218811,
336
+ 0.25744420289993286,
337
+ 0.23714390397071838,
338
+ 0.21932289004325867,
339
+ 0.21377642452716827,
340
+ 0.10585930198431015,
341
+ 0.215576171875,
342
+ 0.22556209564208984,
343
+ 0.24212472140789032,
344
+ 0.14090494811534882,
345
+ 0.007790146395564079,
346
+ 0.036066532135009766,
347
+ 0.019046423956751823,
348
+ 0.2959536612033844,
349
+ 0.22340083122253418,
350
+ 0.19914653897285461,
351
+ 0.10159207880496979,
352
+ 0.02330266311764717,
353
+ 0.11970160901546478,
354
+ 0.042739447206258774,
355
+ 0.1903834491968155,
356
+ 0.04909687489271164,
357
+ 0.09729651361703873,
358
+ 0.1785435974597931,
359
+ 0.0773480236530304,
360
+ 0.15703274309635162,
361
+ 0.08020453155040741,
362
+ 0.0890314057469368,
363
+ 0.14849881827831268,
364
+ 0.058996737003326416,
365
+ 0.07442640513181686,
366
+ 0.16317030787467957,
367
+ 0.05871270224452019,
368
+ 0.24638430774211884,
369
+ 0.03610421344637871,
370
+ 0.4404911696910858,
371
+ 0.3801381289958954,
372
+ 0.2688111662864685,
373
+ 0.266530305147171,
374
+ 0.07089704275131226,
375
+ 0.07086336612701416,
376
+ 0.31416305899620056,
377
+ 0.2979956567287445,
378
+ 0.14742118120193481,
379
+ 0.24015656113624573,
380
+ 0.3219488859176636,
381
+ 0.3848968744277954,
382
+ 0.26143282651901245,
383
+ 0.2007618546485901,
384
+ 0.21133756637573242,
385
+ 0.2875354588031769,
386
+ 0.05556285008788109,
387
+ 0.03254047781229019,
388
+ 0.15328779816627502,
389
+ 0.009874140843749046,
390
+ 0.0589083731174469,
391
+ 0.17948253452777863,
392
+ 0.10201296955347061,
393
+ 0.10805389285087585,
394
+ 0.11311893910169601,
395
+ 0.3648478090763092,
396
+ 0.03053964674472809,
397
+ 0.02010571025311947,
398
+ 0.148900106549263,
399
+ 0.024165350943803787,
400
+ 0.0939532071352005,
401
+ 0.09413031488656998,
402
+ 0.028967875987291336,
403
+ 0.04325028508901596,
404
+ 0.024797473102808,
405
+ 0.022061606869101524,
406
+ 0.03603517636656761,
407
+ 0.137731671333313,
408
+ 0.020798886194825172,
409
+ 0.06134593486785889,
410
+ 0.1507691591978073,
411
+ 0.12888771295547485,
412
+ 0.03990808129310608,
413
+ 0.05100788176059723,
414
+ 0.35508355498313904,
415
+ 0.18559902906417847,
416
+ 0.02153906039893627,
417
+ 0.14285646378993988,
418
+ 0.15323790907859802,
419
+ 0.11513035744428635,
420
+ 0.1424848437309265,
421
+ 0.3935776352882385,
422
+ 0.16296081244945526,
423
+ 0.09340491145849228,
424
+ 0.09164433181285858,
425
+ 0.10508318245410919,
426
+ 0.022068368270993233,
427
+ 0.018603656440973282,
428
+ 0.044621940702199936,
429
+ 0.11402937024831772,
430
+ 0.19739489257335663,
431
+ 0.07958907634019852,
432
+ 0.19015464186668396,
433
+ 0.19298245012760162,
434
+ 0.19132694602012634,
435
+ 0.034945663064718246,
436
+ 0.06887004524469376,
437
+ 0.05659805238246918,
438
+ 0.26884725689888,
439
+ 0.11389809846878052,
440
+ 0.0355188362300396,
441
+ 0.38074055314064026,
442
+ 0.29793500900268555,
443
+ 0.09802184253931046,
444
+ 0.4900397062301636,
445
+ 0.5798863768577576,
446
+ 0.025478271767497063,
447
+ 0.38477572798728943,
448
+ 0.42243462800979614,
449
+ 0.05335637927055359,
450
+ 0.13701091706752777,
451
+ 0.2921364903450012,
452
+ 0.03547957167029381,
453
+ 0.04249867796897888,
454
+ 0.06358546018600464,
455
+ 0.08602546155452728,
456
+ 0.10793203115463257,
457
+ 0.046451546251773834,
458
+ 0.019085945561528206,
459
+ 0.1024763360619545,
460
+ 0.026336560025811195,
461
+ 0.05513779819011688,
462
+ 0.2860661745071411,
463
+ 0.05870379880070686,
464
+ 0.028300145640969276,
465
+ 0.0153956962749362,
466
+ 0.11335775256156921,
467
+ 0.11850937455892563,
468
+ 0.28218507766723633,
469
+ 0.07486918568611145,
470
+ 0.08181841671466827,
471
+ 0.2473679631948471,
472
+ 0.10026350617408752,
473
+ 0.10137642920017242,
474
+ 0.054316990077495575,
475
+ 0.1820906549692154,
476
+ 0.16292613744735718,
477
+ 0.1980656385421753,
478
+ 0.07071036845445633,
479
+ 0.16703401505947113,
480
+ 0.22366109490394592,
481
+ 0.11180096119642258,
482
+ 0.006050241179764271,
483
+ 0.09793684631586075,
484
+ 0.22395825386047363,
485
+ 0.09182236343622208,
486
+ 0.08561614155769348,
487
+ 0.046930789947509766,
488
+ 0.03267326578497887,
489
+ 0.05220668017864227,
490
+ 0.01914173923432827,
491
+ 0.10350583493709564,
492
+ 0.018938841298222542,
493
+ 0.10182058066129684,
494
+ 0.033729586750268936,
495
+ 0.010204366408288479,
496
+ 0.023948995396494865,
497
+ 0.1018545851111412,
498
+ 0.01066096592694521,
499
+ 0.059038348495960236,
500
+ 0.01583307422697544,
501
+ 0.052834104746580124,
502
+ 0.05173531919717789,
503
+ 0.20107629895210266,
504
+ 0.04540290683507919,
505
+ 0.1301158368587494,
506
+ 0.04311662167310715,
507
+ 0.11525816470384598,
508
+ 0.06569056957960129,
509
+ 0.02918251045048237,
510
+ 0.3644292652606964,
511
+ 0.457097589969635,
512
+ 0.22053441405296326,
513
+ 0.1463150680065155,
514
+ 0.033439699560403824,
515
+ 0.06999066472053528,
516
+ 0.05163230374455452,
517
+ 0.19651000201702118,
518
+ 0.08309386670589447,
519
+ 0.06308963149785995,
520
+ 0.07475917786359787,
521
+ 0.020902009680867195,
522
+ 0.09161390364170074,
523
+ 0.005939471535384655,
524
+ 0.280720055103302,
525
+ 0.06511937826871872,
526
+ 0.09604165703058243,
527
+ 0.2695491313934326,
528
+ 0.15717720985412598,
529
+ 0.09186580032110214,
530
+ 0.019397901371121407,
531
+ 0.10411820560693741,
532
+ 0.0634591355919838,
533
+ 0.014145382679998875,
534
+ 0.008792192675173283,
535
+ 0.07806853204965591,
536
+ 0.04844212904572487,
537
+ 0.0438692569732666,
538
+ 0.2135000377893448,
539
+ 0.2860555350780487,
540
+ 0.10303166508674622,
541
+ 0.14629974961280823,
542
+ 0.22620010375976562,
543
+ 0.03565194830298424,
544
+ 0.045706991106271744,
545
+ 0.06227275729179382,
546
+ 0.05721556767821312,
547
+ 0.11382025480270386,
548
+ 0.1044590175151825,
549
+ 0.3339270353317261,
550
+ 0.006931967101991177,
551
+ 0.17352378368377686,
552
+ 0.028752511367201805,
553
+ 0.02521687000989914,
554
+ 0.10357242077589035,
555
+ 0.018010277301073074,
556
+ 0.020130489021539688,
557
+ 0.04132579639554024,
558
+ 0.02118823304772377,
559
+ 0.12683431804180145,
560
+ 0.06992855668067932,
561
+ 0.008048903197050095,
562
+ 0.14348137378692627,
563
+ 0.278519868850708,
564
+ 0.06339089572429657,
565
+ 0.3272296190261841,
566
+ 0.0418209470808506,
567
+ 0.034837640821933746,
568
+ 0.04315201938152313,
569
+ 0.2161419540643692,
570
+ 0.17033301293849945,
571
+ 0.08130700141191483,
572
+ 0.012488043867051601,
573
+ 0.1164725124835968,
574
+ 0.10495536774396896
575
+ ]
576
+ }
p5-mae-15m-d40/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.02041015625
46
+ - 0.0
47
+ - 0.0
48
+ - 0.0
49
+ - 0.015484375
50
+ - 0.00492578125
51
+ - 0.00351953125
52
+ - 0.02041015625
53
+ - 0.05278515625
54
+ - 0.0
55
+ - 0.0
56
+ - 0.0
57
+ - 0.4331015625
58
+ - 0.0
59
+ - 0.0
60
+ - 0.4064296875
61
+ - 0.001408203125
62
+ - 0.0
63
+ - 0.041525390625
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-d40
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-d40/exports/step_00040000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d40/exports/step_00040000",
3
+ "fingerprint": "a6081808260b5743",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d40",
6
+ "probe/map": 0.14903043944784483,
7
+ "probe/map_train": 0.5178566184283661,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.1725976581807183,
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.979946195962839,
16
+ "probe/total_s": 8.578265434014611,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.17078042185098372
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.1711911997462727
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.1725976581807183
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.17006748613143302
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.15891913006009722
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.13635189771480802
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.1086260058415216
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6365665197372437,
49
+ 0.009304622188210487,
50
+ 0.06327573210000992,
51
+ 0.198362335562706,
52
+ 0.11474429070949554,
53
+ 0.27195295691490173,
54
+ 0.19500911235809326,
55
+ 0.3164454996585846,
56
+ 0.04555390402674675,
57
+ 0.050201792269945145,
58
+ 0.026514850556850433,
59
+ 0.03857136517763138,
60
+ 0.5027457475662231,
61
+ 0.32655373215675354,
62
+ 0.05811311677098274,
63
+ 0.5336174964904785,
64
+ 0.34686681628227234,
65
+ 0.3715859353542328,
66
+ 0.06900274753570557,
67
+ 0.13058926165103912,
68
+ 0.2464790940284729,
69
+ 0.11583314836025238,
70
+ 0.21575835347175598,
71
+ 0.15960025787353516,
72
+ 0.08476429432630539,
73
+ 0.029251759871840477,
74
+ 0.08222516626119614,
75
+ 0.16879421472549438,
76
+ 0.2273816615343094,
77
+ 0.11398189514875412,
78
+ 0.23678652942180634,
79
+ 0.1311405450105667,
80
+ 0.019314618781208992,
81
+ 0.06970488280057907,
82
+ 0.2688937485218048,
83
+ 0.04994131624698639,
84
+ 0.3920336663722992,
85
+ 0.06675896048545837,
86
+ 0.0818377286195755,
87
+ 0.16795021295547485,
88
+ 0.17197845876216888,
89
+ 0.03237423673272133,
90
+ 0.08029136061668396,
91
+ 0.4344981014728546,
92
+ 0.016962507739663124,
93
+ 0.09124783426523209,
94
+ 0.01811395399272442,
95
+ 0.14389291405677795,
96
+ 0.05188180133700371,
97
+ 0.07236819714307785,
98
+ 0.11754090338945389,
99
+ 0.011986668221652508,
100
+ 0.04183712601661682,
101
+ 0.039426352828741074,
102
+ 0.2307530790567398,
103
+ 0.11873467266559601,
104
+ 0.2460116595029831,
105
+ 0.35593676567077637,
106
+ 0.16046598553657532,
107
+ 0.0788545161485672,
108
+ 0.19651678204536438,
109
+ 0.22568635642528534,
110
+ 0.05994356796145439,
111
+ 0.161885067820549,
112
+ 0.5430777072906494,
113
+ 0.255369633436203,
114
+ 0.29526078701019287,
115
+ 0.3253193795681,
116
+ 0.41280490159988403,
117
+ 0.34346893429756165,
118
+ 0.09928160905838013,
119
+ 0.1295115351676941,
120
+ 0.20777860283851624,
121
+ 0.1988905668258667,
122
+ 0.1823570430278778,
123
+ 0.20383499562740326,
124
+ 0.04653092473745346,
125
+ 0.23371152579784393,
126
+ 0.1692611128091812,
127
+ 0.15805023908615112,
128
+ 0.021337874233722687,
129
+ 0.12455815821886063,
130
+ 0.37442463636398315,
131
+ 0.15177828073501587,
132
+ 0.10759265720844269,
133
+ 0.03959164395928383,
134
+ 0.06436386704444885,
135
+ 0.0422300286591053,
136
+ 0.03680143877863884,
137
+ 0.06904049217700958,
138
+ 0.07052741199731827,
139
+ 0.06062057614326477,
140
+ 0.2163693755865097,
141
+ 0.02623538114130497,
142
+ 0.03821679204702377,
143
+ 0.04620078578591347,
144
+ 0.03558208420872688,
145
+ 0.025538813322782516,
146
+ 0.1410277932882309,
147
+ 0.23679839074611664,
148
+ 0.2262955605983734,
149
+ 0.3498115539550781,
150
+ 0.04733380302786827,
151
+ 0.047509465366601944,
152
+ 0.01743183098733425,
153
+ 0.03439661115407944,
154
+ 0.06906998157501221,
155
+ 0.057738158851861954,
156
+ 0.09462986141443253,
157
+ 0.1827661246061325,
158
+ 0.2098374217748642,
159
+ 0.1418793797492981,
160
+ 0.12572893500328064,
161
+ 0.1009075865149498,
162
+ 0.04883817955851555,
163
+ 0.2547864615917206,
164
+ 0.25503548979759216,
165
+ 0.1007000207901001,
166
+ 0.12592770159244537,
167
+ 0.2051275670528412,
168
+ 0.2161020189523697,
169
+ 0.17465032637119293,
170
+ 0.09470421075820923,
171
+ 0.09634269773960114,
172
+ 0.008884061127901077,
173
+ 0.03898059204220772,
174
+ 0.12563331425189972,
175
+ 0.17721351981163025,
176
+ 0.11764630675315857,
177
+ 0.12399262934923172,
178
+ 0.005945994984358549,
179
+ 0.13440120220184326,
180
+ 0.12527996301651,
181
+ 0.11753895878791809,
182
+ 0.06797516345977783,
183
+ 0.010266593657433987,
184
+ 0.10111302882432938,
185
+ 0.724972665309906,
186
+ 0.24927499890327454,
187
+ 0.3054187297821045,
188
+ 0.40780094265937805,
189
+ 0.30951592326164246,
190
+ 0.19079209864139557,
191
+ 0.14637407660484314,
192
+ 0.07683753967285156,
193
+ 0.12518933415412903,
194
+ 0.08560514450073242,
195
+ 0.24618814885616302,
196
+ 0.16651007533073425,
197
+ 0.2052604705095291,
198
+ 0.15982988476753235,
199
+ 0.18744686245918274,
200
+ 0.27344879508018494,
201
+ 0.12316858768463135,
202
+ 0.10857410728931427,
203
+ 0.18987983465194702,
204
+ 0.07299372553825378,
205
+ 0.07344544678926468,
206
+ 0.030373480170965195,
207
+ 0.07589942961931229,
208
+ 0.48182186484336853,
209
+ 0.32213497161865234,
210
+ 0.3513108789920807,
211
+ 0.16648449003696442,
212
+ 0.2839430272579193,
213
+ 0.3244404196739197,
214
+ 0.3342670202255249,
215
+ 0.20895959436893463,
216
+ 0.32308509945869446,
217
+ 0.3544095456600189,
218
+ 0.2168317288160324,
219
+ 0.3253145217895508,
220
+ 0.3713051676750183,
221
+ 0.16401606798171997,
222
+ 0.08611195534467697,
223
+ 0.08623318374156952,
224
+ 0.12449593096971512,
225
+ 0.3461681306362152,
226
+ 0.07608038932085037,
227
+ 0.18370965123176575,
228
+ 0.2164846956729889,
229
+ 0.1980488896369934,
230
+ 0.16098017990589142,
231
+ 0.2834501564502716,
232
+ 0.08637668937444687,
233
+ 0.4020218849182129,
234
+ 0.3258846402168274,
235
+ 0.2004079818725586,
236
+ 0.2747476100921631,
237
+ 0.16564767062664032,
238
+ 0.16762188076972961,
239
+ 0.10177253931760788,
240
+ 0.3363770544528961,
241
+ 0.18980294466018677,
242
+ 0.18801623582839966,
243
+ 0.3822365999221802,
244
+ 0.06721633672714233,
245
+ 0.11267130076885223,
246
+ 0.09119844436645508,
247
+ 0.27161070704460144,
248
+ 0.07203120738267899,
249
+ 0.24159777164459229,
250
+ 0.14224593341350555,
251
+ 0.23048993945121765,
252
+ 0.20863185822963715,
253
+ 0.2173900306224823,
254
+ 0.24492762982845306,
255
+ 0.5385814309120178,
256
+ 0.21995000541210175,
257
+ 0.324148565530777,
258
+ 0.7529703378677368,
259
+ 0.42233216762542725,
260
+ 0.501499593257904,
261
+ 0.048681821674108505,
262
+ 0.33916887640953064,
263
+ 0.14490556716918945,
264
+ 0.07084721326828003,
265
+ 0.25773805379867554,
266
+ 0.17397448420524597,
267
+ 0.14245550334453583,
268
+ 0.18788833916187286,
269
+ 0.1445409208536148,
270
+ 0.20231448113918304,
271
+ 0.2587229609489441,
272
+ 0.051886070519685745,
273
+ 0.08238592743873596,
274
+ 0.06357729434967041,
275
+ 0.033892951905727386,
276
+ 0.1372387558221817,
277
+ 0.05728595331311226,
278
+ 0.04716376215219498,
279
+ 0.04871169850230217,
280
+ 0.0705433040857315,
281
+ 0.042184848338365555,
282
+ 0.07122435420751572,
283
+ 0.013069741427898407,
284
+ 0.1855769008398056,
285
+ 0.02194335125386715,
286
+ 0.3080352246761322,
287
+ 0.029883574694395065,
288
+ 0.24186404049396515,
289
+ 0.2671206593513489,
290
+ 0.3277159035205841,
291
+ 0.21877998113632202,
292
+ 0.14825530350208282,
293
+ 0.23570343852043152,
294
+ 0.07005840539932251,
295
+ 0.22937177121639252,
296
+ 0.026336554437875748,
297
+ 0.12967275083065033,
298
+ 0.08325114846229553,
299
+ 0.021468278020620346,
300
+ 0.06488700211048126,
301
+ 0.08928157389163971,
302
+ 0.0559881255030632,
303
+ 0.21126289665699005,
304
+ 0.2374645471572876,
305
+ 0.21603825688362122,
306
+ 0.06874227523803711,
307
+ 0.07274229824542999,
308
+ 0.05127589404582977,
309
+ 0.08454225957393646,
310
+ 0.11874499171972275,
311
+ 0.06113098934292793,
312
+ 0.02152225375175476,
313
+ 0.05247516557574272,
314
+ 0.06354214251041412,
315
+ 0.10104357451200485,
316
+ 0.061048638075590134,
317
+ 0.05186004936695099,
318
+ 0.02679719775915146,
319
+ 0.24414825439453125,
320
+ 0.14584867656230927,
321
+ 0.034661658108234406,
322
+ 0.19222287833690643,
323
+ 0.034389156848192215,
324
+ 0.0380207821726799,
325
+ 0.02210516668856144,
326
+ 0.07968404144048691,
327
+ 0.07234549522399902,
328
+ 0.02781326323747635,
329
+ 0.26145949959754944,
330
+ 0.14857302606105804,
331
+ 0.2569029927253723,
332
+ 0.06116176024079323,
333
+ 0.28615447878837585,
334
+ 0.3519262969493866,
335
+ 0.3561662435531616,
336
+ 0.260476291179657,
337
+ 0.22700488567352295,
338
+ 0.2129541039466858,
339
+ 0.2009650468826294,
340
+ 0.10682780295610428,
341
+ 0.2062128484249115,
342
+ 0.22625385224819183,
343
+ 0.24521833658218384,
344
+ 0.14121609926223755,
345
+ 0.007789468392729759,
346
+ 0.03475125879049301,
347
+ 0.01857713982462883,
348
+ 0.2955434322357178,
349
+ 0.22171618044376373,
350
+ 0.20624321699142456,
351
+ 0.1012074276804924,
352
+ 0.02404501847922802,
353
+ 0.10848425328731537,
354
+ 0.04277922585606575,
355
+ 0.19236232340335846,
356
+ 0.04850394278764725,
357
+ 0.09832415729761124,
358
+ 0.17804208397865295,
359
+ 0.0791655108332634,
360
+ 0.15651766955852509,
361
+ 0.08308272808790207,
362
+ 0.09015725553035736,
363
+ 0.15338511765003204,
364
+ 0.06165786460042,
365
+ 0.08273646235466003,
366
+ 0.1615743488073349,
367
+ 0.06050002947449684,
368
+ 0.25118690729141235,
369
+ 0.03811926394701004,
370
+ 0.4441932439804077,
371
+ 0.3719148635864258,
372
+ 0.268414705991745,
373
+ 0.26780128479003906,
374
+ 0.07035152614116669,
375
+ 0.07132507115602493,
376
+ 0.3049802780151367,
377
+ 0.2900646924972534,
378
+ 0.1487305462360382,
379
+ 0.24823710322380066,
380
+ 0.31209033727645874,
381
+ 0.3820267915725708,
382
+ 0.2567928731441498,
383
+ 0.20527520775794983,
384
+ 0.21584568917751312,
385
+ 0.2969847619533539,
386
+ 0.05577525869011879,
387
+ 0.03398328647017479,
388
+ 0.15559916198253632,
389
+ 0.009374963119626045,
390
+ 0.05951788276433945,
391
+ 0.1794571429491043,
392
+ 0.10721329599618912,
393
+ 0.11190887540578842,
394
+ 0.11779868602752686,
395
+ 0.36424973607063293,
396
+ 0.0299635361880064,
397
+ 0.020982922986149788,
398
+ 0.14981205761432648,
399
+ 0.026005811989307404,
400
+ 0.09719197452068329,
401
+ 0.09607540816068649,
402
+ 0.02803998813033104,
403
+ 0.042584214359521866,
404
+ 0.02692047506570816,
405
+ 0.022973595187067986,
406
+ 0.03526471555233002,
407
+ 0.1350155770778656,
408
+ 0.02055896259844303,
409
+ 0.06492059677839279,
410
+ 0.14992059767246246,
411
+ 0.12166574597358704,
412
+ 0.039917875081300735,
413
+ 0.05142645910382271,
414
+ 0.354751318693161,
415
+ 0.2022332102060318,
416
+ 0.020526114851236343,
417
+ 0.1465500146150589,
418
+ 0.15652704238891602,
419
+ 0.12945865094661713,
420
+ 0.1409561187028885,
421
+ 0.3996521532535553,
422
+ 0.16588924825191498,
423
+ 0.09776175767183304,
424
+ 0.09182462841272354,
425
+ 0.10593058913946152,
426
+ 0.021314533427357674,
427
+ 0.020068814978003502,
428
+ 0.04634387791156769,
429
+ 0.1152266189455986,
430
+ 0.1975051313638687,
431
+ 0.08029700070619583,
432
+ 0.19766898453235626,
433
+ 0.1857794225215912,
434
+ 0.1926628202199936,
435
+ 0.03559340909123421,
436
+ 0.06743897497653961,
437
+ 0.06810245662927628,
438
+ 0.26364922523498535,
439
+ 0.10784835368394852,
440
+ 0.038756776601076126,
441
+ 0.38096827268600464,
442
+ 0.3057665228843689,
443
+ 0.09416189044713974,
444
+ 0.49243226647377014,
445
+ 0.584780752658844,
446
+ 0.02634456753730774,
447
+ 0.39212122559547424,
448
+ 0.43057000637054443,
449
+ 0.050815850496292114,
450
+ 0.1393476277589798,
451
+ 0.29696348309516907,
452
+ 0.03360338881611824,
453
+ 0.04511921480298042,
454
+ 0.061146609485149384,
455
+ 0.08333630859851837,
456
+ 0.1027870699763298,
457
+ 0.054180826991796494,
458
+ 0.021960502490401268,
459
+ 0.09952805191278458,
460
+ 0.025157717987895012,
461
+ 0.04975675791501999,
462
+ 0.29196682572364807,
463
+ 0.06567047536373138,
464
+ 0.028375238180160522,
465
+ 0.015963928773999214,
466
+ 0.11423054337501526,
467
+ 0.12267445772886276,
468
+ 0.2859242856502533,
469
+ 0.07385872304439545,
470
+ 0.07976625114679337,
471
+ 0.23698313534259796,
472
+ 0.10058863461017609,
473
+ 0.09888538718223572,
474
+ 0.05347612500190735,
475
+ 0.18891681730747223,
476
+ 0.177018940448761,
477
+ 0.20059899985790253,
478
+ 0.07820150256156921,
479
+ 0.1696627140045166,
480
+ 0.22480231523513794,
481
+ 0.12800170481204987,
482
+ 0.005701479502022266,
483
+ 0.0986441895365715,
484
+ 0.22404395043849945,
485
+ 0.08939020335674286,
486
+ 0.08705870807170868,
487
+ 0.0502747967839241,
488
+ 0.027408242225646973,
489
+ 0.04562034085392952,
490
+ 0.028565119951963425,
491
+ 0.0981757640838623,
492
+ 0.018347669392824173,
493
+ 0.10885552316904068,
494
+ 0.03461584821343422,
495
+ 0.009498697705566883,
496
+ 0.02482139877974987,
497
+ 0.10321184992790222,
498
+ 0.010296612046658993,
499
+ 0.0590062215924263,
500
+ 0.016228439286351204,
501
+ 0.04873267933726311,
502
+ 0.05173369497060776,
503
+ 0.20596425235271454,
504
+ 0.050791822373867035,
505
+ 0.13466303050518036,
506
+ 0.04163168743252754,
507
+ 0.12172949314117432,
508
+ 0.06407889723777771,
509
+ 0.02918248251080513,
510
+ 0.36188963055610657,
511
+ 0.4562952220439911,
512
+ 0.22794106602668762,
513
+ 0.1460026204586029,
514
+ 0.034198351204395294,
515
+ 0.06572026759386063,
516
+ 0.04932970181107521,
517
+ 0.18580053746700287,
518
+ 0.08630968630313873,
519
+ 0.06257601827383041,
520
+ 0.07461579144001007,
521
+ 0.020273922011256218,
522
+ 0.09405917674303055,
523
+ 0.005776406731456518,
524
+ 0.28084710240364075,
525
+ 0.06328430026769638,
526
+ 0.09742356836795807,
527
+ 0.2717602252960205,
528
+ 0.16158446669578552,
529
+ 0.09517531096935272,
530
+ 0.020249230787158012,
531
+ 0.10599207133054733,
532
+ 0.0655336007475853,
533
+ 0.01457769051194191,
534
+ 0.009597807191312313,
535
+ 0.07192016392946243,
536
+ 0.04867270961403847,
537
+ 0.04606013372540474,
538
+ 0.214818075299263,
539
+ 0.2879859507083893,
540
+ 0.10144814848899841,
541
+ 0.145217627286911,
542
+ 0.22262075543403625,
543
+ 0.03736693784594536,
544
+ 0.04599546641111374,
545
+ 0.06724580377340317,
546
+ 0.05159320682287216,
547
+ 0.11386509984731674,
548
+ 0.10619921237230301,
549
+ 0.3449631631374359,
550
+ 0.006857526488602161,
551
+ 0.17218761146068573,
552
+ 0.03021566942334175,
553
+ 0.025102470070123672,
554
+ 0.10284626483917236,
555
+ 0.018224168568849564,
556
+ 0.0206650011241436,
557
+ 0.04197590798139572,
558
+ 0.02210311032831669,
559
+ 0.11980608105659485,
560
+ 0.0694657489657402,
561
+ 0.008581151254475117,
562
+ 0.14322277903556824,
563
+ 0.2776675224304199,
564
+ 0.0703033059835434,
565
+ 0.3258082866668701,
566
+ 0.04341991990804672,
567
+ 0.03280526399612427,
568
+ 0.05093766003847122,
569
+ 0.2161431610584259,
570
+ 0.17063497006893158,
571
+ 0.07833016663789749,
572
+ 0.01160561852157116,
573
+ 0.11095231026411057,
574
+ 0.10498224198818207
575
+ ]
576
+ }
p5-mae-15m-d40/mixture_plan.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb5828738515901c54d0c4ca0d10f601425f7cfb17ee2d4c5b407534187845a
3
+ size 15360128
p5-mae-15m-d40/run.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "campaign_id": "phase5",
3
+ "trial_id": "p5-mae-15m-d40",
4
+ "fingerprint": "a6081808260b5743",
5
+ "wandb_run_id": "phase5-p5-mae-15m-d40",
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": 485516,
59
+ "capped_clusters": 0,
60
+ "realized_weights": [
61
+ 0.020410416666666667,
62
+ 0.0,
63
+ 0.0,
64
+ 0.0,
65
+ 0.015484375,
66
+ 0.004925520833333333,
67
+ 0.0035192708333333335,
68
+ 0.020410416666666667,
69
+ 0.05278489583333333,
70
+ 0.0,
71
+ 0.0,
72
+ 0.0,
73
+ 0.4331015625,
74
+ 0.0,
75
+ 0.0,
76
+ 0.4064296875,
77
+ 0.0014083333333333333,
78
+ 0.0,
79
+ 0.041525520833333336,
80
+ 0.0
81
+ ]
82
+ },
83
+ "started_at": 1787006373.1633687,
84
+ "finished_at": 1787007088.0054193,
85
+ "summary": {
86
+ "completed": true,
87
+ "final_step": 40000,
88
+ "clips_seen": 1920000,
89
+ "peak_gib": 0.6756577491760254,
90
+ "val/loss": 0.6333574545569718,
91
+ "val/frame": 0.6333574545569718,
92
+ "val/utterance": 0.0
93
+ }
94
+ }
p5-mae-15m-d40/status.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": "complete",
3
+ "updated_at": 1787007088.0067177,
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.6333574545569718,
11
+ "val/frame": 0.6333574545569718,
12
+ "val/utterance": 0.0
13
+ }