File size: 24,147 Bytes
769e303
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
df78b75
 
769e303
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model": "Orukeet",
  "version": "0.1.0",
  "selection": "r3",
  "repo_id": "oruk/orukeet",
  "weight_revision": "555136b50265a132d4cea0d35560c26fc4f657ab",
  "files": {
    "orukeet-0.1.0.tar.gz": {
      "bytes": 31074,
      "sha256": "65f57199c411bd266dfabf2800957ebf56c65b25de038f6930ce8d89f9c71929"
    },
    "orukeet-v0.1.0-f16.gguf": {
      "bytes": 1296681088,
      "sha256": "de53fb8ec251fb07ade15baabe17b00774ae3f1112f8618b062337f90fb49194"
    },
    "orukeet-v0.1.0-q8.gguf": {
      "bytes": 714456704,
      "sha256": "93ce19c6d8244acbfea980eeaf970531d4f216171578ef8e041dcc2d070a45bd"
    },
    "orukeet-v0.1.0.nemo": {
      "bytes": 2509342720,
      "sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56"
    },
    "orukeet-technical-report.pdf": {
      "bytes": 275659,
      "sha256": "401d162a87d4454b0f16998bf3501b9c84da909a7b5be353705528477d2eef62"
    },
    "selection-profile.png": {
      "bytes": 85067,
      "sha256": "6202432a630ef22fb54bf57c494437dcb8f526c26a9a7b6ecf1bcbdf2510a75d"
    },
    "oruk-lockup.png": {
      "bytes": 38483,
      "sha256": "932df9164b237a1a31d1e636897d1766a15b8bac738acf81ee93de8ea2d6c18c"
    },
    "LICENSE": {
      "bytes": 1094,
      "sha256": "e7349d7fc331c670e274335beaaa843d6d9bbeeb12691f1f40144c6214459bad"
    },
    "CITATION.cff": {
      "bytes": 1388,
      "sha256": "9dd2b4e1fd368a4254768e72fe0a99b2e29d53947b88ad260e8050861373e3a8"
    },
    "kernel-fits.png": {
      "bytes": 93530,
      "sha256": "53daf3dc1431660b7696c83d94e56543f8236563a81a4dd9fb75e3cab997fa52"
    },
    "LICENSE-WEIGHTS": {
      "bytes": 20137,
      "sha256": "23ee78c8bae49cf08ea2f0c84945c66b987ebe4520881fb51b3dad4fb43d07c2"
    },
    "README.md": {
      "bytes": 8985,
      "sha256": "7db4b9a2d3339d3570aed89b79ebc4c41d9475f9b439fede5ecf8b1ef94cb1d8"
    },
    "CITATION.bib": {
      "bytes": 562,
      "sha256": "c4f707d292a1218fc296f37559fd9388179d29e5ec224466aa05c3487db5785a"
    },
    "transcribe.py": {
      "bytes": 848,
      "sha256": "bd754b17e85372d8cf4d15205813ab79a5ccba8673d57e647bcd914372788a23"
    },
    "catalog.json": {
      "bytes": 975,
      "sha256": "41afcdb973226f4c8786b476907dffe993e5db39d51f1a2c11716d56d661cdc1"
    },
    "orukeet-arxiv-source.zip": {
      "bytes": 143407,
      "sha256": "f4ad7770293f282b3e1fdd559a5a417035b799d58281e5bf9a6ab925bae51125"
    },
    "team.json": {
      "bytes": 3212,
      "sha256": "79121aec28c6cad5b6e0a89784f8249a2f8f3d94e6352075a05245c24a92c7dc"
    },
    "model-stages.json": {
      "bytes": 20244,
      "sha256": "a897798a15fcc7ea491842e03f7c4858ff20db1b29ccc9f85c928659b8b4b74c"
    },
    "NOTICE.md": {
      "bytes": 3906,
      "sha256": "c1c90ecec7c9ff8056aada8979bf4f3f4dba901c54297c14a328815160e20c6e"
    },
    "affiliations/cambridge.png": {
      "bytes": 72015,
      "sha256": "a3faf2131e9e2df035d4b21d076c0eea606669c7fb46283b7c90041880a632fd"
    },
    "affiliations/SOURCES.md": {
      "bytes": 1262,
      "sha256": "62ce911ce80d11cc1e13eea7df144d01887721e20db87e5615539c2c26cafca9"
    },
    "affiliations/oruk.png": {
      "bytes": 33618,
      "sha256": "717fb1a29a3faf8cf62baa924c65e77afb8fb82180e7398612a01a672af014da"
    },
    "affiliations/openwhispr.png": {
      "bytes": 15637,
      "sha256": "564f133d0c0b5c87cd6384f9ce2689fffa6da68b004f303d2e278322e213ac62"
    },
    "affiliations/stanford.png": {
      "bytes": 16084,
      "sha256": "6521b4f360f081fb9322b05ff4740fe8ad2b7c720ee1a9e3f7b9935624f4abc2"
    },
    "affiliations/hoid.png": {
      "bytes": 29339,
      "sha256": "b5a252792faf5ce80c3f1aee671867524c97e2d85de3808a0c93f0c01a4c33d8"
    },
    "docs/technical-report.md": {
      "bytes": 8284,
      "sha256": "45ddabe94b4e13f5f507f8d716b18063982b10876d3c5d833336706785a9343a"
    },
    "docs/benchmark-scores.md": {
      "bytes": 9185,
      "sha256": "357a8c11db9815ee0f889f2eeeb6bfc1d633dd3723909ac14712a3fa5fb2ad20"
    },
    "docs/standard-asr-benchmarks.md": {
      "bytes": 3031,
      "sha256": "32d08431369c0790432773b97bb8714e6c990a79b9e21de4b061ae8af037b56f"
    },
    "docs/current-checkpoint-benchmarks.md": {
      "bytes": 6452,
      "sha256": "c72a0fd39b01f0b52c144f9a1aa4ae7a315f334595e51ddaccb0944ec78ef9eb"
    },
    "report/benchmark-tables.tex": {
      "bytes": 8252,
      "sha256": "a587f30764384a5b62415aa0af74bdbccbf41089a390e38b457d17e10f9991e4"
    },
    "report/model.json": {
      "bytes": 1098,
      "sha256": "a0d6dece22d8eefbc35433a04376dd7415444a3c23ac7a7cb9ed179a8ec0d7c4"
    },
    "report/build-receipt.json": {
      "bytes": 6600,
      "sha256": "b4cc807a85b6d7594167eed2ec3f2897f42a2a7416ceb8d2f8f587acfce6d534"
    },
    "report/make_surgery_figure.py": {
      "bytes": 2426,
      "sha256": "0703dd2d6237491fe0cd410ad8a16c93b9e0128addfcf12b858115425233f314"
    },
    "report/references.bib": {
      "bytes": 2498,
      "sha256": "e3229e1faad05e4975b231660184d126764f0c7a33bae9c31248d91859347d55"
    },
    "report/current-benchmark-validation.json": {
      "bytes": 8220,
      "sha256": "cda67fa90a2d75c815ac48223224ef60205ec3ee841bad4b73dce1b273ebe8d9"
    },
    "report/paper.tex": {
      "bytes": 12026,
      "sha256": "0dcc45ad9c401a9fd4e4ab389890b7bc51d4c0f8c21d4b18a7628d16b124c6ad"
    },
    "report/README.md": {
      "bytes": 3661,
      "sha256": "5a9f831852933575fce137fb9f99ce8d25764bf4963acbd57910c8c98d11a6e2"
    },
    "report/standard-benchmark-table.tex": {
      "bytes": 2087,
      "sha256": "dde308176577c1b16da2776d143251786c7c77f79a010f0bdcd2c17088404374"
    },
    "report/benchmark-values.tex": {
      "bytes": 1044,
      "sha256": "34b1c7c0e325f4309e0bab730fdd3d8866facb90f1165743a2647d1f72ae3e5f"
    },
    "report/current-benchmark-values.tex": {
      "bytes": 875,
      "sha256": "5eda781ff8966fc183d3a9c3a92e2dfe1840e8eddad292b891ef1976e63da9c7"
    },
    "report/evidence.tex": {
      "bytes": 361,
      "sha256": "856a5d3f3f24852de8504c10564ea58c21090fa1af1c304a6a64e72d57e86704"
    },
    "report/standard-benchmark-values.tex": {
      "bytes": 541,
      "sha256": "137fda4dfa71e1a08c6830ba41c35840ecfa250e7b6cf22834049ef4208da79a"
    },
    "report/current-standard-table.tex": {
      "bytes": 2394,
      "sha256": "46aeaa3d4bf92d81e1acfc2c54b0e46cc9be1a4639ac9d16597c97982206ba2b"
    },
    "report/current-domains-table.tex": {
      "bytes": 3010,
      "sha256": "ca92fc7f970f7608e69628ca2240e51b514118e24071376634884643a530fd26"
    },
    "report/neurips_2026.sty": {
      "bytes": 13704,
      "sha256": "c3fc2894e83d2517ca18b66741d6c595986d97957dc08ec08bb2125a7ec4555a"
    },
    "report/make_model_figures.py": {
      "bytes": 10202,
      "sha256": "d1619f159c0c11c7497498083843e0ea3f9352b299f4279551e8170de4eebe01"
    },
    "evidence/r3-promotion-20260908/q8-metal.json": {
      "bytes": 17824,
      "sha256": "3dd7afe749f1ca1023120217c086e6f43765284ae8f169a07fc0f513cdc460d5"
    },
    "evidence/r3-promotion-20260908/scores.json": {
      "bytes": 8223,
      "sha256": "27f12c1ced540a0b101d380a4e093a9cd531361006dc55c09de931725088eca5"
    },
    "evidence/r3-promotion-20260908/export-environment.json": {
      "bytes": 843,
      "sha256": "c859645961708c2b6087a6d8faa88e113c84420083d471eba2f1bc420fde128d"
    },
    "evidence/r3-promotion-20260908/linux-native-fixture.py": {
      "bytes": 1909,
      "sha256": "f06c5b9e45521f22409cd7d00c33e92775c89c51b7be68ee5ac5bd2d8667dc12"
    },
    "evidence/r3-promotion-20260908/f16-lineage.json": {
      "bytes": 1064,
      "sha256": "e47ada9ed05ce74f13964daca3c1393e4c46025e550a500500323c6cd2c259e7"
    },
    "evidence/r3-promotion-20260908/linux-f16-native-fixture.py": {
      "bytes": 1912,
      "sha256": "ee35a54eea85e1b60cb65554a169cb1b63b82c5cf0f0a2632d0bd9b2b401d961"
    },
    "evidence/r3-promotion-20260908/linux-f16-native-smoke.json": {
      "bytes": 4285,
      "sha256": "97d14f868b61d7230495e1e970eed7fcfcb262fa0d3aa0be726a77873241f85b"
    },
    "evidence/r3-promotion-20260908/q8-cpu.json": {
      "bytes": 17721,
      "sha256": "49fb93eb4df9e27ec5ef44db4dc35c41babd906e516cda516ebb03526ba30927"
    },
    "evidence/r3-promotion-20260908/metric-evidence.tar.gz": {
      "bytes": 2543488,
      "sha256": "b88ba374bb5c27bf07915a16903d51e9c268399b6932fca320d7abc116427432"
    },
    "evidence/r3-promotion-20260908/f16-cpu.json": {
      "bytes": 17737,
      "sha256": "ca1b5d8fd0e8799808447d562ecda3a0021b4691ae5947f8c0dc619fb7a0c765"
    },
    "evidence/r3-promotion-20260908/linux-q8-native-smoke.json": {
      "bytes": 4284,
      "sha256": "370add5862c903eb1fdbb8957144d7fabe1a20fdd52383d18e95bc5ef5e805b4"
    },
    "evidence/r3-promotion-20260908/q8-lineage.json": {
      "bytes": 1064,
      "sha256": "31869869164a660c9424a26990b7295334c930772a6702a9dccd462871cac6b9"
    },
    "evidence/r3-promotion-20260908/f16-metal.json": {
      "bytes": 17832,
      "sha256": "a9b3f96d94407fc8c422def857f971809248a93c4c657d7057cb1011b3b04e01"
    },
    "evidence/domains-r3-20260908/hypotheses-audit.json": {
      "bytes": 1468,
      "sha256": "66c748f9ea625cf38e9bf672628e95300a5919abbaf47ebfd7c4800f5b1f3116"
    },
    "evidence/domains-r3-20260908/numeric-evidence.jsonl.gz": {
      "bytes": 719000,
      "sha256": "298f3164c745523f25b2e7df25492dab5b6607c149ea561d44af3720c29236df"
    },
    "evidence/domains-r3-20260908/transfer.json": {
      "bytes": 803,
      "sha256": "579a18bb0d6a8a2f461bee28331ef3ba78808e64213224747e1ebe0ec96e69bf"
    },
    "evidence/domains-r3-20260908/inference-comparison.json": {
      "bytes": 39410,
      "sha256": "3892c802fd85d6cab5bee77b69a774b0fa6308294f6a7e5e536ef89300e853ba"
    },
    "evidence/domains-r3-20260908/comparison.json": {
      "bytes": 41039,
      "sha256": "617a2119027b9e706907fdeb8a5819babb55f1959456d677e744d2b57ddfd2be"
    },
    "evidence/domains-r3-20260908/README.md": {
      "bytes": 2313,
      "sha256": "c3432cafb227223d2fa75da5da4ae3d7b84430d20a953fae6b57aa3f9c03b13e"
    },
    "evidence/domains-r3-20260908/scores.csv": {
      "bytes": 6376,
      "sha256": "12f2c6970a8b9d8f751c32137098c6addb660d5880175471de97cff40595abe6"
    },
    "evidence/domains-r3-20260908/launch.json": {
      "bytes": 919,
      "sha256": "4920721addba65064fe2f364f918711b079669f05904e246d029879be4aba58c"
    },
    "evidence/standard-asr-r3-20260908/hypotheses-audit.json": {
      "bytes": 1466,
      "sha256": "a60177ac2ac1064b481cc85424d5ee989cca43112191ddae30d60b7f56ae57d3"
    },
    "evidence/standard-asr-r3-20260908/summary.json": {
      "bytes": 2718,
      "sha256": "6eba4b2bdc57f658ddc455b9ffdd5e9bd0fec832a88fe0bb329b45c5fd512852"
    },
    "evidence/standard-asr-r3-20260908/numeric-evidence.jsonl.gz": {
      "bytes": 1467437,
      "sha256": "3d1467e56efd6769da1f8cb74eef0c3eac7bf93fa8200c39538963a9d4b080c1"
    },
    "evidence/standard-asr-r3-20260908/transfer.json": {
      "bytes": 803,
      "sha256": "6ff71ac6de0bb29627d3f20b1264cff09dd6dbf54e028450554d4a4aed54288c"
    },
    "evidence/standard-asr-r3-20260908/inference-comparison.json": {
      "bytes": 23344,
      "sha256": "23584aab2856bf7ebaad7611cfdc9395d7d09b40ea6d64afcb8472d5f63bae34"
    },
    "evidence/standard-asr-r3-20260908/comparison.json": {
      "bytes": 24978,
      "sha256": "9b2702bfe9c7b107db1627df3cb71d24d25d4eb8da0ee8683b0bbf9f994ca7da"
    },
    "evidence/standard-asr-r3-20260908/README.md": {
      "bytes": 2482,
      "sha256": "20539608da10f1b6e44fefffa3735791da4dc35567db414586dc49dbebcc28da"
    },
    "evidence/standard-asr-r3-20260908/scores.csv": {
      "bytes": 3596,
      "sha256": "b65dd7c775ae861f3d53d8978b95be997ca5507e045ab195daa411fe790354c1"
    },
    "evidence/standard-asr-r3-20260908/restart.json": {
      "bytes": 817,
      "sha256": "4c44ca582b683406eb8cb0d17f0ce85d81277ac73fabb702a12ccee260837a07"
    },
    "evidence/standard-asr-r3-20260908/launch.json": {
      "bytes": 793,
      "sha256": "91a8c8cc07d60e1e0e17065b9d46982714948ccfeaf721d811033e1e22914bba"
    },
    "evidence/r3-promotion-20260908/ci/smoke-results-ci-linux-x64.json": {
      "bytes": 17441,
      "sha256": "0ac0094044de1e14eb03bbfd1095b437461bb48ac4744ba0d5445b80d22999cb"
    },
    "evidence/r3-promotion-20260908/ci/smoke-results-ci-win32-x64.json": {
      "bytes": 17455,
      "sha256": "7af01cf0e331e3681ff7d1cebc052f5cbcbd860522e1fe2bfe74fd823f91d4f6"
    },
    "evidence/r3-promotion-20260908/ci/smoke-results-ci-darwin-arm64.json": {
      "bytes": 17423,
      "sha256": "83fd9fc97f1ffd16ffc6eec29034b992a558e80522ee2829ecbaafe421ddb90d"
    },
    "evaluation/standard_asr/run.py": {
      "bytes": 7845,
      "sha256": "1c8951a18eba92ae8fe12c537149c961ae0c0e6f748216e27488305b5a2806c2"
    },
    "evaluation/standard_asr/rescore.py": {
      "bytes": 3943,
      "sha256": "47e77bad2d65f1eb6d7a29a156ba747807b4017d4fcedf8d3d2011c5a4e0ab82"
    },
    "evaluation/standard_asr/build_current_report.py": {
      "bytes": 15963,
      "sha256": "624b9781c023ea1cd4f1ad9a3c18f99e806027a228c5f24da9f466679578dd8f"
    },
    "evaluation/standard_asr/requirements-score.txt": {
      "bytes": 71,
      "sha256": "920516addbb6b862c308b2f496434c0a8f1a7e48b090ca40cd0a759d1a3bfbfe"
    },
    "evaluation/standard_asr/audit_predictions.py": {
      "bytes": 5767,
      "sha256": "80a8c7911819129e39911cd4f78df326485a659a847522779cf40b3b2365eb3a"
    },
    "evaluation/standard_asr/build_materials.py": {
      "bytes": 11187,
      "sha256": "1b76c890ab9dcbe7caee67f49299e22f933a111d10171017cc289da92a3e0849"
    },
    "evaluation/standard_asr/scoring.py": {
      "bytes": 1407,
      "sha256": "3b2bd425a79a94b9afa294ba55efc6b9fb5943d7021ce27394dadf6c58082bd0"
    },
    "evaluation/standard_asr/README.md": {
      "bytes": 4305,
      "sha256": "5308cba17b71b4e13cdc80474806c13b047404467c7f71e10b108dec817db116"
    },
    "evaluation/standard_asr/CURRENT.md": {
      "bytes": 2572,
      "sha256": "c126899426fc2950629ad4dbc9af0b0732ca029c88a16502bea28f91ae9ae16e"
    },
    "evaluation/standard_asr/prepare.py": {
      "bytes": 5170,
      "sha256": "2ca98e52a3a71f5a16f0efd04133463af6e795a60bf4610c3a4b2af7d5773aeb"
    },
    "evaluation/standard_asr/vendor/provenance.json": {
      "bytes": 1324,
      "sha256": "f6fb39bc16cb4b52ac62882baab0f1925d7405ee8a98f0ae32419edf9275aa12"
    },
    "evaluation/standard_asr/vendor/LICENSE": {
      "bytes": 11359,
      "sha256": "5ee13882fce0975f0ad3c3d5c2042af4896c2a669be2d6df5b3d256811267c85"
    },
    "evaluation/standard_asr/vendor/english_abbreviations.py": {
      "bytes": 58524,
      "sha256": "52997cc963e0bd6568d15554ad8d5fb0759f20f361483632a22f90d2d0e07db1"
    },
    "evaluation/standard_asr/vendor/__init__.py": {
      "bytes": 73,
      "sha256": "8c39e42af3204c41c564c970e24525da160663836b54acc1b629e4342f862334"
    },
    "evaluation/standard_asr/vendor/multilingual.py": {
      "bytes": 3713,
      "sha256": "4c8db6c4171c8c2f5567d2ed625a3a1f0d45156af45ca42d9555c0c9b61a29d5"
    },
    "evaluation/standard_asr/vendor/normalizer.py": {
      "bytes": 30320,
      "sha256": "490b56393484ef386b486f3679cc2261264af280b3512154431e0bdcf2778295"
    },
    "report/assets/model-figures-source.json": {
      "bytes": 15764,
      "sha256": "cf07124f8e46464eca5036cd6be96e4d1ced9d3f936e514e9382518181de42b8"
    },
    "report/assets/recognition-deltas.pdf": {
      "bytes": 15879,
      "sha256": "62f0471788cb59e27fc317a004b34fe457a354ae511e01f0fc6d1efb8da87a0a"
    },
    "report/assets/selection-profile.png": {
      "bytes": 85067,
      "sha256": "6202432a630ef22fb54bf57c494437dcb8f526c26a9a7b6ecf1bcbdf2510a75d"
    },
    "report/assets/recognition-deltas.png": {
      "bytes": 41222,
      "sha256": "83890bae2503e59e918bf424cd841094302d5366e3a285523105db49f3e1fffc"
    },
    "report/assets/selection-profile.pdf": {
      "bytes": 20686,
      "sha256": "0a2e8647a8a1a895e7a1e6d9f15779eac14c87f56e30eeeb85bc05ce720ba32f"
    },
    "report/assets/kernel-atlas-preview.png": {
      "bytes": 169043,
      "sha256": "c5a4a3993d51cb7197c50cd82b2fb9fd5103d8dffd6f31b0fe7c5b923230691c"
    },
    "report/assets/model-figures-visual-review.json": {
      "bytes": 1884,
      "sha256": "c26e9af4e1f21d3515944944f8e8dc19ccb4a33b4f80b961d52947c0bbd617d7"
    },
    "report/assets/oruk-lockup.png": {
      "bytes": 38483,
      "sha256": "932df9164b237a1a31d1e636897d1766a15b8bac738acf81ee93de8ea2d6c18c"
    },
    "report/assets/language-deltas.pdf": {
      "bytes": 21904,
      "sha256": "7564f39e28ee6deae1d7ad4b82e3737b1dc703044b5992c5f9108cbf2e9ff1c0"
    },
    "report/assets/provenance.json": {
      "bytes": 1068,
      "sha256": "0b769a8fc524498391553ebb165658314d5f484ace0d8aebde74582e6dd493e4"
    },
    "report/assets/surgery-source.json": {
      "bytes": 468,
      "sha256": "4c9898357e79d5014429bdfde2f2b7f2d67e6feceb4daca027380976f74520a6"
    },
    "report/assets/kernel-fits.svg": {
      "bytes": 26317,
      "sha256": "4f2b63601bb7b9543cee0dec0aaaecc06c1741798eda0c6aa5e2b4f39ed1191b"
    },
    "report/assets/language-deltas.png": {
      "bytes": 72533,
      "sha256": "64e77e3423cd60952f31a4e80bb486a05a3325cd5a0b3d92bcf9581cf9de201b"
    },
    "report/assets/language-deltas.svg": {
      "bytes": 24593,
      "sha256": "cff05741bbe01c83ad5f839f99a40c2f189357e71bc6fddd8cd62c920116d693"
    },
    "report/assets/kernel-fits.png": {
      "bytes": 93530,
      "sha256": "53daf3dc1431660b7696c83d94e56543f8236563a81a4dd9fb75e3cab997fa52"
    },
    "report/assets/kernel-fits.pdf": {
      "bytes": 20762,
      "sha256": "b952a1d8e84032cd20cc452dfbea40c6d2c34cea7de4257b7a375ccac73b9e01"
    },
    "report/assets/oruk-lockup.svg": {
      "bytes": 3295,
      "sha256": "3547cfacd79cf423d104adfdf342a28aef3a98dd187b1a4cc1949478d690a051"
    },
    "report/assets/selection-profile-caption.md": {
      "bytes": 358,
      "sha256": "a20b960bd387cde6a867a9f2fccd7bcb2359634294983ccaddd3a15b02e2ddac"
    },
    "report/assets/recognition-deltas.svg": {
      "bytes": 7186,
      "sha256": "ab94addc78953dd3038cd30436aeb73f6580f1b62903180f6ba81551a3317595"
    },
    "report/assets/selection-profile.svg": {
      "bytes": 21319,
      "sha256": "9ddb7db5f54eb4f97294e31998ce06d99fdf18e9cbf88a906bef70bc99f4e19a"
    },
    "report/assets/selection-profile-preview.png": {
      "bytes": 37344,
      "sha256": "b152347005940a12f09651d69a0c6183f6a32bb0d1c3d76711052628657e2fd9"
    },
    "report/assets/surgery.svg": {
      "bytes": 18807,
      "sha256": "2d73665fd0637f983bfb3e9141f011f0fddbefa9743544d5220c0564016e7f9e"
    },
    "report/assets/recognition-deltas-caption.md": {
      "bytes": 485,
      "sha256": "72500fd8e0e83f6dbd1e3c8191f6896f5e6405649b88981c1bb28480cb1bb1d4"
    },
    "report/assets/language-deltas-preview.png": {
      "bytes": 33557,
      "sha256": "b91f3171eb80994161bb502c70a4b8eb015a243c79870ed134cb9e8af41bfb3c"
    },
    "report/assets/kernel-atlas.png": {
      "bytes": 376772,
      "sha256": "2b8b24400ac7b9e8b6e4484eb0c6c36cca8f618167141d508a2b6468824888c3"
    },
    "report/assets/kernel-atlas.pdf": {
      "bytes": 39134,
      "sha256": "73a8c7e2f1ea83f7bcc9eefcdbd1a53b6e95383a0b3799f45f75390d676be9b5"
    },
    "report/assets/kernel-atlas-caption.md": {
      "bytes": 269,
      "sha256": "99041021a8aaf08ef44a52613b0bcc1f8b3201f8552638f8952ebcc14c3c355a"
    },
    "report/assets/kernel-fits-preview.png": {
      "bytes": 48220,
      "sha256": "1f67e76987f9c17371450f2a39eb93948e9c1e9fa7de1a8d7624517b0400df90"
    },
    "report/assets/language-deltas-caption.md": {
      "bytes": 291,
      "sha256": "86b941e82ce09680de5daeec0078fecefa809d9c724af06f7c3bb50e7884fd68"
    },
    "report/assets/recognition-deltas-preview.png": {
      "bytes": 18202,
      "sha256": "bd2af5115a46174408ae2386aeb73ac267c2cccb1e730203f03f6d33f82b5e62"
    },
    "report/assets/kernel-atlas.svg": {
      "bytes": 130923,
      "sha256": "41b88f335fa6200353201a77a1c86d0d471fbee61a1a64a7a6c0bffaf2abda88"
    },
    "report/assets/kernel-fits-caption.md": {
      "bytes": 345,
      "sha256": "3cff663d27935fb3b24d3cc1d6fe6e880b33179378ecbfd6522b18a628e1d6ea"
    },
    "report/assets/surgery.pdf": {
      "bytes": 20609,
      "sha256": "0601e73435408a07f209e332fd67340b5a21e89868de5968fdc067dff9a05497"
    },
    "report/assets/surgery.png": {
      "bytes": 76446,
      "sha256": "bed57fa43afb8bf62a826b2c302b153f4df063dd96c68164ecda4535e30abe67"
    },
    "report/assets/unseen/unseen-language-coverage.png": {
      "bytes": 176291,
      "sha256": "aa66de577f8ebb9997568eda3fccdd9c80f93a0d02c13518abc7405830b1bba7"
    },
    "report/assets/unseen/unseen-language-coverage.pdf": {
      "bytes": 30716,
      "sha256": "26c89cabebbc8558a71d761eb18af8b178cbbfff5f63ce415f6fcd9589ca6f55"
    },
    "report/assets/unseen/unseen-english-accents.png": {
      "bytes": 141909,
      "sha256": "c6be28a4ad2ceaa78e578f520aca33c8a6000f8731331443b4910c8f6c3a8069"
    },
    "report/assets/unseen/unseen-english-accents.pdf": {
      "bytes": 27214,
      "sha256": "ae6fd18d34f9348020558c340cd2c3666cc1addcc32a939ba936615f567b41e3"
    },
    "report/assets/unseen/unseen-english-accents.svg": {
      "bytes": 15908,
      "sha256": "3cacedbe24885630d0eaad88403cf80f890dea42d462bf0d89e889cb907b8f34"
    },
    "report/assets/unseen/unseen-benchmark-captions.md": {
      "bytes": 1266,
      "sha256": "59459974d24ee611c2f4c543d54e17dbea6e4e5bcb869f023943139ef1288565"
    },
    "report/assets/unseen/unseen-language-coverage.svg": {
      "bytes": 17941,
      "sha256": "03cd68fc07a2271bf8e1d3d4132eee814a85174137e7fa74a52af7a6984146aa"
    },
    "report/assets/unseen/unseen-eurospeech.png": {
      "bytes": 206024,
      "sha256": "a5efb7b9dcb242a5301a5edffde5d6dace4dd03a1319e49c9cd817cc4dd30854"
    },
    "report/assets/unseen/unseen-eurospeech.pdf": {
      "bytes": 30980,
      "sha256": "14be92cd1d4ea09546d60482c3c329c212321b0f551e1e1ab510ab271ee5782a"
    },
    "report/assets/unseen/unseen-english-domains.svg": {
      "bytes": 22053,
      "sha256": "81760f0eb64d9e313914456860cddcecb3740f9cf81f48cf8eec71862338f1dc"
    },
    "report/assets/unseen/unseen-english-domains.png": {
      "bytes": 173922,
      "sha256": "03e2048952df3576b88a45d19add8b835e51a0a4e61d51fcc03c76dd5173272a"
    },
    "report/assets/unseen/unseen-english-domains.pdf": {
      "bytes": 29405,
      "sha256": "11d7260cf143d636651cc89d4255f929f67b0ad26c5589450602a3543f0ffb58"
    },
    "report/assets/unseen/unseen-figure-receipt.json": {
      "bytes": 3070,
      "sha256": "08dabab6d6f3d5fd3e52804087665eedc46528561f375952052fb54c72aa0de3"
    },
    "report/assets/unseen/unseen-eurospeech.svg": {
      "bytes": 27408,
      "sha256": "2957f74c5f09b3c8b5cdb6b3d6b08082e0b774a7f2fc93cf6a93e2539f0af64c"
    },
    "report/assets/affiliations/cambridge.pdf": {
      "bytes": 44738,
      "sha256": "535e2f3382a9e63ef27fcd561e54cfc87d74f494c3a7f6dd072c2af2bfe7a738"
    },
    "report/assets/affiliations/SOURCES.md": {
      "bytes": 2203,
      "sha256": "0d77aeb9033fc456dc3d1a4d3b5cbf7bd67a3f43feaf4b97c5ed5fc7c44b579e"
    },
    "report/assets/affiliations/cambridge.svg": {
      "bytes": 57691,
      "sha256": "27381d019c0a54c53b7b746750dc148f35dca2a6fe96b39dff5f896b0e745902"
    },
    "report/assets/affiliations/openwhispr.pdf": {
      "bytes": 1341,
      "sha256": "78e575011be731f9d07f665f1440a4582df27d577bbdb3805d2c7a17b40cacd7"
    },
    "report/assets/affiliations/hoid.svg": {
      "bytes": 2965,
      "sha256": "49b5fc2265f1294abf6bb65f054078b640b9fbaed9780e2817ab6a103cd2eb72"
    },
    "report/assets/affiliations/stanford.png": {
      "bytes": 11528,
      "sha256": "09434daceea1a4ab62da5db3cd9e81bbe1a7e034224f504d63fd3f12e51af74b"
    },
    "report/assets/affiliations/hoid.pdf": {
      "bytes": 1978,
      "sha256": "439f46cb03c498cbc0bb797d39ba31ce80d57742d3b699ae0a6ca5cf2fa1311a"
    },
    "report/assets/affiliations/openwhispr.svg": {
      "bytes": 1202,
      "sha256": "29d50f34b1ffe4b11665aaeefdaf63a22796c53c38234cd9d6f06c5153c9e13a"
    }
  }
}