sandernotenbaert commited on
Commit
81683aa
·
verified ·
1 Parent(s): 400ce49

Upload structure model checkpoint at step 2500

Browse files
checkpoint_2500/README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: mlx
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - music
6
+ - midi
7
+ - generation
8
+ - mlx
9
+ - autoregressive
10
+ - structure
11
+ - musiclang
12
+ ---
13
+
14
+ # okai-musiclang-structure v2.0 - Structure Model
15
+
16
+ This is an autoregressive structure generation model for music using MLX.
17
+
18
+ ## Model Details
19
+
20
+ - **Model Type**: Structure Generator (Autoregressive)
21
+ - **Version**: v2.0
22
+ - **Step**: 2500
23
+ - **Architecture**: Transformer with causal language modeling
24
+ - **Vocabulary Size**: 4796
25
+ - **Model Dimension**: 256
26
+ - **Layers**: 6
27
+ - **Max Sequence Length**: 1024
28
+
29
+ ## Training Configuration
30
+
31
+ - **Batch Size**: 16
32
+ - **Learning Rate**: 1e-05
33
+ - **Training Steps**: 2500
34
+
35
+ ## Usage
36
+
37
+ This model generates sequential music structure:
38
+ - Input: Song control tokens (genre, instruments, etc.)
39
+ - Output: Sequential bar structure with chords and tonality
40
+
41
+ Example generation:
42
+ ```
43
+ GENRE__ROCK SUBGENRE__ALTERNATIVE START BAR__1 CHORD_DEGREE__1 TONALITY_DEGREE__1 BAR__2 CHORD_DEGREE__4 TONALITY_DEGREE__5 ... WILL_END
44
+ ```
45
+
46
+ Generated with MLX framework for Apple Silicon.
checkpoint_2500/config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "okai-musiclang-structure",
3
+ "model_version": "v2.0",
4
+ "model_type": "structure",
5
+ "global_step": 2500,
6
+ "architecture": "AutoregressiveTransformer",
7
+ "training_type": "causal_lm",
8
+ "vocab_size": 4796,
9
+ "model_dim": 256,
10
+ "num_heads": 8,
11
+ "num_layers": 6,
12
+ "max_sequence_length": 1024,
13
+ "dropout": 0.1
14
+ }
checkpoint_2500/model.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9c2f4246396e7eb8105fb2a993aa55849fc59fbe91038e10f3cce442241a93e
3
+ size 29839884
checkpoint_2500/training_state.json ADDED
@@ -0,0 +1,626 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "global_step": 2500,
3
+ "epoch": 1,
4
+ "trainer_step": 2500,
5
+ "learning_rate": 9.999999747378752e-06,
6
+ "epoch_losses": [
7
+ 1.7293955087661743,
8
+ 1.7601858377456665,
9
+ 1.6190868616104126,
10
+ 1.7451980113983154,
11
+ 1.701377511024475,
12
+ 1.6588249206542969,
13
+ 1.6583818197250366,
14
+ 1.6878631114959717,
15
+ 1.6302950382232666,
16
+ 1.7025562524795532,
17
+ 1.8004159927368164,
18
+ 1.7292814254760742,
19
+ 1.616337776184082,
20
+ 1.7280219793319702,
21
+ 1.823448896408081,
22
+ 1.7120184898376465,
23
+ 1.639157772064209,
24
+ 1.6284191608428955,
25
+ 1.6839994192123413,
26
+ 1.7949339151382446,
27
+ 1.5744112730026245,
28
+ 1.6716513633728027,
29
+ 1.717328429222107,
30
+ 1.7006312608718872,
31
+ 1.859540581703186,
32
+ 1.7632871866226196,
33
+ 1.7942699193954468,
34
+ 1.7329679727554321,
35
+ 1.7112141847610474,
36
+ 1.6165447235107422,
37
+ 1.7208964824676514,
38
+ 1.6240524053573608,
39
+ 1.6348881721496582,
40
+ 1.7209837436676025,
41
+ 1.7384777069091797,
42
+ 1.7252110242843628,
43
+ 1.6180779933929443,
44
+ 1.5901944637298584,
45
+ 1.6428749561309814,
46
+ 1.6507099866867065,
47
+ 1.7259920835494995,
48
+ 1.7451446056365967,
49
+ 1.7164634466171265,
50
+ 1.7105237245559692,
51
+ 1.6539174318313599,
52
+ 1.7445276975631714,
53
+ 1.6990998983383179,
54
+ 1.6163480281829834,
55
+ 1.6803194284439087,
56
+ 1.6707617044448853,
57
+ 1.6227998733520508,
58
+ 1.7251840829849243,
59
+ 1.751766324043274,
60
+ 1.7954998016357422,
61
+ 1.5760107040405273,
62
+ 1.7212122678756714,
63
+ 1.6583250761032104,
64
+ 1.582102656364441,
65
+ 1.8238333463668823,
66
+ 1.692293405532837,
67
+ 1.7631574869155884,
68
+ 1.641127586364746,
69
+ 1.6412501335144043,
70
+ 1.6396362781524658,
71
+ 1.751018762588501,
72
+ 1.6705764532089233,
73
+ 1.765311360359192,
74
+ 1.7680552005767822,
75
+ 1.7106271982192993,
76
+ 1.7239460945129395,
77
+ 1.7113215923309326,
78
+ 1.6063220500946045,
79
+ 1.6960153579711914,
80
+ 1.6591867208480835,
81
+ 1.7286903858184814,
82
+ 1.636628270149231,
83
+ 1.7734651565551758,
84
+ 1.6685333251953125,
85
+ 1.6820003986358643,
86
+ 1.7647629976272583,
87
+ 1.6755094528198242,
88
+ 1.6541610956192017,
89
+ 1.6375068426132202,
90
+ 1.6230283975601196,
91
+ 1.6839603185653687,
92
+ 1.677659273147583,
93
+ 1.7746293544769287,
94
+ 1.804154872894287,
95
+ 1.6957547664642334,
96
+ 1.6372662782669067,
97
+ 1.608318567276001,
98
+ 1.614088773727417,
99
+ 1.6746459007263184,
100
+ 1.6934666633605957,
101
+ 1.6467796564102173,
102
+ 1.6046024560928345,
103
+ 1.6138876676559448,
104
+ 1.6981079578399658,
105
+ 1.6366262435913086,
106
+ 1.678391695022583,
107
+ 1.741255283355713,
108
+ 1.6100248098373413,
109
+ 1.6769570112228394,
110
+ 1.632678747177124,
111
+ 1.634615421295166,
112
+ 1.6679664850234985,
113
+ 1.624768614768982,
114
+ 1.617706537246704,
115
+ 1.6962661743164062,
116
+ 1.5923209190368652,
117
+ 1.521605134010315,
118
+ 1.7413136959075928,
119
+ 1.6982524394989014,
120
+ 1.6113317012786865,
121
+ 1.7030221223831177,
122
+ 1.6662638187408447,
123
+ 1.6283894777297974,
124
+ 1.6511152982711792,
125
+ 1.6033940315246582,
126
+ 1.602652668952942,
127
+ 1.6335868835449219,
128
+ 1.7682538032531738,
129
+ 1.5837901830673218,
130
+ 1.6023051738739014,
131
+ 1.6984747648239136,
132
+ 1.7461055517196655,
133
+ 1.6157246828079224,
134
+ 1.6692535877227783,
135
+ 1.590863823890686,
136
+ 1.6227362155914307,
137
+ 1.6949326992034912,
138
+ 1.6188210248947144,
139
+ 1.5725884437561035,
140
+ 1.5736039876937866,
141
+ 1.7143157720565796,
142
+ 1.6286711692810059,
143
+ 1.6693994998931885,
144
+ 1.6782407760620117,
145
+ 1.6353373527526855,
146
+ 1.6194008588790894,
147
+ 1.5363229513168335,
148
+ 1.7683144807815552,
149
+ 1.6417349576950073,
150
+ 1.6615206003189087,
151
+ 1.7666188478469849,
152
+ 1.6383494138717651,
153
+ 1.5776433944702148,
154
+ 1.6462210416793823,
155
+ 1.6690911054611206,
156
+ 1.6180644035339355,
157
+ 1.6782145500183105,
158
+ 1.6011661291122437,
159
+ 1.6669093370437622,
160
+ 1.6001871824264526,
161
+ 1.727211356163025,
162
+ 1.6358219385147095,
163
+ 1.5683456659317017,
164
+ 1.6777936220169067,
165
+ 1.6840957403182983,
166
+ 1.5283507108688354,
167
+ 1.6156624555587769,
168
+ 1.5873806476593018,
169
+ 1.6436434984207153,
170
+ 1.621842861175537,
171
+ 1.6360570192337036,
172
+ 1.572231650352478,
173
+ 1.7409683465957642,
174
+ 1.6084173917770386,
175
+ 1.7252334356307983,
176
+ 1.6183394193649292,
177
+ 1.5962541103363037,
178
+ 1.569520115852356,
179
+ 1.6144788265228271,
180
+ 1.6944082975387573,
181
+ 1.6462721824645996,
182
+ 1.6300703287124634,
183
+ 1.6266250610351562,
184
+ 1.6188886165618896,
185
+ 1.5451302528381348,
186
+ 1.6826931238174438,
187
+ 1.5869066715240479,
188
+ 1.5747085809707642,
189
+ 1.564475417137146,
190
+ 1.618349552154541,
191
+ 1.6574420928955078,
192
+ 1.6050128936767578,
193
+ 1.6602510213851929,
194
+ 1.6417548656463623,
195
+ 1.6593248844146729,
196
+ 1.6225677728652954,
197
+ 1.7302147150039673,
198
+ 1.6324429512023926,
199
+ 1.5149850845336914,
200
+ 1.7009148597717285,
201
+ 1.6268794536590576,
202
+ 1.6387375593185425,
203
+ 1.6600207090377808,
204
+ 1.5475741624832153,
205
+ 1.6725293397903442,
206
+ 1.599919080734253,
207
+ 1.628875732421875,
208
+ 1.5655003786087036,
209
+ 1.6623942852020264,
210
+ 1.5322116613388062,
211
+ 1.6372891664505005,
212
+ 1.5767731666564941,
213
+ 1.600152850151062,
214
+ 1.6702579259872437,
215
+ 1.6608325242996216,
216
+ 1.6021569967269897,
217
+ 1.556538701057434,
218
+ 1.6089723110198975,
219
+ 1.648123860359192,
220
+ 1.5192968845367432,
221
+ 1.6320958137512207,
222
+ 1.5573846101760864,
223
+ 1.6869468688964844,
224
+ 1.517483115196228,
225
+ 1.5629490613937378,
226
+ 1.624876618385315,
227
+ 1.6405097246170044,
228
+ 1.6011712551116943,
229
+ 1.6330050230026245,
230
+ 1.6178004741668701,
231
+ 1.6114885807037354,
232
+ 1.5795032978057861,
233
+ 1.5330207347869873,
234
+ 1.5859097242355347,
235
+ 1.6020095348358154,
236
+ 1.4890053272247314,
237
+ 1.5232658386230469,
238
+ 1.6327292919158936,
239
+ 1.593711495399475,
240
+ 1.5947372913360596,
241
+ 1.5834747552871704,
242
+ 1.5523254871368408,
243
+ 1.6421253681182861,
244
+ 1.6064866781234741,
245
+ 1.6158214807510376,
246
+ 1.654994249343872,
247
+ 1.5402013063430786,
248
+ 1.6257473230361938,
249
+ 1.5799341201782227,
250
+ 1.6819297075271606,
251
+ 1.5028729438781738,
252
+ 1.5730222463607788,
253
+ 1.6310783624649048,
254
+ 1.540627121925354,
255
+ 1.5741996765136719,
256
+ 1.465477466583252,
257
+ 1.6220077276229858,
258
+ 1.5202901363372803,
259
+ 1.542094111442566,
260
+ 1.6253769397735596,
261
+ 1.5492523908615112,
262
+ 1.6086593866348267,
263
+ 1.5233194828033447,
264
+ 1.593900442123413,
265
+ 1.6081711053848267,
266
+ 1.5298497676849365,
267
+ 1.6059364080429077,
268
+ 1.5603829622268677,
269
+ 1.6898647546768188,
270
+ 1.586061716079712,
271
+ 1.6083331108093262,
272
+ 1.5512478351593018,
273
+ 1.5494029521942139,
274
+ 1.5158467292785645,
275
+ 1.5854860544204712,
276
+ 1.710686445236206,
277
+ 1.5444263219833374,
278
+ 1.4165462255477905,
279
+ 1.604763388633728,
280
+ 1.5339293479919434,
281
+ 1.671465516090393,
282
+ 1.6358274221420288,
283
+ 1.6054017543792725,
284
+ 1.4836598634719849,
285
+ 1.5344702005386353,
286
+ 1.5949821472167969,
287
+ 1.6340124607086182,
288
+ 1.5805503129959106,
289
+ 1.5472660064697266,
290
+ 1.5169745683670044,
291
+ 1.6024911403656006,
292
+ 1.5405491590499878,
293
+ 1.5296697616577148,
294
+ 1.6135938167572021,
295
+ 1.5536402463912964,
296
+ 1.5520057678222656,
297
+ 1.6128756999969482,
298
+ 1.5246747732162476,
299
+ 1.4109467267990112,
300
+ 1.6022005081176758,
301
+ 1.5585917234420776,
302
+ 1.6631319522857666,
303
+ 1.4763307571411133,
304
+ 1.4785007238388062,
305
+ 1.614193081855774,
306
+ 1.5573837757110596,
307
+ 1.5407947301864624,
308
+ 1.634524941444397,
309
+ 1.5395541191101074,
310
+ 1.5145260095596313,
311
+ 1.587864637374878,
312
+ 1.5076875686645508,
313
+ 1.5438157320022583,
314
+ 1.5398285388946533,
315
+ 1.5459903478622437,
316
+ 1.5756237506866455,
317
+ 1.4778105020523071,
318
+ 1.4755077362060547,
319
+ 1.5967892408370972,
320
+ 1.5159573554992676,
321
+ 1.4996415376663208,
322
+ 1.5503920316696167,
323
+ 1.6176096200942993,
324
+ 1.58620285987854,
325
+ 1.5847283601760864,
326
+ 1.4582573175430298,
327
+ 1.598105549812317,
328
+ 1.606966495513916,
329
+ 1.6708546876907349,
330
+ 1.6202969551086426,
331
+ 1.5255999565124512,
332
+ 1.6517486572265625,
333
+ 1.6477441787719727,
334
+ 1.584264874458313,
335
+ 1.4926974773406982,
336
+ 1.5785138607025146,
337
+ 1.534803867340088,
338
+ 1.4805582761764526,
339
+ 1.5981488227844238,
340
+ 1.558858036994934,
341
+ 1.491403579711914,
342
+ 1.624292016029358,
343
+ 1.5254634618759155,
344
+ 1.57206392288208,
345
+ 1.5039857625961304,
346
+ 1.5500396490097046,
347
+ 1.546394944190979,
348
+ 1.4969186782836914,
349
+ 1.5247341394424438,
350
+ 1.6259653568267822,
351
+ 1.5381650924682617,
352
+ 1.6409591436386108,
353
+ 1.550769329071045,
354
+ 1.5652581453323364,
355
+ 1.5823543071746826,
356
+ 1.5110467672348022,
357
+ 1.6251153945922852,
358
+ 1.5434706211090088,
359
+ 1.4535561800003052,
360
+ 1.5204854011535645,
361
+ 1.523809552192688,
362
+ 1.5758512020111084,
363
+ 1.4403866529464722,
364
+ 1.4674971103668213,
365
+ 1.4716951847076416,
366
+ 1.5157982110977173,
367
+ 1.5376183986663818,
368
+ 1.5113435983657837,
369
+ 1.6242992877960205,
370
+ 1.4708901643753052,
371
+ 1.5381969213485718,
372
+ 1.427090048789978,
373
+ 1.5267959833145142,
374
+ 1.5297565460205078,
375
+ 1.5173829793930054,
376
+ 1.4963855743408203,
377
+ 1.3927234411239624,
378
+ 1.5653893947601318,
379
+ 1.5424407720565796,
380
+ 1.604697585105896,
381
+ 1.4711517095565796,
382
+ 1.5423214435577393,
383
+ 1.5407847166061401,
384
+ 1.5800659656524658,
385
+ 1.5848685503005981,
386
+ 1.5012625455856323,
387
+ 1.509359359741211,
388
+ 1.5640360116958618,
389
+ 1.523038387298584,
390
+ 1.4387519359588623,
391
+ 1.4715304374694824,
392
+ 1.5426032543182373,
393
+ 1.536876916885376,
394
+ 1.5184515714645386,
395
+ 1.5307228565216064,
396
+ 1.443453073501587,
397
+ 1.4872835874557495,
398
+ 1.6026666164398193,
399
+ 1.5087883472442627,
400
+ 1.5095618963241577,
401
+ 1.5213075876235962,
402
+ 1.4653117656707764,
403
+ 1.4436190128326416,
404
+ 1.4803545475006104,
405
+ 1.455751657485962,
406
+ 1.4689338207244873,
407
+ 1.5447839498519897,
408
+ 1.5329535007476807,
409
+ 1.477940559387207,
410
+ 1.6077739000320435,
411
+ 1.476158618927002,
412
+ 1.4789670705795288,
413
+ 1.410678505897522,
414
+ 1.4939000606536865,
415
+ 1.5149292945861816,
416
+ 1.5331001281738281,
417
+ 1.4813885688781738,
418
+ 1.523728370666504,
419
+ 1.468435287475586,
420
+ 1.5504412651062012,
421
+ 1.4985923767089844,
422
+ 1.4412306547164917,
423
+ 1.5390866994857788,
424
+ 1.3763619661331177,
425
+ 1.4376033544540405,
426
+ 1.4826006889343262,
427
+ 1.693792700767517,
428
+ 1.5549108982086182,
429
+ 1.4500024318695068,
430
+ 1.538143277168274,
431
+ 1.5853934288024902,
432
+ 1.4990569353103638,
433
+ 1.5395599603652954,
434
+ 1.456899881362915,
435
+ 1.4396278858184814,
436
+ 1.5012537240982056,
437
+ 1.5242419242858887,
438
+ 1.4772796630859375,
439
+ 1.564460277557373,
440
+ 1.571394681930542,
441
+ 1.4227372407913208,
442
+ 1.4418703317642212,
443
+ 1.4777151346206665,
444
+ 1.4631361961364746,
445
+ 1.5005990266799927,
446
+ 1.5651389360427856,
447
+ 1.5677653551101685,
448
+ 1.464645266532898,
449
+ 1.5344313383102417,
450
+ 1.5339105129241943,
451
+ 1.548764705657959,
452
+ 1.4120484590530396,
453
+ 1.4912840127944946,
454
+ 1.44896399974823,
455
+ 1.400243878364563,
456
+ 1.4570752382278442,
457
+ 1.604162573814392,
458
+ 1.4875048398971558,
459
+ 1.4713447093963623,
460
+ 1.4472049474716187,
461
+ 1.438135027885437,
462
+ 1.5574958324432373,
463
+ 1.5113263130187988,
464
+ 1.5208957195281982,
465
+ 1.5521085262298584,
466
+ 1.5659428834915161,
467
+ 1.514692783355713,
468
+ 1.5202369689941406,
469
+ 1.4341528415679932,
470
+ 1.4798977375030518,
471
+ 1.5448862314224243,
472
+ 1.4798461198806763,
473
+ 1.4293044805526733,
474
+ 1.465888261795044,
475
+ 1.5282429456710815,
476
+ 1.4480410814285278,
477
+ 1.4891890287399292,
478
+ 1.4716970920562744,
479
+ 1.4515043497085571,
480
+ 1.5293903350830078,
481
+ 1.436244010925293,
482
+ 1.5054774284362793,
483
+ 1.5445810556411743,
484
+ 1.5074492692947388,
485
+ 1.3618805408477783,
486
+ 1.530578851699829,
487
+ 1.5878831148147583,
488
+ 1.512785792350769,
489
+ 1.55103600025177,
490
+ 1.6024169921875,
491
+ 1.4167321920394897,
492
+ 1.5685497522354126,
493
+ 1.5849268436431885,
494
+ 1.5394898653030396,
495
+ 1.488437533378601,
496
+ 1.5340781211853027,
497
+ 1.4249407052993774,
498
+ 1.4601502418518066,
499
+ 1.5084264278411865,
500
+ 1.4570647478103638,
501
+ 1.5228303670883179,
502
+ 1.4915659427642822,
503
+ 1.48713219165802,
504
+ 1.432301640510559,
505
+ 1.5645512342453003,
506
+ 1.448697566986084,
507
+ 1.4712162017822266,
508
+ 1.4578888416290283,
509
+ 1.4159626960754395,
510
+ 1.516791820526123,
511
+ 1.539375901222229,
512
+ 1.390950322151184,
513
+ 1.4764032363891602,
514
+ 1.5378646850585938,
515
+ 1.420276165008545,
516
+ 1.395110845565796,
517
+ 1.4170491695404053,
518
+ 1.4754364490509033,
519
+ 1.4241368770599365,
520
+ 1.482465386390686,
521
+ 1.5186808109283447,
522
+ 1.3765395879745483,
523
+ 1.4213742017745972,
524
+ 1.5562853813171387,
525
+ 1.4540297985076904,
526
+ 1.4167616367340088,
527
+ 1.4829063415527344,
528
+ 1.445663332939148,
529
+ 1.3977222442626953,
530
+ 1.5973588228225708,
531
+ 1.4539437294006348,
532
+ 1.5011138916015625,
533
+ 1.5418769121170044,
534
+ 1.4353307485580444,
535
+ 1.4394947290420532,
536
+ 1.4967540502548218,
537
+ 1.439307689666748,
538
+ 1.5015127658843994,
539
+ 1.4811525344848633,
540
+ 1.517405390739441,
541
+ 1.4810948371887207,
542
+ 1.4315427541732788,
543
+ 1.455304741859436,
544
+ 1.4147127866744995,
545
+ 1.4660426378250122,
546
+ 1.4609352350234985,
547
+ 1.5695286989212036,
548
+ 1.5749925374984741,
549
+ 1.4250251054763794,
550
+ 1.4322662353515625,
551
+ 1.4117237329483032,
552
+ 1.4630975723266602,
553
+ 1.3714202642440796,
554
+ 1.4332950115203857,
555
+ 1.3619071245193481,
556
+ 1.4277924299240112,
557
+ 1.4210013151168823,
558
+ 1.47507905960083,
559
+ 1.415454626083374,
560
+ 1.4945704936981201,
561
+ 1.3835723400115967,
562
+ 1.3912070989608765,
563
+ 1.4384957551956177,
564
+ 1.3963210582733154,
565
+ 1.4653619527816772,
566
+ 1.4550138711929321,
567
+ 1.5202786922454834,
568
+ 1.4935246706008911,
569
+ 1.4403671026229858,
570
+ 1.415016531944275,
571
+ 1.4535421133041382,
572
+ 1.4253504276275635,
573
+ 1.4053711891174316,
574
+ 1.5093010663986206,
575
+ 1.4012540578842163,
576
+ 1.4945218563079834,
577
+ 1.4102131128311157,
578
+ 1.3938679695129395,
579
+ 1.4298489093780518,
580
+ 1.4751979112625122,
581
+ 1.395465612411499,
582
+ 1.3679038286209106,
583
+ 1.5537775754928589,
584
+ 1.380786418914795,
585
+ 1.365722417831421,
586
+ 1.3399308919906616,
587
+ 1.3578767776489258,
588
+ 1.3889715671539307,
589
+ 1.402415156364441,
590
+ 1.3665434122085571,
591
+ 1.4493536949157715,
592
+ 1.5036587715148926,
593
+ 1.5290522575378418,
594
+ 1.3506282567977905,
595
+ 1.4461326599121094,
596
+ 1.474741816520691,
597
+ 1.49782133102417,
598
+ 1.424666166305542,
599
+ 1.3597534894943237,
600
+ 1.3816207647323608,
601
+ 1.3389614820480347,
602
+ 1.4637707471847534,
603
+ 1.382070541381836
604
+ ],
605
+ "training_config": {
606
+ "batch_size": 16,
607
+ "num_epochs": 4,
608
+ "learning_rate": 1e-05,
609
+ "weight_decay": 0.01,
610
+ "warmup_steps": 1000,
611
+ "max_grad_norm": 1.0,
612
+ "eval_steps": 500,
613
+ "save_steps": 500
614
+ },
615
+ "model_config": {
616
+ "vocab_size": 4796,
617
+ "model_dim": 256,
618
+ "num_heads": 8,
619
+ "num_layers": 6,
620
+ "max_sequence_length": 1024,
621
+ "dropout": 0.1
622
+ },
623
+ "model_name": "okai-musiclang-structure",
624
+ "model_version": "v2.0",
625
+ "model_type": "structure"
626
+ }