File size: 67,006 Bytes
5b93d16
48fa831
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
082165c
48fa831
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
082165c
48fa831
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
082165c
48fa831
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
082165c
48fa831
 
 
e1a5a8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
082165c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
{
    "name": "whisperkit-coreml",
    "version": "0.2",
    "device_support": [
        {
            "identifiers": ["iPhone11", "iPhone12", "Watch7", "Watch8"],
            "models": {
                "default": "openai_whisper-tiny",
                "supported": [
                    "openai_whisper-tiny",
                    "openai_whisper-tiny.en",
                    "openai_whisper-base",
                    "openai_whisper-base.en"
                ]
            }
        },
        {
            "identifiers": ["iPhone13", "iPad13,18", "iPad13,1"],
            "models": {
                "default": "openai_whisper-base",
                "supported": [
                    "openai_whisper-tiny",
                    "openai_whisper-tiny.en",
                    "openai_whisper-base",
                    "openai_whisper-base.en",
                    "openai_whisper-small",
                    "openai_whisper-small.en"
                ]
            }
        },
        {
            "identifiers": [
                "iPhone14",
                "iPhone15",
                "iPhone16",
                "iPhone17",
                "iPad14,1",
                "iPad14,2"
            ],
            "models": {
                "default": "openai_whisper-base",
                "supported": [
                    "openai_whisper-tiny",
                    "openai_whisper-tiny.en",
                    "openai_whisper-base",
                    "openai_whisper-base.en",
                    "openai_whisper-small",
                    "openai_whisper-small.en",
                    "openai_whisper-large-v2_949MB",
                    "openai_whisper-large-v2_turbo_955MB",
                    "openai_whisper-large-v3_947MB",
                    "openai_whisper-large-v3_turbo_954MB",
                    "distil-whisper_distil-large-v3_594MB",
                    "distil-whisper_distil-large-v3_turbo_600MB",
                    "openai_whisper-large-v3-v20240930_626MB",
                    "openai_whisper-large-v3-v20240930_turbo_632MB"
                ]
            }
        },
        {
            "identifiers": [
                "Mac13",
                "iMac21",
                "MacBookAir10,1",
                "MacBookPro17",
                "MacBookPro18",
                "Macmini9",
                "iPad13,16",
                "iPad13,4",
                "iPad13,8"
            ],
            "models": {
                "default": "openai_whisper-large-v3-v20240930",
                "supported": [
                    "openai_whisper-tiny",
                    "openai_whisper-tiny.en",
                    "openai_whisper-base",
                    "openai_whisper-base.en",
                    "openai_whisper-small",
                    "openai_whisper-small.en",
                    "openai_whisper-large-v2",
                    "openai_whisper-large-v2_949MB",
                    "openai_whisper-large-v3",
                    "openai_whisper-large-v3_947MB",
                    "distil-whisper_distil-large-v3",
                    "distil-whisper_distil-large-v3_594MB",
                    "openai_whisper-large-v3-v20240930",
                    "openai_whisper-large-v3-v20240930_626MB"
                ]
            }
        },
        {
            "identifiers": [
                "Mac14",
                "Mac15",
                "Mac16",
                "iPad14,3",
                "iPad14,4",
                "iPad14,5",
                "iPad14,6",
                "iPad14,8",
                "iPad14,9",
                "iPad14,10",
                "iPad14,11",
                "iPad16"
            ],
            "models": {
                "default": "openai_whisper-large-v3-v20240930",
                "supported": [
                    "openai_whisper-tiny",
                    "openai_whisper-tiny.en",
                    "openai_whisper-base",
                    "openai_whisper-base.en",
                    "openai_whisper-small",
                    "openai_whisper-small.en",
                    "openai_whisper-large-v2",
                    "openai_whisper-large-v2_949MB",
                    "openai_whisper-large-v2_turbo",
                    "openai_whisper-large-v2_turbo_955MB",
                    "openai_whisper-large-v3",
                    "openai_whisper-large-v3_947MB",
                    "openai_whisper-large-v3_turbo",
                    "openai_whisper-large-v3_turbo_954MB",
                    "distil-whisper_distil-large-v3",
                    "distil-whisper_distil-large-v3_594MB",
                    "distil-whisper_distil-large-v3_turbo",
                    "distil-whisper_distil-large-v3_turbo_600MB",
                    "openai_whisper-large-v3-v20240930",
                    "openai_whisper-large-v3-v20240930_turbo",
                    "openai_whisper-large-v3-v20240930_626MB",
                    "openai_whisper-large-v3-v20240930_turbo_632MB"
                ]
            }
        }
    ],
    model_checksums": {
        "openai_whisper-large-v3_947MB": {
            "argmaxinc/openai_whisper-large-v3_947MB/config.json": "826b72fee00fa708fa71cc7bc815b053",
            "argmaxinc/openai_whisper-large-v3_947MB/generation_config.json": "806e5ea4eff155e22445f096d2b7c5d6",
            "argmaxinc/openai_whisper-large-v3_947MB/AudioEncoder.mlmodelc/metadata.json": "c8952b00d45b951ee6979c9f5117a41d",
            "argmaxinc/openai_whisper-large-v3_947MB/AudioEncoder.mlmodelc/model.mil": "1b3bd9152b148310b7515d691b48d57d",
            "argmaxinc/openai_whisper-large-v3_947MB/AudioEncoder.mlmodelc/coremldata.bin": "9b0e3cfd65a2276681f5a3bd6bbab429",
            "argmaxinc/openai_whisper-large-v3_947MB/AudioEncoder.mlmodelc/weights/weight.bin": "3c3e666abd40eae8f646ef5a7e5854dd",
            "argmaxinc/openai_whisper-large-v3_947MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "9d866762258b78758c9f270c59d62aa3",
            "argmaxinc/openai_whisper-large-v3_947MB/MelSpectrogram.mlmodelc/metadata.json": "e2c8f2b12a95dfb9bff42dfd2112cba8",
            "argmaxinc/openai_whisper-large-v3_947MB/MelSpectrogram.mlmodelc/model.mil": "2e45fbde348e16af077abce7605c190b",
            "argmaxinc/openai_whisper-large-v3_947MB/MelSpectrogram.mlmodelc/coremldata.bin": "f5b764c025f8e00ab44842cf1cfaa9b1",
            "argmaxinc/openai_whisper-large-v3_947MB/MelSpectrogram.mlmodelc/weights/weight.bin": "9626038902f87b460580c7f61ea0f6bc",
            "argmaxinc/openai_whisper-large-v3_947MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "b00033cd95330712f5a06cd0ecdd733b",
            "argmaxinc/openai_whisper-large-v3_947MB/TextDecoder.mlmodelc/metadata.json": "2470558e845648898d0d7a3468b70136",
            "argmaxinc/openai_whisper-large-v3_947MB/TextDecoder.mlmodelc/model.mil": "61848396fe1dd26c60f9a23e03919354",
            "argmaxinc/openai_whisper-large-v3_947MB/TextDecoder.mlmodelc/coremldata.bin": "4c6b1e37eb869439aecf9da854e886e3",
            "argmaxinc/openai_whisper-large-v3_947MB/TextDecoder.mlmodelc/weights/weight.bin": "c30537eca7f772d65508cd02513eddd6",
            "argmaxinc/openai_whisper-large-v3_947MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "c8e33293f4ef76d598e383cb46da61cb"
        },
        "openai_whisper-large-v2_turbo_955MB": {
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/config.json": "12c9d79264a8a2d7d77c7d0995f7d256",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/generation_config.json": "f37b9e0884f8f75d1ced8ce87eed2b8d",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/AudioEncoder.mlmodelc/metadata.json": "a072c6ca0c4139d2a77f36845dce98ea",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/AudioEncoder.mlmodelc/model.mil": "75d6e29d4f01134e33944a53adb2780a",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/AudioEncoder.mlmodelc/coremldata.bin": "ecfbd568a29002570eb3ef6fac632d5d",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/AudioEncoder.mlmodelc/weights/weight.bin": "67c093a8c53c999ebe0faba92240e74e",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "74795588d4e9c65288a749d26742c366",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoderContextPrefill.mlmodelc/metadata.json": "2a8583336e26fe7ed6d5bcf942f90170",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoderContextPrefill.mlmodelc/model.mil": "ec63326ec12cc743771cb56fddd9a4ef",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoderContextPrefill.mlmodelc/coremldata.bin": "aa64d9e5003ca65c060ad68b74f0a678",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoderContextPrefill.mlmodelc/weights/weight.bin": "27dbbc9caab508aaea103edbb246be90",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoderContextPrefill.mlmodelc/analytics/coremldata.bin": "72310f224d2874cf3da527a69847e5d2",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/MelSpectrogram.mlmodelc/metadata.json": "20d89e743bd1e894f85ade2b774624fc",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/MelSpectrogram.mlmodelc/model.mil": "15289f96324d4675550d942cbbff3794",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/MelSpectrogram.mlmodelc/coremldata.bin": "40c5b313c146922d12cad8bb481918ff",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/MelSpectrogram.mlmodelc/weights/weight.bin": "73d96fbeced55f83a3cd293ad1621d03",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "c6fcffc7b0c54f5e145eaa95af9acc90",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoder.mlmodelc/metadata.json": "f1bec5d715065eb1b91589f0cc3942fc",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoder.mlmodelc/model.mil": "2f55f9fa709c7c56ad570593345293cb",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoder.mlmodelc/coremldata.bin": "539c7acdf25e40cd64ac5bf36cbf2116",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoder.mlmodelc/weights/weight.bin": "eb1c86b6e17e20b900aa04fedea26180",
            "argmaxinc/openai_whisper-large-v2_turbo_955MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "029a9cbc7faed951f09654b8b578395d"
        },
        "openai_whisper-tiny.en": {
            "argmaxinc/openai_whisper-tiny.en/config.json": "1da252d049483dc4af39ba641be2227c",
            "argmaxinc/openai_whisper-tiny.en/generation_config.json": "dc60ca93e8aa9b0a903ec4a3402b9247",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlmodelc/metadata.json": "378db1a01244cbe88f785c06b321db64",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlmodelc/model.mil": "a9a4649f428ff446c560a522ff2f2442",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlmodelc/model.mlmodel": "f61f1c9f8621d8a7689b50e5e3e7948f",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlmodelc/coremldata.bin": "2cfe02343c0618f5556662dce58f8df2",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlmodelc/weights/weight.bin": "c25a5bde17ce3b0684997bb675ca5fa5",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlmodelc/analytics/coremldata.bin": "6feda4e38363c86a513b1f9eb08b89b7",
            "argmaxinc/openai_whisper-tiny.en/MelSpectrogram.mlpackage/Manifest.json": "4fc78b0d1934a79059747e5b43d84e53",
            "argmaxinc/openai_whisper-tiny.en/MelSpectrogram.mlpackage/Data/com.apple.CoreML/model.mlmodel": "3cd1dabe56b165615cd48ab69a7a5d43",
            "argmaxinc/openai_whisper-tiny.en/MelSpectrogram.mlpackage/Data/com.apple.CoreML/weights/weight.bin": "c623f8863ffdc804ac75ead172073533",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlpackage/Manifest.json": "e7145d088c99b466f37392de954bed50",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel": "45a1ee992250020bec0e9b58bd6b1106",
            "argmaxinc/openai_whisper-tiny.en/AudioEncoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin": "5e300835988881ad4d1b53791c08f1f8",
            "argmaxinc/openai_whisper-tiny.en/MelSpectrogram.mlmodelc/metadata.json": "f342be39654a5621b4ac37960ee708ec",
            "argmaxinc/openai_whisper-tiny.en/MelSpectrogram.mlmodelc/model.mil": "9019a34e39352e3e6dfd06abe012f5be",
            "argmaxinc/openai_whisper-tiny.en/MelSpectrogram.mlmodelc/coremldata.bin": "9bfdb8e34baeb406aaabdc8f7c9f9c58",
            "argmaxinc/openai_whisper-tiny.en/MelSpectrogram.mlmodelc/weights/weight.bin": "3f659703e9d1c7d483a0864584f40ab9",
            "argmaxinc/openai_whisper-tiny.en/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "aeeba09d4671b5ab91ccece199fed736",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlpackage/Manifest.json": "f5d7dc2671e1133242b9170eb222e40d",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlpackage/Data/com.apple.CoreML/model.mlmodel": "fc7b543301a4c31b9565d172f0ffc5b3",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin": "7da01165516fac548cf833f67dbecbb6",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlmodelc/metadata.json": "0f97096eb79aa64d36790be095f63ca4",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlmodelc/model.mil": "3e2807ca1755ba77c52d01b129ed2dda",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlmodelc/model.mlmodel": "fc7b543301a4c31b9565d172f0ffc5b3",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlmodelc/coremldata.bin": "27edc185b9fd61877b9f3ee4642cda03",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlmodelc/weights/weight.bin": "b46a17b91e9b49be49589c7e7dabbe53",
            "argmaxinc/openai_whisper-tiny.en/TextDecoder.mlmodelc/analytics/coremldata.bin": "6a4aff86c62bb0d5e0e63be42bfcd804"
        },
        "distil-whisper_distil-large-v3_594MB": {
            "argmaxinc/distil-whisper_distil-large-v3_594MB/config.json": "7c35dcfa367e5fc1a98d1b70c1a8f5dc",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/generation_config.json": "ad05d71f8e70e6ce6cf02fec15c12174",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/AudioEncoder.mlmodelc/metadata.json": "c047f75f175519a768b54207e37ebe2e",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/AudioEncoder.mlmodelc/model.mil": "985cd671586793b3daf95091e9254d0b",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/AudioEncoder.mlmodelc/coremldata.bin": "903f25ffc7993848547c71aba0fd0526",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/AudioEncoder.mlmodelc/weights/weight.bin": "770115b1a20a11152b24598111796fc1",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "3f70a727e50c25b7ec10292e0d1cad73",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/MelSpectrogram.mlmodelc/metadata.json": "528eca520404dcb23887ca6de5583a50",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/MelSpectrogram.mlmodelc/model.mil": "e29051c3ad1a8c1aaebd61dd80f2e7c2",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/MelSpectrogram.mlmodelc/coremldata.bin": "228a0d5c171b2babebb0097752e4bbc7",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/MelSpectrogram.mlmodelc/weights/weight.bin": "54efb780d4b0db298997d39192cf7f9b",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "275a71674940296630e800b7e7ffe166",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/TextDecoder.mlmodelc/metadata.json": "ba7a7e75f9d867b7bccd524348e724d5",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/TextDecoder.mlmodelc/model.mil": "7a0a668c7f08691126449485994bb45e",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/TextDecoder.mlmodelc/coremldata.bin": "7e0558a3a3a1e7cbbb7ebb0fc4cf7b24",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/TextDecoder.mlmodelc/weights/weight.bin": "0737db26bf014b02c9dc768415b89f62",
            "argmaxinc/distil-whisper_distil-large-v3_594MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "59e8e9713a5addbbe295ff1413983da7"
        },
        "openai_whisper-large-v2_949MB": {
            "argmaxinc/openai_whisper-large-v2_949MB/config.json": "12c9d79264a8a2d7d77c7d0995f7d256",
            "argmaxinc/openai_whisper-large-v2_949MB/generation_config.json": "f37b9e0884f8f75d1ced8ce87eed2b8d",
            "argmaxinc/openai_whisper-large-v2_949MB/AudioEncoder.mlmodelc/metadata.json": "9f97d6b6020c35a01d38b37fbfc22302",
            "argmaxinc/openai_whisper-large-v2_949MB/AudioEncoder.mlmodelc/model.mil": "b8261518ea7571869e6712e3f3f15e1f",
            "argmaxinc/openai_whisper-large-v2_949MB/AudioEncoder.mlmodelc/model.mlmodel": "9a059e1aba8d5f2dff6cae46ecfc045f",
            "argmaxinc/openai_whisper-large-v2_949MB/AudioEncoder.mlmodelc/coremldata.bin": "ecfbd568a29002570eb3ef6fac632d5d",
            "argmaxinc/openai_whisper-large-v2_949MB/AudioEncoder.mlmodelc/weights/weight.bin": "74ec1e2da22080def84da8a20ef8e98a",
            "argmaxinc/openai_whisper-large-v2_949MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "052cef2bfdd28a911a90285b37fdc9d5",
            "argmaxinc/openai_whisper-large-v2_949MB/MelSpectrogram.mlmodelc/metadata.json": "d52490704ee7567a761475212aebfe5c",
            "argmaxinc/openai_whisper-large-v2_949MB/MelSpectrogram.mlmodelc/model.mil": "15289f96324d4675550d942cbbff3794",
            "argmaxinc/openai_whisper-large-v2_949MB/MelSpectrogram.mlmodelc/coremldata.bin": "40c5b313c146922d12cad8bb481918ff",
            "argmaxinc/openai_whisper-large-v2_949MB/MelSpectrogram.mlmodelc/weights/weight.bin": "1e61f6a1818a7d910970d074145c9ba0",
            "argmaxinc/openai_whisper-large-v2_949MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "c6fcffc7b0c54f5e145eaa95af9acc90",
            "argmaxinc/openai_whisper-large-v2_949MB/TextDecoder.mlmodelc/metadata.json": "9910007850ca9a8dd6eed9b9befd3467",
            "argmaxinc/openai_whisper-large-v2_949MB/TextDecoder.mlmodelc/model.mil": "a4f964360c5191a2c8981042a554c359",
            "argmaxinc/openai_whisper-large-v2_949MB/TextDecoder.mlmodelc/model.mlmodel": "20d1c2304e79f0a56bf256a3001e3b3f",
            "argmaxinc/openai_whisper-large-v2_949MB/TextDecoder.mlmodelc/coremldata.bin": "c337cc7f784795edf11a811954ab1dab",
            "argmaxinc/openai_whisper-large-v2_949MB/TextDecoder.mlmodelc/weights/weight.bin": "927025c5db9a100a6adefff68c628ac3",
            "argmaxinc/openai_whisper-large-v2_949MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "ed8e3a2e20d946fabec55227381e29ee"
        },
        "openai_whisper-large-v3_turbo_954MB": {
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/config.json": "826b72fee00fa708fa71cc7bc815b053",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/generation_config.json": "806e5ea4eff155e22445f096d2b7c5d6",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/AudioEncoder.mlmodelc/metadata.json": "8f036d26e6dd0712637bfafbb2b52bdc",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/AudioEncoder.mlmodelc/model.mil": "66182a0d72eae4b6cdd6fb6e5e341688",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/AudioEncoder.mlmodelc/coremldata.bin": "9b0e3cfd65a2276681f5a3bd6bbab429",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/AudioEncoder.mlmodelc/weights/weight.bin": "f77a48f2bf669adc3a0e05305bb64ff5",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "107176c4a48e45bd97dc4236f9c73aee",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoderContextPrefill.mlmodelc/metadata.json": "2a8583336e26fe7ed6d5bcf942f90170",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoderContextPrefill.mlmodelc/model.mil": "622a550e03920e3a22f65beac3bf884c",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoderContextPrefill.mlmodelc/coremldata.bin": "aa64d9e5003ca65c060ad68b74f0a678",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoderContextPrefill.mlmodelc/weights/weight.bin": "52708d0f47dbc390ddaf534b59f06ba8",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoderContextPrefill.mlmodelc/analytics/coremldata.bin": "228b035793515c725e9cdc3e022252fc",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/MelSpectrogram.mlmodelc/metadata.json": "e2c8f2b12a95dfb9bff42dfd2112cba8",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/MelSpectrogram.mlmodelc/model.mil": "2e45fbde348e16af077abce7605c190b",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/MelSpectrogram.mlmodelc/coremldata.bin": "f5b764c025f8e00ab44842cf1cfaa9b1",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/MelSpectrogram.mlmodelc/weights/weight.bin": "904c085593d98406c30671652eff58dc",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "b00033cd95330712f5a06cd0ecdd733b",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoder.mlmodelc/metadata.json": "6dbb5f896359637f1857b022aa54c590",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoder.mlmodelc/model.mil": "2b6d9970ac97b2f17710ad5a22ff77cf",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoder.mlmodelc/coremldata.bin": "d2588571727027ff8bb53140d774b97c",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoder.mlmodelc/weights/weight.bin": "a46a5bd26257ee2c3e306f34fc93cc93",
            "argmaxinc/openai_whisper-large-v3_turbo_954MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "2410ddda8307ee12a752c258d7d0a72c"
        },
        "distil-whisper_distil-large-v3": {
            "argmaxinc/distil-whisper_distil-large-v3/config.json": "7c35dcfa367e5fc1a98d1b70c1a8f5dc",
            "argmaxinc/distil-whisper_distil-large-v3/generation_config.json": "ad05d71f8e70e6ce6cf02fec15c12174",
            "argmaxinc/distil-whisper_distil-large-v3/AudioEncoder.mlmodelc/metadata.json": "4da0a0afd5e796a97bce5cc536c637c7",
            "argmaxinc/distil-whisper_distil-large-v3/AudioEncoder.mlmodelc/model.mil": "f07629105e26b2e4c5b03cb3deea1198",
            "argmaxinc/distil-whisper_distil-large-v3/AudioEncoder.mlmodelc/model.mlmodel": "96679821a7697584907ce358db477045",
            "argmaxinc/distil-whisper_distil-large-v3/AudioEncoder.mlmodelc/coremldata.bin": "f8fac279ade69636375da4beb08f1ed1",
            "argmaxinc/distil-whisper_distil-large-v3/AudioEncoder.mlmodelc/weights/weight.bin": "571283bb59844f5143bbe5607fdf091b",
            "argmaxinc/distil-whisper_distil-large-v3/AudioEncoder.mlmodelc/analytics/coremldata.bin": "1336e29ea4aca7990f686c42bc954b08",
            "argmaxinc/distil-whisper_distil-large-v3/MelSpectrogram.mlmodelc/metadata.json": "528eca520404dcb23887ca6de5583a50",
            "argmaxinc/distil-whisper_distil-large-v3/MelSpectrogram.mlmodelc/model.mil": "e29051c3ad1a8c1aaebd61dd80f2e7c2",
            "argmaxinc/distil-whisper_distil-large-v3/MelSpectrogram.mlmodelc/coremldata.bin": "228a0d5c171b2babebb0097752e4bbc7",
            "argmaxinc/distil-whisper_distil-large-v3/MelSpectrogram.mlmodelc/weights/weight.bin": "54efb780d4b0db298997d39192cf7f9b",
            "argmaxinc/distil-whisper_distil-large-v3/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "275a71674940296630e800b7e7ffe166",
            "argmaxinc/distil-whisper_distil-large-v3/TextDecoder.mlmodelc/metadata.json": "ba7a7e75f9d867b7bccd524348e724d5",
            "argmaxinc/distil-whisper_distil-large-v3/TextDecoder.mlmodelc/model.mil": "7a0a668c7f08691126449485994bb45e",
            "argmaxinc/distil-whisper_distil-large-v3/TextDecoder.mlmodelc/model.mlmodel": "6247c0828b950b0b0831285b2d51d01d",
            "argmaxinc/distil-whisper_distil-large-v3/TextDecoder.mlmodelc/coremldata.bin": "7e0558a3a3a1e7cbbb7ebb0fc4cf7b24",
            "argmaxinc/distil-whisper_distil-large-v3/TextDecoder.mlmodelc/weights/weight.bin": "0737db26bf014b02c9dc768415b89f62",
            "argmaxinc/distil-whisper_distil-large-v3/TextDecoder.mlmodelc/analytics/coremldata.bin": "59e8e9713a5addbbe295ff1413983da7"
        },
        "openai_whisper-large-v3-v20240930": {
            "argmaxinc/openai_whisper-large-v3-v20240930/config.json": "4e9abb0ddfa02818d8366cfa3b8fbd0d",
            "argmaxinc/openai_whisper-large-v3-v20240930/generation_config.json": "9c0778e8379353e1bfedd2bebd59b459",
            "argmaxinc/openai_whisper-large-v3-v20240930/AudioEncoder.mlmodelc/metadata.json": "6031732602b87e501e6d8c5f2f281cec",
            "argmaxinc/openai_whisper-large-v3-v20240930/AudioEncoder.mlmodelc/model.mil": "8855e7388fa3c6ec216051ef21f06e05",
            "argmaxinc/openai_whisper-large-v3-v20240930/AudioEncoder.mlmodelc/model.mlmodel": "0942f8117af02c348c831ee9a85c6027",
            "argmaxinc/openai_whisper-large-v3-v20240930/AudioEncoder.mlmodelc/coremldata.bin": "d70d14256cdd4bf75bffbc720109ebef",
            "argmaxinc/openai_whisper-large-v3-v20240930/AudioEncoder.mlmodelc/weights/weight.bin": "5f30116d86342d16088e96a128f5edaf",
            "argmaxinc/openai_whisper-large-v3-v20240930/AudioEncoder.mlmodelc/analytics/coremldata.bin": "1fe38d3dad0fae559ebbf9ecfd1b719e",
            "argmaxinc/openai_whisper-large-v3-v20240930/MelSpectrogram.mlmodelc/metadata.json": "e2c8f2b12a95dfb9bff42dfd2112cba8",
            "argmaxinc/openai_whisper-large-v3-v20240930/MelSpectrogram.mlmodelc/model.mil": "2e45fbde348e16af077abce7605c190b",
            "argmaxinc/openai_whisper-large-v3-v20240930/MelSpectrogram.mlmodelc/model.mlmodel": "fa5789a8ac2645ba0a546da643e46460",
            "argmaxinc/openai_whisper-large-v3-v20240930/MelSpectrogram.mlmodelc/coremldata.bin": "f5b764c025f8e00ab44842cf1cfaa9b1",
            "argmaxinc/openai_whisper-large-v3-v20240930/MelSpectrogram.mlmodelc/weights/weight.bin": "9626038902f87b460580c7f61ea0f6bc",
            "argmaxinc/openai_whisper-large-v3-v20240930/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "b00033cd95330712f5a06cd0ecdd733b",
            "argmaxinc/openai_whisper-large-v3-v20240930/TextDecoder.mlmodelc/metadata.json": "1d3f0732c131b4c5b6a0fb460fe8eb70",
            "argmaxinc/openai_whisper-large-v3-v20240930/TextDecoder.mlmodelc/model.mil": "d1abd835adb29a6d985fc30371a996a2",
            "argmaxinc/openai_whisper-large-v3-v20240930/TextDecoder.mlmodelc/model.mlmodel": "84ff6157d51e3b4fb8d67fc6689823f2",
            "argmaxinc/openai_whisper-large-v3-v20240930/TextDecoder.mlmodelc/coremldata.bin": "bcff66823086f20f4fc495b7baf759f1",
            "argmaxinc/openai_whisper-large-v3-v20240930/TextDecoder.mlmodelc/weights/weight.bin": "82a98e38cd6db2bd9e09f5b05691cfc8",
            "argmaxinc/openai_whisper-large-v3-v20240930/TextDecoder.mlmodelc/analytics/coremldata.bin": "062445c595d001f2ef67cb3fe2b2df35"
        },
        "openai_whisper-tiny": {
            "argmaxinc/openai_whisper-tiny/config.json": "1c35172d409a863fad54d3617a1849e1",
            "argmaxinc/openai_whisper-tiny/generation_config.json": "e0394dba3d89205731244868f12e480c",
            "argmaxinc/openai_whisper-tiny/AudioEncoder.mlmodelc/metadata.json": "6dfe49edb59772920edb46e4a4a7bae4",
            "argmaxinc/openai_whisper-tiny/AudioEncoder.mlmodelc/model.mil": "e96649c8e3f7685ca2d1a6e9da2e659d",
            "argmaxinc/openai_whisper-tiny/AudioEncoder.mlmodelc/model.mlmodel": "f61f1c9f8621d8a7689b50e5e3e7948f",
            "argmaxinc/openai_whisper-tiny/AudioEncoder.mlmodelc/coremldata.bin": "1fb40c6c8e624af23aad03e875c21d54",
            "argmaxinc/openai_whisper-tiny/AudioEncoder.mlmodelc/weights/weight.bin": "14d94926c313e2ecd1519e476f55d7e4",
            "argmaxinc/openai_whisper-tiny/AudioEncoder.mlmodelc/analytics/coremldata.bin": "8bdf4ded8f1051044d82f1519d81cbf6",
            "argmaxinc/openai_whisper-tiny/MelSpectrogram.mlmodelc/metadata.json": "ecdf627e2b1dbbfff79efc4b3de261ca",
            "argmaxinc/openai_whisper-tiny/MelSpectrogram.mlmodelc/model.mil": "eb0119a2910a6700d7511f9147bfe414",
            "argmaxinc/openai_whisper-tiny/MelSpectrogram.mlmodelc/coremldata.bin": "ebd27cbb41d98b162374f304438e69bb",
            "argmaxinc/openai_whisper-tiny/MelSpectrogram.mlmodelc/weights/weight.bin": "3df9a215c9851a505f7c862f119316cb",
            "argmaxinc/openai_whisper-tiny/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "9131479563b304ceb06f012ded2e5271",
            "argmaxinc/openai_whisper-tiny/TextDecoder.mlmodelc/metadata.json": "1761720d3672e71fed821fe31826062e",
            "argmaxinc/openai_whisper-tiny/TextDecoder.mlmodelc/model.mil": "c2f2ca78139f69eced1aab8bafa71ea6",
            "argmaxinc/openai_whisper-tiny/TextDecoder.mlmodelc/model.mlmodel": "c2723f46a4cf4b22c5dcbc11faa47bc9",
            "argmaxinc/openai_whisper-tiny/TextDecoder.mlmodelc/coremldata.bin": "c12e0c90f6db7074c6ba1a5d05021802",
            "argmaxinc/openai_whisper-tiny/TextDecoder.mlmodelc/weights/weight.bin": "b39bf117b95592e71131f51e86842c3a",
            "argmaxinc/openai_whisper-tiny/TextDecoder.mlmodelc/analytics/coremldata.bin": "1db48b5421fa4d9fbde982d7456d32d3"
        },
        "openai_whisper-large-v3-v20240930_turbo_632MB": {
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/config.json": "540b657b826ccad2da65520b5c7d6131",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/generation_config.json": "f43cc9a09b586e5f21e746871293a89f",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/AudioEncoder.mlmodelc/metadata.json": "8ae2d77b07db4861a42c99610a453852",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/AudioEncoder.mlmodelc/model.mil": "b3c5c8bbc7872a74dedbef26ac9e1c40",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/AudioEncoder.mlmodelc/coremldata.bin": "d404e9535c9d9d027fa09667f04dbfc4",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/AudioEncoder.mlmodelc/weights/weight.bin": "baaf86832aaf078d692e088e41676581",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "e3345a80c05adccdca45857497df1c22",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoderContextPrefill.mlmodelc/metadata.json": "3442e7df1863d584334b3d1694571db2",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoderContextPrefill.mlmodelc/model.mil": "62321e7c25d634012471f319d68748f0",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoderContextPrefill.mlmodelc/coremldata.bin": "53daf237d9a79286dac5bec934191885",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoderContextPrefill.mlmodelc/weights/weight.bin": "c3226b5ed33ac4a191da60aa21eafdc8",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoderContextPrefill.mlmodelc/analytics/coremldata.bin": "8ac76dbdd80cb791acf807a45ec89829",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/MelSpectrogram.mlmodelc/metadata.json": "6d783f3cb140f1b680ff72104efefd91",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/MelSpectrogram.mlmodelc/model.mil": "08d7c4af4674682bc79cae46841a7ae1",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/MelSpectrogram.mlmodelc/coremldata.bin": "1ff2b4387050c763166ce2fcd69a2274",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/MelSpectrogram.mlmodelc/weights/weight.bin": "1fa1c8100d2cc64b8694b19e69049118",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "133e69942a867e6db345c95d0a689217",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoder.mlmodelc/metadata.json": "da6d343bb84ca24859143ef7261c0470",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoder.mlmodelc/model.mil": "e0b89fcce9bba30465cf27166ae77022",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoder.mlmodelc/coremldata.bin": "848ac43859ad16bb8f397b6e0f5edef4",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoder.mlmodelc/weights/weight.bin": "051a0a2b40268c372e936f4428e67c89",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo_632MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "459880517b0ee1b216ae2ecca6f96b9a"
        },
        "openai_whisper-large-v2_turbo": {
            "argmaxinc/openai_whisper-large-v2_turbo/config.json": "12c9d79264a8a2d7d77c7d0995f7d256",
            "argmaxinc/openai_whisper-large-v2_turbo/generation_config.json": "f37b9e0884f8f75d1ced8ce87eed2b8d",
            "argmaxinc/openai_whisper-large-v2_turbo/AudioEncoder.mlmodelc/metadata.json": "1e4a44fde13c470698b30f29027aa677",
            "argmaxinc/openai_whisper-large-v2_turbo/AudioEncoder.mlmodelc/model.mil": "fb73e9ec731a9576c7c6a23769ad9304",
            "argmaxinc/openai_whisper-large-v2_turbo/AudioEncoder.mlmodelc/model.mlmodel": "fba1e20b1f432af02693fb6709de3086",
            "argmaxinc/openai_whisper-large-v2_turbo/AudioEncoder.mlmodelc/coremldata.bin": "344f4824fa12dcb3230ddd327de59515",
            "argmaxinc/openai_whisper-large-v2_turbo/AudioEncoder.mlmodelc/weights/weight.bin": "1bf9b15800f755a93e5a1472b7e61565",
            "argmaxinc/openai_whisper-large-v2_turbo/AudioEncoder.mlmodelc/analytics/coremldata.bin": "bb53bff1085a2f5bf15fafdf080646c9",
            "argmaxinc/openai_whisper-large-v2_turbo/MelSpectrogram.mlmodelc/metadata.json": "ad762a17d16c12ad29ab2ecd7a61bfea",
            "argmaxinc/openai_whisper-large-v2_turbo/MelSpectrogram.mlmodelc/model.mil": "eb0119a2910a6700d7511f9147bfe414",
            "argmaxinc/openai_whisper-large-v2_turbo/MelSpectrogram.mlmodelc/coremldata.bin": "ebd27cbb41d98b162374f304438e69bb",
            "argmaxinc/openai_whisper-large-v2_turbo/MelSpectrogram.mlmodelc/weights/weight.bin": "509319272dbd952a82d174097f4907e5",
            "argmaxinc/openai_whisper-large-v2_turbo/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "9131479563b304ceb06f012ded2e5271",
            "argmaxinc/openai_whisper-large-v2_turbo/TextDecoder.mlmodelc/metadata.json": "67904c670313092ce3e40ca022671900",
            "argmaxinc/openai_whisper-large-v2_turbo/TextDecoder.mlmodelc/model.mil": "cc6f18e7d60281254c61f5b6c8c02415",
            "argmaxinc/openai_whisper-large-v2_turbo/TextDecoder.mlmodelc/model.mlmodel": "98cee5fcbb31995a670b8bc40c14e020",
            "argmaxinc/openai_whisper-large-v2_turbo/TextDecoder.mlmodelc/coremldata.bin": "09fd0a95d4844b4fc3e46c78e1618a1f",
            "argmaxinc/openai_whisper-large-v2_turbo/TextDecoder.mlmodelc/weights/weight.bin": "16d93c9c9b9022e426e77e0f57809b09",
            "argmaxinc/openai_whisper-large-v2_turbo/TextDecoder.mlmodelc/analytics/coremldata.bin": "15bac44d6cbadb4af5e518f9fdc87f85"
        },
        "openai_whisper-small": {
            "argmaxinc/openai_whisper-small/config.json": "166261ccd88b16e833d5fe861a10bcb9",
            "argmaxinc/openai_whisper-small/generation_config.json": "a6d231f325d5cdb0b917830fee5d92fe",
            "argmaxinc/openai_whisper-small/AudioEncoder.mlmodelc/metadata.json": "e82389b355d89e043fa416cb7400ee8a",
            "argmaxinc/openai_whisper-small/AudioEncoder.mlmodelc/model.mil": "5dc1a158399167b1badc5251b3ac3f9a",
            "argmaxinc/openai_whisper-small/AudioEncoder.mlmodelc/model.mlmodel": "9ed0b4cb0f0eb8f837d2f2a28613d395",
            "argmaxinc/openai_whisper-small/AudioEncoder.mlmodelc/coremldata.bin": "d0dcb4537675bdfb06626517c7db73de",
            "argmaxinc/openai_whisper-small/AudioEncoder.mlmodelc/weights/weight.bin": "f88d2064eaba3285714dae67f8f4b30c",
            "argmaxinc/openai_whisper-small/AudioEncoder.mlmodelc/analytics/coremldata.bin": "53d098ac435829795d7e14fb7a098b9f",
            "argmaxinc/openai_whisper-small/MelSpectrogram.mlmodelc/metadata.json": "ad762a17d16c12ad29ab2ecd7a61bfea",
            "argmaxinc/openai_whisper-small/MelSpectrogram.mlmodelc/model.mil": "eb0119a2910a6700d7511f9147bfe414",
            "argmaxinc/openai_whisper-small/MelSpectrogram.mlmodelc/coremldata.bin": "ebd27cbb41d98b162374f304438e69bb",
            "argmaxinc/openai_whisper-small/MelSpectrogram.mlmodelc/weights/weight.bin": "c1c424a9af6a4a73aa62481952a0bd10",
            "argmaxinc/openai_whisper-small/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "9131479563b304ceb06f012ded2e5271",
            "argmaxinc/openai_whisper-small/TextDecoder.mlmodelc/metadata.json": "72623cc4a8a00bfca7939ac849483549",
            "argmaxinc/openai_whisper-small/TextDecoder.mlmodelc/model.mil": "f862811bde75d21099d19cbba8632436",
            "argmaxinc/openai_whisper-small/TextDecoder.mlmodelc/model.mlmodel": "3d2ca7d174714fa14236509ac9921152",
            "argmaxinc/openai_whisper-small/TextDecoder.mlmodelc/coremldata.bin": "839e18358968ad73900377953f7e5f49",
            "argmaxinc/openai_whisper-small/TextDecoder.mlmodelc/weights/weight.bin": "53546a8b4038d420c3bc4058febdb014",
            "argmaxinc/openai_whisper-small/TextDecoder.mlmodelc/analytics/coremldata.bin": "aa2810f76d0976fd162e03a4b4ba3566"
        },
        "openai_whisper-large-v3-v20240930_turbo": {
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/config.json": "540b657b826ccad2da65520b5c7d6131",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/generation_config.json": "f43cc9a09b586e5f21e746871293a89f",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/AudioEncoder.mlmodelc/metadata.json": "6b7b6e5161c8ab5857fb5433e50b4ca2",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/AudioEncoder.mlmodelc/model.mil": "9a0da35a3917ead1f74e8f633133a827",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/AudioEncoder.mlmodelc/model.mlmodel": "0942f8117af02c348c831ee9a85c6027",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/AudioEncoder.mlmodelc/coremldata.bin": "d404e9535c9d9d027fa09667f04dbfc4",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/AudioEncoder.mlmodelc/weights/weight.bin": "5f30116d86342d16088e96a128f5edaf",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/AudioEncoder.mlmodelc/analytics/coremldata.bin": "f7131b36c33c8c90bd737e031dae3d0b",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoderContextPrefill.mlmodelc/metadata.json": "3442e7df1863d584334b3d1694571db2",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoderContextPrefill.mlmodelc/model.mil": "62321e7c25d634012471f319d68748f0",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoderContextPrefill.mlmodelc/coremldata.bin": "53daf237d9a79286dac5bec934191885",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoderContextPrefill.mlmodelc/weights/weight.bin": "c3226b5ed33ac4a191da60aa21eafdc8",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoderContextPrefill.mlmodelc/analytics/coremldata.bin": "8ac76dbdd80cb791acf807a45ec89829",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/MelSpectrogram.mlmodelc/metadata.json": "6d783f3cb140f1b680ff72104efefd91",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/MelSpectrogram.mlmodelc/model.mil": "08d7c4af4674682bc79cae46841a7ae1",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/MelSpectrogram.mlmodelc/coremldata.bin": "1ff2b4387050c763166ce2fcd69a2274",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/MelSpectrogram.mlmodelc/weights/weight.bin": "1fa1c8100d2cc64b8694b19e69049118",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "133e69942a867e6db345c95d0a689217",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoder.mlmodelc/metadata.json": "65290cf81cf3dab2bc600d1cfcf1f41a",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoder.mlmodelc/model.mil": "01c5b6e2eaa7921b8ce4275a940b3ebe",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoder.mlmodelc/model.mlmodel": "aff57de4132a56fb0ae8415966e81031",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoder.mlmodelc/coremldata.bin": "848ac43859ad16bb8f397b6e0f5edef4",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoder.mlmodelc/weights/weight.bin": "82a98e38cd6db2bd9e09f5b05691cfc8",
            "argmaxinc/openai_whisper-large-v3-v20240930_turbo/TextDecoder.mlmodelc/analytics/coremldata.bin": "739a8529f5a647f06fca4a07ac5f1435"
        },
        "openai_whisper-large-v3": {
            "argmaxinc/openai_whisper-large-v3/config.json": "826b72fee00fa708fa71cc7bc815b053",
            "argmaxinc/openai_whisper-large-v3/generation_config.json": "806e5ea4eff155e22445f096d2b7c5d6",
            "argmaxinc/openai_whisper-large-v3/AudioEncoder.mlmodelc/metadata.json": "4da0a0afd5e796a97bce5cc536c637c7",
            "argmaxinc/openai_whisper-large-v3/AudioEncoder.mlmodelc/model.mil": "f07629105e26b2e4c5b03cb3deea1198",
            "argmaxinc/openai_whisper-large-v3/AudioEncoder.mlmodelc/model.mlmodel": "96679821a7697584907ce358db477045",
            "argmaxinc/openai_whisper-large-v3/AudioEncoder.mlmodelc/coremldata.bin": "f8fac279ade69636375da4beb08f1ed1",
            "argmaxinc/openai_whisper-large-v3/AudioEncoder.mlmodelc/weights/weight.bin": "cf9048f911675a0ab7fbbf7af92249a9",
            "argmaxinc/openai_whisper-large-v3/AudioEncoder.mlmodelc/analytics/coremldata.bin": "1336e29ea4aca7990f686c42bc954b08",
            "argmaxinc/openai_whisper-large-v3/MelSpectrogram.mlmodelc/metadata.json": "9d1406df4b62194d60cb4d771a361d10",
            "argmaxinc/openai_whisper-large-v3/MelSpectrogram.mlmodelc/model.mil": "e29051c3ad1a8c1aaebd61dd80f2e7c2",
            "argmaxinc/openai_whisper-large-v3/MelSpectrogram.mlmodelc/coremldata.bin": "228a0d5c171b2babebb0097752e4bbc7",
            "argmaxinc/openai_whisper-large-v3/MelSpectrogram.mlmodelc/weights/weight.bin": "9f2a4d704d55988fbb6ff69f76c22fb6",
            "argmaxinc/openai_whisper-large-v3/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "275a71674940296630e800b7e7ffe166",
            "argmaxinc/openai_whisper-large-v3/TextDecoder.mlmodelc/metadata.json": "8791ce3e34cc0bdd63fc2f0c3e9ee75c",
            "argmaxinc/openai_whisper-large-v3/TextDecoder.mlmodelc/model.mil": "9b001c048d81cd6298814ccae71beab2",
            "argmaxinc/openai_whisper-large-v3/TextDecoder.mlmodelc/model.mlmodel": "cde9a505f70a0440ed8ed88986d44115",
            "argmaxinc/openai_whisper-large-v3/TextDecoder.mlmodelc/coremldata.bin": "fd037822c4d774a225a7bb8a34cd055d",
            "argmaxinc/openai_whisper-large-v3/TextDecoder.mlmodelc/weights/weight.bin": "e5913f8ee081b4444e4289ba80696a99",
            "argmaxinc/openai_whisper-large-v3/TextDecoder.mlmodelc/analytics/coremldata.bin": "eecfaeb59fe6be61a8c7e86d19c40248"
        },
        "openai_whisper-large-v3-v20240930_626MB": {
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/AudioEncoder.mlmodelc/metadata.json": "32a4853499dc8137348850acd5d5d815",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/AudioEncoder.mlmodelc/model.mil": "08bfbfbfb80182c3814c22608bd79e7c",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/AudioEncoder.mlmodelc/coremldata.bin": "d404e9535c9d9d027fa09667f04dbfc4",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/AudioEncoder.mlmodelc/weights/weight.bin": "baaf86832aaf078d692e088e41676581",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "037c0ea4c7a6e2f687fa9146679d16ac",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/MelSpectrogram.mlmodelc/metadata.json": "6d783f3cb140f1b680ff72104efefd91",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/MelSpectrogram.mlmodelc/model.mil": "08d7c4af4674682bc79cae46841a7ae1",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/MelSpectrogram.mlmodelc/coremldata.bin": "e93835f46a85956c56cf463623dc0c92",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/MelSpectrogram.mlmodelc/weights/weight.bin": "1fa1c8100d2cc64b8694b19e69049118",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "133e69942a867e6db345c95d0a689217",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/TextDecoder.mlmodelc/metadata.json": "4c2d856dd8043d500f35dea94142787f",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/TextDecoder.mlmodelc/model.mil": "cc48802d1290124e7ddf5e08c1ce914e",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/TextDecoder.mlmodelc/coremldata.bin": "bcff66823086f20f4fc495b7baf759f1",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/TextDecoder.mlmodelc/weights/weight.bin": "051a0a2b40268c372e936f4428e67c89",
            "argmaxinc/openai_whisper-large-v3-v20240930_626MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "0a7cfbb53a8b5128604f21f56d7376f9"
        },
        "openai_whisper-base.en": {
            "argmaxinc/openai_whisper-base.en/config.json": "1714de25b9b3e51162411ecde0689289",
            "argmaxinc/openai_whisper-base.en/generation_config.json": "ab8470e878973c0c1e39545e2cd488d1",
            "argmaxinc/openai_whisper-base.en/AudioEncoder.mlmodelc/metadata.json": "c76edf667bf6ab3e8402f836b1b9b8c6",
            "argmaxinc/openai_whisper-base.en/AudioEncoder.mlmodelc/model.mil": "f64686e7979f30b67b887f9e7db4d6a5",
            "argmaxinc/openai_whisper-base.en/AudioEncoder.mlmodelc/model.mlmodel": "65f534333f785b24cbbbe7e52cd8dc7e",
            "argmaxinc/openai_whisper-base.en/AudioEncoder.mlmodelc/coremldata.bin": "e91eecd889ee2c5d4c0a91f3dd1aca49",
            "argmaxinc/openai_whisper-base.en/AudioEncoder.mlmodelc/weights/weight.bin": "2c454e57efe56ae5a2a5908630e23c89",
            "argmaxinc/openai_whisper-base.en/AudioEncoder.mlmodelc/analytics/coremldata.bin": "99cadf589ddc997963d763dafe67bf77",
            "argmaxinc/openai_whisper-base.en/MelSpectrogram.mlmodelc/metadata.json": "ad762a17d16c12ad29ab2ecd7a61bfea",
            "argmaxinc/openai_whisper-base.en/MelSpectrogram.mlmodelc/model.mil": "eb0119a2910a6700d7511f9147bfe414",
            "argmaxinc/openai_whisper-base.en/MelSpectrogram.mlmodelc/coremldata.bin": "ebd27cbb41d98b162374f304438e69bb",
            "argmaxinc/openai_whisper-base.en/MelSpectrogram.mlmodelc/weights/weight.bin": "6002f049a92113df5ca58937b01482ab",
            "argmaxinc/openai_whisper-base.en/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "9131479563b304ceb06f012ded2e5271",
            "argmaxinc/openai_whisper-base.en/TextDecoder.mlmodelc/metadata.json": "44f066482f4ad46116a4faff1a2bc98a",
            "argmaxinc/openai_whisper-base.en/TextDecoder.mlmodelc/model.mil": "c78c7a86621cf841d90bd90ecbd234e2",
            "argmaxinc/openai_whisper-base.en/TextDecoder.mlmodelc/model.mlmodel": "cde330d271ce7371e631b8ad9551d8dc",
            "argmaxinc/openai_whisper-base.en/TextDecoder.mlmodelc/coremldata.bin": "95f3543fa72769b35a8fabfc46ebcbfc",
            "argmaxinc/openai_whisper-base.en/TextDecoder.mlmodelc/weights/weight.bin": "985a97c4de96c523225c5cf1ad11411d",
            "argmaxinc/openai_whisper-base.en/TextDecoder.mlmodelc/analytics/coremldata.bin": "3afb0cc533bec7cc6c998d13fb337e05"
        },
        "openai_whisper-large-v3-v20240930_547MB": {
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/config.json": "540b657b826ccad2da65520b5c7d6131",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/generation_config.json": "f43cc9a09b586e5f21e746871293a89f",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/AudioEncoder.mlmodelc/metadata.json": "1288150596139787355167510b50de0a",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/AudioEncoder.mlmodelc/model.mil": "201ec6081525f7713e94a94917b83678",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/AudioEncoder.mlmodelc/model.mlmodel": "144330eff5015edbb565c1c0ab7e608d",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/AudioEncoder.mlmodelc/coremldata.bin": "d404e9535c9d9d027fa09667f04dbfc4",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/AudioEncoder.mlmodelc/weights/weight.bin": "25bb4a545278cfbc8d02cae23d2f1a44",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "8506b5468043469be42bca584fe53a2d",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/MelSpectrogram.mlmodelc/metadata.json": "6d783f3cb140f1b680ff72104efefd91",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/MelSpectrogram.mlmodelc/model.mil": "08d7c4af4674682bc79cae46841a7ae1",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/MelSpectrogram.mlmodelc/coremldata.bin": "e93835f46a85956c56cf463623dc0c92",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/MelSpectrogram.mlmodelc/weights/weight.bin": "1fa1c8100d2cc64b8694b19e69049118",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "133e69942a867e6db345c95d0a689217",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/TextDecoder.mlmodelc/metadata.json": "dc2f2cd420878cf78872e3f940efb731",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/TextDecoder.mlmodelc/model.mil": "5ad976b87b66e97dcade12924285afd1",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/TextDecoder.mlmodelc/model.mlmodel": "6774a33fbe8021bc57ed433e539b02d2",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/TextDecoder.mlmodelc/coremldata.bin": "bcff66823086f20f4fc495b7baf759f1",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/TextDecoder.mlmodelc/weights/weight.bin": "11a339938b981be1066b126c9d266e86",
            "argmaxinc/openai_whisper-large-v3-v20240930_547MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "234c8269bd76b082e258c85fb68cbe37"
        },
        "distil-whisper_distil-large-v3_turbo_600MB": {
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/config.json": "7c35dcfa367e5fc1a98d1b70c1a8f5dc",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/generation_config.json": "ad05d71f8e70e6ce6cf02fec15c12174",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/AudioEncoder.mlmodelc/metadata.json": "a1fd744ab452e41c6046738703d25784",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/AudioEncoder.mlmodelc/model.mil": "1f0b83aff6a57fefbc3525469eb30725",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/AudioEncoder.mlmodelc/coremldata.bin": "903f25ffc7993848547c71aba0fd0526",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/AudioEncoder.mlmodelc/weights/weight.bin": "713505ceeb3df6b11d15014dd63bb0eb",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/AudioEncoder.mlmodelc/analytics/coremldata.bin": "f07a5a096ec123f24a4153e8b71997c3",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoderContextPrefill.mlmodelc/metadata.json": "0a8dcb68e517f8620e1d8fffffcad1e0",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoderContextPrefill.mlmodelc/model.mil": "f9dae7165d6deef9718cdbcda7365197",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoderContextPrefill.mlmodelc/coremldata.bin": "4df88e94d88e9124306f8cab659d5a7a",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoderContextPrefill.mlmodelc/weights/weight.bin": "e823cc07ef3e9e2489ba5fa1f6765d53",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoderContextPrefill.mlmodelc/analytics/coremldata.bin": "b7520fc7afe265afe69ee724eddc7e86",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/MelSpectrogram.mlmodelc/metadata.json": "528eca520404dcb23887ca6de5583a50",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/MelSpectrogram.mlmodelc/model.mil": "e29051c3ad1a8c1aaebd61dd80f2e7c2",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/MelSpectrogram.mlmodelc/coremldata.bin": "228a0d5c171b2babebb0097752e4bbc7",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/MelSpectrogram.mlmodelc/weights/weight.bin": "71a6be63b49b8cca26053f56819c5719",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "275a71674940296630e800b7e7ffe166",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoder.mlmodelc/metadata.json": "0a955fc43de756d8fd1ec5ebdbcb76f8",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoder.mlmodelc/model.mil": "c8642284fbaeef15850b3a8fceb1bb52",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoder.mlmodelc/coremldata.bin": "d2083f49ccebb84737670bbd51c1bb0a",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoder.mlmodelc/weights/weight.bin": "67dab7074b588a57d69a5b54cb142c82",
            "argmaxinc/distil-whisper_distil-large-v3_turbo_600MB/TextDecoder.mlmodelc/analytics/coremldata.bin": "80d0150a505fa152a37f5814d6ab6d11"
        },
        "openai_whisper-large-v2": {
            "argmaxinc/openai_whisper-large-v2/config.json": "12c9d79264a8a2d7d77c7d0995f7d256",
            "argmaxinc/openai_whisper-large-v2/generation_config.json": "f37b9e0884f8f75d1ced8ce87eed2b8d",
            "argmaxinc/openai_whisper-large-v2/AudioEncoder.mlmodelc/metadata.json": "38d89c8d013bbb7b38bc25251a699d26",
            "argmaxinc/openai_whisper-large-v2/AudioEncoder.mlmodelc/model.mil": "4ee7de25160fb87e4d03fb993f3ac6fc",
            "argmaxinc/openai_whisper-large-v2/AudioEncoder.mlmodelc/model.mlmodel": "fba1e20b1f432af02693fb6709de3086",
            "argmaxinc/openai_whisper-large-v2/AudioEncoder.mlmodelc/coremldata.bin": "344f4824fa12dcb3230ddd327de59515",
            "argmaxinc/openai_whisper-large-v2/AudioEncoder.mlmodelc/weights/weight.bin": "68d9c1ff462b3d3c9c0b1ed603325649",
            "argmaxinc/openai_whisper-large-v2/AudioEncoder.mlmodelc/analytics/coremldata.bin": "0be5a20e35cee02ca6221392418fec6e",
            "argmaxinc/openai_whisper-large-v2/MelSpectrogram.mlmodelc/metadata.json": "ecdf627e2b1dbbfff79efc4b3de261ca",
            "argmaxinc/openai_whisper-large-v2/MelSpectrogram.mlmodelc/model.mil": "eb0119a2910a6700d7511f9147bfe414",
            "argmaxinc/openai_whisper-large-v2/MelSpectrogram.mlmodelc/coremldata.bin": "ebd27cbb41d98b162374f304438e69bb",
            "argmaxinc/openai_whisper-large-v2/MelSpectrogram.mlmodelc/weights/weight.bin": "4dff54386560c9886c2f106073801d05",
            "argmaxinc/openai_whisper-large-v2/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "9131479563b304ceb06f012ded2e5271",
            "argmaxinc/openai_whisper-large-v2/TextDecoder.mlmodelc/metadata.json": "35e417c5451a72358b73585695e553a3",
            "argmaxinc/openai_whisper-large-v2/TextDecoder.mlmodelc/model.mil": "c6741951699f7ee80ff1dc83e9aee00d",
            "argmaxinc/openai_whisper-large-v2/TextDecoder.mlmodelc/model.mlmodel": "83a3dce53db940ff383ce626465f6c06",
            "argmaxinc/openai_whisper-large-v2/TextDecoder.mlmodelc/coremldata.bin": "e5bde220c11883bae1d6c51b656b645c",
            "argmaxinc/openai_whisper-large-v2/TextDecoder.mlmodelc/weights/weight.bin": "101f3a7f91dbc4269fc83f13a9c9d109",
            "argmaxinc/openai_whisper-large-v2/TextDecoder.mlmodelc/analytics/coremldata.bin": "a7f9216be5ff06652c7b82838fcc45bf"
        },
        "openai_whisper-small.en": {
            "argmaxinc/openai_whisper-small.en/config.json": "7a99b0ba9fbe28daa191c3e7123d7ad8",
            "argmaxinc/openai_whisper-small.en/generation_config.json": "355eda75a789e0bd2e2d971ea8bb8910",
            "argmaxinc/openai_whisper-small.en/AudioEncoder.mlmodelc/metadata.json": "e82389b355d89e043fa416cb7400ee8a",
            "argmaxinc/openai_whisper-small.en/AudioEncoder.mlmodelc/model.mil": "5dc1a158399167b1badc5251b3ac3f9a",
            "argmaxinc/openai_whisper-small.en/AudioEncoder.mlmodelc/model.mlmodel": "9ed0b4cb0f0eb8f837d2f2a28613d395",
            "argmaxinc/openai_whisper-small.en/AudioEncoder.mlmodelc/coremldata.bin": "0ee03b7b860680c9403015fb5b71efa4",
            "argmaxinc/openai_whisper-small.en/AudioEncoder.mlmodelc/weights/weight.bin": "a8abed3dc1c507563182b4364df3f9f7",
            "argmaxinc/openai_whisper-small.en/AudioEncoder.mlmodelc/analytics/coremldata.bin": "53d098ac435829795d7e14fb7a098b9f",
            "argmaxinc/openai_whisper-small.en/MelSpectrogram.mlmodelc/metadata.json": "ad762a17d16c12ad29ab2ecd7a61bfea",
            "argmaxinc/openai_whisper-small.en/MelSpectrogram.mlmodelc/model.mil": "eb0119a2910a6700d7511f9147bfe414",
            "argmaxinc/openai_whisper-small.en/MelSpectrogram.mlmodelc/coremldata.bin": "ebd27cbb41d98b162374f304438e69bb",
            "argmaxinc/openai_whisper-small.en/MelSpectrogram.mlmodelc/weights/weight.bin": "b5b1615716d7c37009c375f375b321e3",
            "argmaxinc/openai_whisper-small.en/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "9131479563b304ceb06f012ded2e5271",
            "argmaxinc/openai_whisper-small.en/TextDecoder.mlmodelc/metadata.json": "e6bfe2dcb9982430451326a9851c4232",
            "argmaxinc/openai_whisper-small.en/TextDecoder.mlmodelc/model.mil": "5718f0c0222019588ec852697ad9579b",
            "argmaxinc/openai_whisper-small.en/TextDecoder.mlmodelc/model.mlmodel": "fd1d15c8487b6ddcd158b13050d2557f",
            "argmaxinc/openai_whisper-small.en/TextDecoder.mlmodelc/coremldata.bin": "df503709fe62beec64576e39927fe17b",
            "argmaxinc/openai_whisper-small.en/TextDecoder.mlmodelc/weights/weight.bin": "49251ab6014684c714be1cd4912e290b",
            "argmaxinc/openai_whisper-small.en/TextDecoder.mlmodelc/analytics/coremldata.bin": "ce7bd6908260fcd816887d36e605ce94"
        },
        "distil-whisper_distil-large-v3_turbo": {
            "argmaxinc/distil-whisper_distil-large-v3_turbo/config.json": "7c35dcfa367e5fc1a98d1b70c1a8f5dc",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/generation_config.json": "ad05d71f8e70e6ce6cf02fec15c12174",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/AudioEncoder.mlmodelc/metadata.json": "64dafa20254e343a31f6d05f12da4de7",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/AudioEncoder.mlmodelc/model.mil": "cb14e317a76a6b911565f1ee94d70140",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/AudioEncoder.mlmodelc/model.mlmodel": "96679821a7697584907ce358db477045",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/AudioEncoder.mlmodelc/coremldata.bin": "f8fac279ade69636375da4beb08f1ed1",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/AudioEncoder.mlmodelc/weights/weight.bin": "e090aae14c2ec7fbfca65c9ee9609a24",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/AudioEncoder.mlmodelc/analytics/coremldata.bin": "9d74cc4c9dc5bb5411592be06c77492e",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/metadata.json": "0a8dcb68e517f8620e1d8fffffcad1e0",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/model.mil": "f9dae7165d6deef9718cdbcda7365197",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/coremldata.bin": "4df88e94d88e9124306f8cab659d5a7a",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/weights/weight.bin": "e823cc07ef3e9e2489ba5fa1f6765d53",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/analytics/coremldata.bin": "b7520fc7afe265afe69ee724eddc7e86",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/MelSpectrogram.mlmodelc/metadata.json": "528eca520404dcb23887ca6de5583a50",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/MelSpectrogram.mlmodelc/model.mil": "e29051c3ad1a8c1aaebd61dd80f2e7c2",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/MelSpectrogram.mlmodelc/coremldata.bin": "228a0d5c171b2babebb0097752e4bbc7",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/MelSpectrogram.mlmodelc/weights/weight.bin": "71a6be63b49b8cca26053f56819c5719",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "275a71674940296630e800b7e7ffe166",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoder.mlmodelc/metadata.json": "0a955fc43de756d8fd1ec5ebdbcb76f8",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoder.mlmodelc/model.mil": "c8642284fbaeef15850b3a8fceb1bb52",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoder.mlmodelc/model.mlmodel": "3f4c7105d4c954ef649934955c20314a",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoder.mlmodelc/coremldata.bin": "d2083f49ccebb84737670bbd51c1bb0a",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoder.mlmodelc/weights/weight.bin": "67dab7074b588a57d69a5b54cb142c82",
            "argmaxinc/distil-whisper_distil-large-v3_turbo/TextDecoder.mlmodelc/analytics/coremldata.bin": "80d0150a505fa152a37f5814d6ab6d11"
        },
        "openai_whisper-base": {
            "argmaxinc/openai_whisper-base/config.json": "3069c5cf837fb02d8f3a301e16c3bc0e",
            "argmaxinc/openai_whisper-base/generation_config.json": "fe387fd45c73ecf0f225c3c201b23aba",
            "argmaxinc/openai_whisper-base/AudioEncoder.mlmodelc/metadata.json": "c76edf667bf6ab3e8402f836b1b9b8c6",
            "argmaxinc/openai_whisper-base/AudioEncoder.mlmodelc/model.mil": "f64686e7979f30b67b887f9e7db4d6a5",
            "argmaxinc/openai_whisper-base/AudioEncoder.mlmodelc/model.mlmodel": "65f534333f785b24cbbbe7e52cd8dc7e",
            "argmaxinc/openai_whisper-base/AudioEncoder.mlmodelc/coremldata.bin": "e91eecd889ee2c5d4c0a91f3dd1aca49",
            "argmaxinc/openai_whisper-base/AudioEncoder.mlmodelc/weights/weight.bin": "0a3b7b1779e1b65a5da420b217d4f01f",
            "argmaxinc/openai_whisper-base/AudioEncoder.mlmodelc/analytics/coremldata.bin": "99cadf589ddc997963d763dafe67bf77",
            "argmaxinc/openai_whisper-base/MelSpectrogram.mlmodelc/metadata.json": "ecdf627e2b1dbbfff79efc4b3de261ca",
            "argmaxinc/openai_whisper-base/MelSpectrogram.mlmodelc/model.mil": "eb0119a2910a6700d7511f9147bfe414",
            "argmaxinc/openai_whisper-base/MelSpectrogram.mlmodelc/coremldata.bin": "ebd27cbb41d98b162374f304438e69bb",
            "argmaxinc/openai_whisper-base/MelSpectrogram.mlmodelc/weights/weight.bin": "cde679d1966e2d8ecae0c3e9bea0f2eb",
            "argmaxinc/openai_whisper-base/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "9131479563b304ceb06f012ded2e5271",
            "argmaxinc/openai_whisper-base/TextDecoder.mlmodelc/metadata.json": "f4925bdc5e4cc79ba111a54ed8a77bf5",
            "argmaxinc/openai_whisper-base/TextDecoder.mlmodelc/model.mil": "af31467f7c70c902e6c924e98994f0f9",
            "argmaxinc/openai_whisper-base/TextDecoder.mlmodelc/model.mlmodel": "c289c26423ded126721270ef34017b48",
            "argmaxinc/openai_whisper-base/TextDecoder.mlmodelc/coremldata.bin": "721827715c6c2cf322c3f3a766128c1f",
            "argmaxinc/openai_whisper-base/TextDecoder.mlmodelc/weights/weight.bin": "3d77f7312a13745d53b4c67adcb88fda",
            "argmaxinc/openai_whisper-base/TextDecoder.mlmodelc/analytics/coremldata.bin": "90de594889ed00cf002a3c626acde4ba"
        },
        "openai_whisper-large-v3_turbo": {
            "argmaxinc/openai_whisper-large-v3_turbo/config.json": "826b72fee00fa708fa71cc7bc815b053",
            "argmaxinc/openai_whisper-large-v3_turbo/generation_config.json": "806e5ea4eff155e22445f096d2b7c5d6",
            "argmaxinc/openai_whisper-large-v3_turbo/AudioEncoder.mlmodelc/metadata.json": "acfc6d82b426551b744c5bf990e623ed",
            "argmaxinc/openai_whisper-large-v3_turbo/AudioEncoder.mlmodelc/model.mil": "cb14e317a76a6b911565f1ee94d70140",
            "argmaxinc/openai_whisper-large-v3_turbo/AudioEncoder.mlmodelc/model.mlmodel": "96679821a7697584907ce358db477045",
            "argmaxinc/openai_whisper-large-v3_turbo/AudioEncoder.mlmodelc/coremldata.bin": "f8fac279ade69636375da4beb08f1ed1",
            "argmaxinc/openai_whisper-large-v3_turbo/AudioEncoder.mlmodelc/weights/weight.bin": "5972c9097b03c4ff99cbac9fc8af7d13",
            "argmaxinc/openai_whisper-large-v3_turbo/AudioEncoder.mlmodelc/analytics/coremldata.bin": "9d74cc4c9dc5bb5411592be06c77492e",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/metadata.json": "2a8583336e26fe7ed6d5bcf942f90170",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/model.mil": "d161613ab0bc0ccb7382c19792413644",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/coremldata.bin": "aa64d9e5003ca65c060ad68b74f0a678",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/weights/weight.bin": "6ef3014e986ba8390af8d96721c4e34e",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoderContextPrefill.mlmodelc/analytics/coremldata.bin": "228b035793515c725e9cdc3e022252fc",
            "argmaxinc/openai_whisper-large-v3_turbo/MelSpectrogram.mlmodelc/metadata.json": "528eca520404dcb23887ca6de5583a50",
            "argmaxinc/openai_whisper-large-v3_turbo/MelSpectrogram.mlmodelc/model.mil": "e29051c3ad1a8c1aaebd61dd80f2e7c2",
            "argmaxinc/openai_whisper-large-v3_turbo/MelSpectrogram.mlmodelc/coremldata.bin": "228a0d5c171b2babebb0097752e4bbc7",
            "argmaxinc/openai_whisper-large-v3_turbo/MelSpectrogram.mlmodelc/weights/weight.bin": "c8409395ff9b4aa675ef8da4a0f5b611",
            "argmaxinc/openai_whisper-large-v3_turbo/MelSpectrogram.mlmodelc/analytics/coremldata.bin": "275a71674940296630e800b7e7ffe166",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoder.mlmodelc/metadata.json": "e175a84860a7dedf0fe3ac35b3ea14e1",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoder.mlmodelc/model.mil": "384732bcbfbb4e06b8c14843142e996b",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoder.mlmodelc/model.mlmodel": "eed15a92b0f5600c70dfb840dd7854d3",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoder.mlmodelc/coremldata.bin": "07e62bd623c216e8c146d526e3bd6d11",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoder.mlmodelc/weights/weight.bin": "1652d5e7c3284a38afd576a69bb29f96",
            "argmaxinc/openai_whisper-large-v3_turbo/TextDecoder.mlmodelc/analytics/coremldata.bin": "f243c1526b1f3b93185550d2e075ab13"
        }
    }
}