Automatic Speech Recognition
NeMo
ONNX
GGUF
parakeet
tdt
sherpa-onnx
multilingual
speech-recognition
gabor
fastconformer
Instructions to use aoiandroid/orukeet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use aoiandroid/orukeet with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("aoiandroid/orukeet") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Commit ·
88287a0
0
Parent(s):
Duplicate from oruk/orukeet
Browse filesCo-authored-by: Nathan Roll <NathanRoll@users.noreply.huggingface.co>
This view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +47 -0
- ARTIFACTS.json +641 -0
- CITATION.bib +16 -0
- CITATION.cff +45 -0
- LICENSE +22 -0
- LICENSE-WEIGHTS +427 -0
- NOTICE.md +70 -0
- README.md +195 -0
- affiliations/SOURCES.md +11 -0
- affiliations/cambridge.png +0 -0
- affiliations/hoid.png +0 -0
- affiliations/openwhispr.png +0 -0
- affiliations/oruk.png +0 -0
- affiliations/stanford.png +0 -0
- catalog.json +28 -0
- docs/benchmark-scores.md +132 -0
- docs/current-checkpoint-benchmarks.md +103 -0
- docs/standard-asr-benchmarks.md +39 -0
- docs/technical-report.md +96 -0
- evaluation/standard_asr/CURRENT.md +30 -0
- evaluation/standard_asr/README.md +39 -0
- evaluation/standard_asr/audit_predictions.py +104 -0
- evaluation/standard_asr/build_current_report.py +179 -0
- evaluation/standard_asr/build_materials.py +149 -0
- evaluation/standard_asr/prepare.py +99 -0
- evaluation/standard_asr/requirements-score.txt +4 -0
- evaluation/standard_asr/rescore.py +70 -0
- evaluation/standard_asr/run.py +158 -0
- evaluation/standard_asr/scoring.py +27 -0
- evaluation/standard_asr/vendor/LICENSE +201 -0
- evaluation/standard_asr/vendor/__init__.py +1 -0
- evaluation/standard_asr/vendor/english_abbreviations.py +1934 -0
- evaluation/standard_asr/vendor/multilingual.py +94 -0
- evaluation/standard_asr/vendor/normalizer.py +753 -0
- evaluation/standard_asr/vendor/provenance.json +23 -0
- evidence/domains-r3-20260908/README.md +18 -0
- evidence/domains-r3-20260908/comparison.json +1535 -0
- evidence/domains-r3-20260908/hypotheses-audit.json +35 -0
- evidence/domains-r3-20260908/inference-comparison.json +1513 -0
- evidence/domains-r3-20260908/launch.json +1 -0
- evidence/domains-r3-20260908/numeric-evidence.jsonl.gz +3 -0
- evidence/domains-r3-20260908/scores.csv +48 -0
- evidence/domains-r3-20260908/transfer.json +14 -0
- evidence/r3-promotion-20260908/ci/smoke-results-ci-darwin-arm64.json +659 -0
- evidence/r3-promotion-20260908/ci/smoke-results-ci-linux-x64.json +659 -0
- evidence/r3-promotion-20260908/ci/smoke-results-ci-win32-x64.json +659 -0
- evidence/r3-promotion-20260908/export-environment.json +20 -0
- evidence/r3-promotion-20260908/f16-cpu.json +662 -0
- evidence/r3-promotion-20260908/f16-lineage.json +19 -0
- evidence/r3-promotion-20260908/f16-metal.json +666 -0
.gitattributes
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
orukeet-v0.1.0.nemo filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
orukeet-v0.1.0-q8.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
orukeet-v0.1.0-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
orukeet-technical-report.pdf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
report/assets/kernel-atlas-preview.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
report/assets/kernel-atlas.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
report/assets/unseen/unseen-english-accents.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
report/assets/unseen/unseen-english-domains.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
report/assets/unseen/unseen-eurospeech.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
report/assets/unseen/unseen-language-coverage.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
transcribe-cpp/orukeet-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
orukeet-transcribe-cpp-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
ARTIFACTS.json
ADDED
|
@@ -0,0 +1,641 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "Orukeet",
|
| 3 |
+
"version": "0.1.0",
|
| 4 |
+
"selection": "r3",
|
| 5 |
+
"repo_id": "oruk/orukeet",
|
| 6 |
+
"weight_revision": "555136b50265a132d4cea0d35560c26fc4f657ab",
|
| 7 |
+
"files": {
|
| 8 |
+
"orukeet-0.1.0.tar.gz": {
|
| 9 |
+
"bytes": 31074,
|
| 10 |
+
"sha256": "65f57199c411bd266dfabf2800957ebf56c65b25de038f6930ce8d89f9c71929"
|
| 11 |
+
},
|
| 12 |
+
"orukeet-v0.1.0-f16.gguf": {
|
| 13 |
+
"bytes": 1296681088,
|
| 14 |
+
"sha256": "de53fb8ec251fb07ade15baabe17b00774ae3f1112f8618b062337f90fb49194"
|
| 15 |
+
},
|
| 16 |
+
"orukeet-v0.1.0-q8.gguf": {
|
| 17 |
+
"bytes": 714456704,
|
| 18 |
+
"sha256": "93ce19c6d8244acbfea980eeaf970531d4f216171578ef8e041dcc2d070a45bd"
|
| 19 |
+
},
|
| 20 |
+
"orukeet-v0.1.0.nemo": {
|
| 21 |
+
"bytes": 2509342720,
|
| 22 |
+
"sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56"
|
| 23 |
+
},
|
| 24 |
+
"orukeet-technical-report.pdf": {
|
| 25 |
+
"bytes": 275659,
|
| 26 |
+
"sha256": "401d162a87d4454b0f16998bf3501b9c84da909a7b5be353705528477d2eef62"
|
| 27 |
+
},
|
| 28 |
+
"selection-profile.png": {
|
| 29 |
+
"bytes": 85067,
|
| 30 |
+
"sha256": "6202432a630ef22fb54bf57c494437dcb8f526c26a9a7b6ecf1bcbdf2510a75d"
|
| 31 |
+
},
|
| 32 |
+
"oruk-lockup.png": {
|
| 33 |
+
"bytes": 38483,
|
| 34 |
+
"sha256": "932df9164b237a1a31d1e636897d1766a15b8bac738acf81ee93de8ea2d6c18c"
|
| 35 |
+
},
|
| 36 |
+
"LICENSE": {
|
| 37 |
+
"bytes": 1094,
|
| 38 |
+
"sha256": "e7349d7fc331c670e274335beaaa843d6d9bbeeb12691f1f40144c6214459bad"
|
| 39 |
+
},
|
| 40 |
+
"CITATION.cff": {
|
| 41 |
+
"bytes": 1388,
|
| 42 |
+
"sha256": "9dd2b4e1fd368a4254768e72fe0a99b2e29d53947b88ad260e8050861373e3a8"
|
| 43 |
+
},
|
| 44 |
+
"kernel-fits.png": {
|
| 45 |
+
"bytes": 93530,
|
| 46 |
+
"sha256": "53daf3dc1431660b7696c83d94e56543f8236563a81a4dd9fb75e3cab997fa52"
|
| 47 |
+
},
|
| 48 |
+
"LICENSE-WEIGHTS": {
|
| 49 |
+
"bytes": 20137,
|
| 50 |
+
"sha256": "23ee78c8bae49cf08ea2f0c84945c66b987ebe4520881fb51b3dad4fb43d07c2"
|
| 51 |
+
},
|
| 52 |
+
"README.md": {
|
| 53 |
+
"bytes": 13115,
|
| 54 |
+
"sha256": "e81cc20f6218f878aeaf496facb727971702abda1e06bb9e9ecbb5f60c73c275"
|
| 55 |
+
},
|
| 56 |
+
"CITATION.bib": {
|
| 57 |
+
"bytes": 562,
|
| 58 |
+
"sha256": "c4f707d292a1218fc296f37559fd9388179d29e5ec224466aa05c3487db5785a"
|
| 59 |
+
},
|
| 60 |
+
"transcribe.py": {
|
| 61 |
+
"bytes": 848,
|
| 62 |
+
"sha256": "bd754b17e85372d8cf4d15205813ab79a5ccba8673d57e647bcd914372788a23"
|
| 63 |
+
},
|
| 64 |
+
"catalog.json": {
|
| 65 |
+
"bytes": 975,
|
| 66 |
+
"sha256": "41afcdb973226f4c8786b476907dffe993e5db39d51f1a2c11716d56d661cdc1"
|
| 67 |
+
},
|
| 68 |
+
"orukeet-arxiv-source.zip": {
|
| 69 |
+
"bytes": 143407,
|
| 70 |
+
"sha256": "f4ad7770293f282b3e1fdd559a5a417035b799d58281e5bf9a6ab925bae51125"
|
| 71 |
+
},
|
| 72 |
+
"team.json": {
|
| 73 |
+
"bytes": 3212,
|
| 74 |
+
"sha256": "79121aec28c6cad5b6e0a89784f8249a2f8f3d94e6352075a05245c24a92c7dc"
|
| 75 |
+
},
|
| 76 |
+
"model-stages.json": {
|
| 77 |
+
"bytes": 20244,
|
| 78 |
+
"sha256": "a897798a15fcc7ea491842e03f7c4858ff20db1b29ccc9f85c928659b8b4b74c"
|
| 79 |
+
},
|
| 80 |
+
"NOTICE.md": {
|
| 81 |
+
"bytes": 3906,
|
| 82 |
+
"sha256": "c1c90ecec7c9ff8056aada8979bf4f3f4dba901c54297c14a328815160e20c6e"
|
| 83 |
+
},
|
| 84 |
+
"affiliations/cambridge.png": {
|
| 85 |
+
"bytes": 72015,
|
| 86 |
+
"sha256": "a3faf2131e9e2df035d4b21d076c0eea606669c7fb46283b7c90041880a632fd"
|
| 87 |
+
},
|
| 88 |
+
"affiliations/SOURCES.md": {
|
| 89 |
+
"bytes": 1262,
|
| 90 |
+
"sha256": "62ce911ce80d11cc1e13eea7df144d01887721e20db87e5615539c2c26cafca9"
|
| 91 |
+
},
|
| 92 |
+
"affiliations/oruk.png": {
|
| 93 |
+
"bytes": 33618,
|
| 94 |
+
"sha256": "717fb1a29a3faf8cf62baa924c65e77afb8fb82180e7398612a01a672af014da"
|
| 95 |
+
},
|
| 96 |
+
"affiliations/openwhispr.png": {
|
| 97 |
+
"bytes": 15637,
|
| 98 |
+
"sha256": "564f133d0c0b5c87cd6384f9ce2689fffa6da68b004f303d2e278322e213ac62"
|
| 99 |
+
},
|
| 100 |
+
"affiliations/stanford.png": {
|
| 101 |
+
"bytes": 16084,
|
| 102 |
+
"sha256": "6521b4f360f081fb9322b05ff4740fe8ad2b7c720ee1a9e3f7b9935624f4abc2"
|
| 103 |
+
},
|
| 104 |
+
"affiliations/hoid.png": {
|
| 105 |
+
"bytes": 29339,
|
| 106 |
+
"sha256": "b5a252792faf5ce80c3f1aee671867524c97e2d85de3808a0c93f0c01a4c33d8"
|
| 107 |
+
},
|
| 108 |
+
"docs/technical-report.md": {
|
| 109 |
+
"bytes": 8284,
|
| 110 |
+
"sha256": "45ddabe94b4e13f5f507f8d716b18063982b10876d3c5d833336706785a9343a"
|
| 111 |
+
},
|
| 112 |
+
"docs/benchmark-scores.md": {
|
| 113 |
+
"bytes": 9185,
|
| 114 |
+
"sha256": "357a8c11db9815ee0f889f2eeeb6bfc1d633dd3723909ac14712a3fa5fb2ad20"
|
| 115 |
+
},
|
| 116 |
+
"docs/standard-asr-benchmarks.md": {
|
| 117 |
+
"bytes": 3031,
|
| 118 |
+
"sha256": "32d08431369c0790432773b97bb8714e6c990a79b9e21de4b061ae8af037b56f"
|
| 119 |
+
},
|
| 120 |
+
"docs/current-checkpoint-benchmarks.md": {
|
| 121 |
+
"bytes": 6452,
|
| 122 |
+
"sha256": "c72a0fd39b01f0b52c144f9a1aa4ae7a315f334595e51ddaccb0944ec78ef9eb"
|
| 123 |
+
},
|
| 124 |
+
"report/benchmark-tables.tex": {
|
| 125 |
+
"bytes": 8252,
|
| 126 |
+
"sha256": "a587f30764384a5b62415aa0af74bdbccbf41089a390e38b457d17e10f9991e4"
|
| 127 |
+
},
|
| 128 |
+
"report/model.json": {
|
| 129 |
+
"bytes": 1098,
|
| 130 |
+
"sha256": "a0d6dece22d8eefbc35433a04376dd7415444a3c23ac7a7cb9ed179a8ec0d7c4"
|
| 131 |
+
},
|
| 132 |
+
"report/build-receipt.json": {
|
| 133 |
+
"bytes": 6600,
|
| 134 |
+
"sha256": "b4cc807a85b6d7594167eed2ec3f2897f42a2a7416ceb8d2f8f587acfce6d534"
|
| 135 |
+
},
|
| 136 |
+
"report/make_surgery_figure.py": {
|
| 137 |
+
"bytes": 2426,
|
| 138 |
+
"sha256": "0703dd2d6237491fe0cd410ad8a16c93b9e0128addfcf12b858115425233f314"
|
| 139 |
+
},
|
| 140 |
+
"report/references.bib": {
|
| 141 |
+
"bytes": 2498,
|
| 142 |
+
"sha256": "e3229e1faad05e4975b231660184d126764f0c7a33bae9c31248d91859347d55"
|
| 143 |
+
},
|
| 144 |
+
"report/current-benchmark-validation.json": {
|
| 145 |
+
"bytes": 8220,
|
| 146 |
+
"sha256": "cda67fa90a2d75c815ac48223224ef60205ec3ee841bad4b73dce1b273ebe8d9"
|
| 147 |
+
},
|
| 148 |
+
"report/paper.tex": {
|
| 149 |
+
"bytes": 12026,
|
| 150 |
+
"sha256": "0dcc45ad9c401a9fd4e4ab389890b7bc51d4c0f8c21d4b18a7628d16b124c6ad"
|
| 151 |
+
},
|
| 152 |
+
"report/README.md": {
|
| 153 |
+
"bytes": 3661,
|
| 154 |
+
"sha256": "5a9f831852933575fce137fb9f99ce8d25764bf4963acbd57910c8c98d11a6e2"
|
| 155 |
+
},
|
| 156 |
+
"report/standard-benchmark-table.tex": {
|
| 157 |
+
"bytes": 2087,
|
| 158 |
+
"sha256": "dde308176577c1b16da2776d143251786c7c77f79a010f0bdcd2c17088404374"
|
| 159 |
+
},
|
| 160 |
+
"report/benchmark-values.tex": {
|
| 161 |
+
"bytes": 1044,
|
| 162 |
+
"sha256": "34b1c7c0e325f4309e0bab730fdd3d8866facb90f1165743a2647d1f72ae3e5f"
|
| 163 |
+
},
|
| 164 |
+
"report/current-benchmark-values.tex": {
|
| 165 |
+
"bytes": 875,
|
| 166 |
+
"sha256": "5eda781ff8966fc183d3a9c3a92e2dfe1840e8eddad292b891ef1976e63da9c7"
|
| 167 |
+
},
|
| 168 |
+
"report/evidence.tex": {
|
| 169 |
+
"bytes": 361,
|
| 170 |
+
"sha256": "856a5d3f3f24852de8504c10564ea58c21090fa1af1c304a6a64e72d57e86704"
|
| 171 |
+
},
|
| 172 |
+
"report/standard-benchmark-values.tex": {
|
| 173 |
+
"bytes": 541,
|
| 174 |
+
"sha256": "137fda4dfa71e1a08c6830ba41c35840ecfa250e7b6cf22834049ef4208da79a"
|
| 175 |
+
},
|
| 176 |
+
"report/current-standard-table.tex": {
|
| 177 |
+
"bytes": 2394,
|
| 178 |
+
"sha256": "46aeaa3d4bf92d81e1acfc2c54b0e46cc9be1a4639ac9d16597c97982206ba2b"
|
| 179 |
+
},
|
| 180 |
+
"report/current-domains-table.tex": {
|
| 181 |
+
"bytes": 3010,
|
| 182 |
+
"sha256": "ca92fc7f970f7608e69628ca2240e51b514118e24071376634884643a530fd26"
|
| 183 |
+
},
|
| 184 |
+
"report/neurips_2026.sty": {
|
| 185 |
+
"bytes": 13704,
|
| 186 |
+
"sha256": "c3fc2894e83d2517ca18b66741d6c595986d97957dc08ec08bb2125a7ec4555a"
|
| 187 |
+
},
|
| 188 |
+
"report/make_model_figures.py": {
|
| 189 |
+
"bytes": 10202,
|
| 190 |
+
"sha256": "d1619f159c0c11c7497498083843e0ea3f9352b299f4279551e8170de4eebe01"
|
| 191 |
+
},
|
| 192 |
+
"evidence/r3-promotion-20260908/q8-metal.json": {
|
| 193 |
+
"bytes": 17824,
|
| 194 |
+
"sha256": "3dd7afe749f1ca1023120217c086e6f43765284ae8f169a07fc0f513cdc460d5"
|
| 195 |
+
},
|
| 196 |
+
"evidence/r3-promotion-20260908/scores.json": {
|
| 197 |
+
"bytes": 8223,
|
| 198 |
+
"sha256": "27f12c1ced540a0b101d380a4e093a9cd531361006dc55c09de931725088eca5"
|
| 199 |
+
},
|
| 200 |
+
"evidence/r3-promotion-20260908/export-environment.json": {
|
| 201 |
+
"bytes": 843,
|
| 202 |
+
"sha256": "c859645961708c2b6087a6d8faa88e113c84420083d471eba2f1bc420fde128d"
|
| 203 |
+
},
|
| 204 |
+
"evidence/r3-promotion-20260908/linux-native-fixture.py": {
|
| 205 |
+
"bytes": 1909,
|
| 206 |
+
"sha256": "f06c5b9e45521f22409cd7d00c33e92775c89c51b7be68ee5ac5bd2d8667dc12"
|
| 207 |
+
},
|
| 208 |
+
"evidence/r3-promotion-20260908/f16-lineage.json": {
|
| 209 |
+
"bytes": 1064,
|
| 210 |
+
"sha256": "e47ada9ed05ce74f13964daca3c1393e4c46025e550a500500323c6cd2c259e7"
|
| 211 |
+
},
|
| 212 |
+
"evidence/r3-promotion-20260908/linux-f16-native-fixture.py": {
|
| 213 |
+
"bytes": 1912,
|
| 214 |
+
"sha256": "ee35a54eea85e1b60cb65554a169cb1b63b82c5cf0f0a2632d0bd9b2b401d961"
|
| 215 |
+
},
|
| 216 |
+
"evidence/r3-promotion-20260908/linux-f16-native-smoke.json": {
|
| 217 |
+
"bytes": 4285,
|
| 218 |
+
"sha256": "97d14f868b61d7230495e1e970eed7fcfcb262fa0d3aa0be726a77873241f85b"
|
| 219 |
+
},
|
| 220 |
+
"evidence/r3-promotion-20260908/q8-cpu.json": {
|
| 221 |
+
"bytes": 17721,
|
| 222 |
+
"sha256": "49fb93eb4df9e27ec5ef44db4dc35c41babd906e516cda516ebb03526ba30927"
|
| 223 |
+
},
|
| 224 |
+
"evidence/r3-promotion-20260908/metric-evidence.tar.gz": {
|
| 225 |
+
"bytes": 2543488,
|
| 226 |
+
"sha256": "b88ba374bb5c27bf07915a16903d51e9c268399b6932fca320d7abc116427432"
|
| 227 |
+
},
|
| 228 |
+
"evidence/r3-promotion-20260908/f16-cpu.json": {
|
| 229 |
+
"bytes": 17737,
|
| 230 |
+
"sha256": "ca1b5d8fd0e8799808447d562ecda3a0021b4691ae5947f8c0dc619fb7a0c765"
|
| 231 |
+
},
|
| 232 |
+
"evidence/r3-promotion-20260908/linux-q8-native-smoke.json": {
|
| 233 |
+
"bytes": 4284,
|
| 234 |
+
"sha256": "370add5862c903eb1fdbb8957144d7fabe1a20fdd52383d18e95bc5ef5e805b4"
|
| 235 |
+
},
|
| 236 |
+
"evidence/r3-promotion-20260908/q8-lineage.json": {
|
| 237 |
+
"bytes": 1064,
|
| 238 |
+
"sha256": "31869869164a660c9424a26990b7295334c930772a6702a9dccd462871cac6b9"
|
| 239 |
+
},
|
| 240 |
+
"evidence/r3-promotion-20260908/f16-metal.json": {
|
| 241 |
+
"bytes": 17832,
|
| 242 |
+
"sha256": "a9b3f96d94407fc8c422def857f971809248a93c4c657d7057cb1011b3b04e01"
|
| 243 |
+
},
|
| 244 |
+
"evidence/domains-r3-20260908/hypotheses-audit.json": {
|
| 245 |
+
"bytes": 1468,
|
| 246 |
+
"sha256": "66c748f9ea625cf38e9bf672628e95300a5919abbaf47ebfd7c4800f5b1f3116"
|
| 247 |
+
},
|
| 248 |
+
"evidence/domains-r3-20260908/numeric-evidence.jsonl.gz": {
|
| 249 |
+
"bytes": 719000,
|
| 250 |
+
"sha256": "298f3164c745523f25b2e7df25492dab5b6607c149ea561d44af3720c29236df"
|
| 251 |
+
},
|
| 252 |
+
"evidence/domains-r3-20260908/transfer.json": {
|
| 253 |
+
"bytes": 803,
|
| 254 |
+
"sha256": "579a18bb0d6a8a2f461bee28331ef3ba78808e64213224747e1ebe0ec96e69bf"
|
| 255 |
+
},
|
| 256 |
+
"evidence/domains-r3-20260908/inference-comparison.json": {
|
| 257 |
+
"bytes": 39410,
|
| 258 |
+
"sha256": "3892c802fd85d6cab5bee77b69a774b0fa6308294f6a7e5e536ef89300e853ba"
|
| 259 |
+
},
|
| 260 |
+
"evidence/domains-r3-20260908/comparison.json": {
|
| 261 |
+
"bytes": 41039,
|
| 262 |
+
"sha256": "617a2119027b9e706907fdeb8a5819babb55f1959456d677e744d2b57ddfd2be"
|
| 263 |
+
},
|
| 264 |
+
"evidence/domains-r3-20260908/README.md": {
|
| 265 |
+
"bytes": 2313,
|
| 266 |
+
"sha256": "c3432cafb227223d2fa75da5da4ae3d7b84430d20a953fae6b57aa3f9c03b13e"
|
| 267 |
+
},
|
| 268 |
+
"evidence/domains-r3-20260908/scores.csv": {
|
| 269 |
+
"bytes": 6376,
|
| 270 |
+
"sha256": "12f2c6970a8b9d8f751c32137098c6addb660d5880175471de97cff40595abe6"
|
| 271 |
+
},
|
| 272 |
+
"evidence/domains-r3-20260908/launch.json": {
|
| 273 |
+
"bytes": 919,
|
| 274 |
+
"sha256": "4920721addba65064fe2f364f918711b079669f05904e246d029879be4aba58c"
|
| 275 |
+
},
|
| 276 |
+
"evidence/standard-asr-r3-20260908/hypotheses-audit.json": {
|
| 277 |
+
"bytes": 1466,
|
| 278 |
+
"sha256": "a60177ac2ac1064b481cc85424d5ee989cca43112191ddae30d60b7f56ae57d3"
|
| 279 |
+
},
|
| 280 |
+
"evidence/standard-asr-r3-20260908/summary.json": {
|
| 281 |
+
"bytes": 2718,
|
| 282 |
+
"sha256": "6eba4b2bdc57f658ddc455b9ffdd5e9bd0fec832a88fe0bb329b45c5fd512852"
|
| 283 |
+
},
|
| 284 |
+
"evidence/standard-asr-r3-20260908/numeric-evidence.jsonl.gz": {
|
| 285 |
+
"bytes": 1467437,
|
| 286 |
+
"sha256": "3d1467e56efd6769da1f8cb74eef0c3eac7bf93fa8200c39538963a9d4b080c1"
|
| 287 |
+
},
|
| 288 |
+
"evidence/standard-asr-r3-20260908/transfer.json": {
|
| 289 |
+
"bytes": 803,
|
| 290 |
+
"sha256": "6ff71ac6de0bb29627d3f20b1264cff09dd6dbf54e028450554d4a4aed54288c"
|
| 291 |
+
},
|
| 292 |
+
"evidence/standard-asr-r3-20260908/inference-comparison.json": {
|
| 293 |
+
"bytes": 23344,
|
| 294 |
+
"sha256": "23584aab2856bf7ebaad7611cfdc9395d7d09b40ea6d64afcb8472d5f63bae34"
|
| 295 |
+
},
|
| 296 |
+
"evidence/standard-asr-r3-20260908/comparison.json": {
|
| 297 |
+
"bytes": 24978,
|
| 298 |
+
"sha256": "9b2702bfe9c7b107db1627df3cb71d24d25d4eb8da0ee8683b0bbf9f994ca7da"
|
| 299 |
+
},
|
| 300 |
+
"evidence/standard-asr-r3-20260908/README.md": {
|
| 301 |
+
"bytes": 2482,
|
| 302 |
+
"sha256": "20539608da10f1b6e44fefffa3735791da4dc35567db414586dc49dbebcc28da"
|
| 303 |
+
},
|
| 304 |
+
"evidence/standard-asr-r3-20260908/scores.csv": {
|
| 305 |
+
"bytes": 3596,
|
| 306 |
+
"sha256": "b65dd7c775ae861f3d53d8978b95be997ca5507e045ab195daa411fe790354c1"
|
| 307 |
+
},
|
| 308 |
+
"evidence/standard-asr-r3-20260908/restart.json": {
|
| 309 |
+
"bytes": 817,
|
| 310 |
+
"sha256": "4c44ca582b683406eb8cb0d17f0ce85d81277ac73fabb702a12ccee260837a07"
|
| 311 |
+
},
|
| 312 |
+
"evidence/standard-asr-r3-20260908/launch.json": {
|
| 313 |
+
"bytes": 793,
|
| 314 |
+
"sha256": "91a8c8cc07d60e1e0e17065b9d46982714948ccfeaf721d811033e1e22914bba"
|
| 315 |
+
},
|
| 316 |
+
"evidence/r3-promotion-20260908/ci/smoke-results-ci-linux-x64.json": {
|
| 317 |
+
"bytes": 17441,
|
| 318 |
+
"sha256": "0ac0094044de1e14eb03bbfd1095b437461bb48ac4744ba0d5445b80d22999cb"
|
| 319 |
+
},
|
| 320 |
+
"evidence/r3-promotion-20260908/ci/smoke-results-ci-win32-x64.json": {
|
| 321 |
+
"bytes": 17455,
|
| 322 |
+
"sha256": "7af01cf0e331e3681ff7d1cebc052f5cbcbd860522e1fe2bfe74fd823f91d4f6"
|
| 323 |
+
},
|
| 324 |
+
"evidence/r3-promotion-20260908/ci/smoke-results-ci-darwin-arm64.json": {
|
| 325 |
+
"bytes": 17423,
|
| 326 |
+
"sha256": "83fd9fc97f1ffd16ffc6eec29034b992a558e80522ee2829ecbaafe421ddb90d"
|
| 327 |
+
},
|
| 328 |
+
"evaluation/standard_asr/run.py": {
|
| 329 |
+
"bytes": 7845,
|
| 330 |
+
"sha256": "1c8951a18eba92ae8fe12c537149c961ae0c0e6f748216e27488305b5a2806c2"
|
| 331 |
+
},
|
| 332 |
+
"evaluation/standard_asr/rescore.py": {
|
| 333 |
+
"bytes": 3943,
|
| 334 |
+
"sha256": "47e77bad2d65f1eb6d7a29a156ba747807b4017d4fcedf8d3d2011c5a4e0ab82"
|
| 335 |
+
},
|
| 336 |
+
"evaluation/standard_asr/build_current_report.py": {
|
| 337 |
+
"bytes": 15963,
|
| 338 |
+
"sha256": "624b9781c023ea1cd4f1ad9a3c18f99e806027a228c5f24da9f466679578dd8f"
|
| 339 |
+
},
|
| 340 |
+
"evaluation/standard_asr/requirements-score.txt": {
|
| 341 |
+
"bytes": 71,
|
| 342 |
+
"sha256": "920516addbb6b862c308b2f496434c0a8f1a7e48b090ca40cd0a759d1a3bfbfe"
|
| 343 |
+
},
|
| 344 |
+
"evaluation/standard_asr/audit_predictions.py": {
|
| 345 |
+
"bytes": 5767,
|
| 346 |
+
"sha256": "80a8c7911819129e39911cd4f78df326485a659a847522779cf40b3b2365eb3a"
|
| 347 |
+
},
|
| 348 |
+
"evaluation/standard_asr/build_materials.py": {
|
| 349 |
+
"bytes": 11187,
|
| 350 |
+
"sha256": "1b76c890ab9dcbe7caee67f49299e22f933a111d10171017cc289da92a3e0849"
|
| 351 |
+
},
|
| 352 |
+
"evaluation/standard_asr/scoring.py": {
|
| 353 |
+
"bytes": 1407,
|
| 354 |
+
"sha256": "3b2bd425a79a94b9afa294ba55efc6b9fb5943d7021ce27394dadf6c58082bd0"
|
| 355 |
+
},
|
| 356 |
+
"evaluation/standard_asr/README.md": {
|
| 357 |
+
"bytes": 4305,
|
| 358 |
+
"sha256": "5308cba17b71b4e13cdc80474806c13b047404467c7f71e10b108dec817db116"
|
| 359 |
+
},
|
| 360 |
+
"evaluation/standard_asr/CURRENT.md": {
|
| 361 |
+
"bytes": 2572,
|
| 362 |
+
"sha256": "c126899426fc2950629ad4dbc9af0b0732ca029c88a16502bea28f91ae9ae16e"
|
| 363 |
+
},
|
| 364 |
+
"evaluation/standard_asr/prepare.py": {
|
| 365 |
+
"bytes": 5170,
|
| 366 |
+
"sha256": "2ca98e52a3a71f5a16f0efd04133463af6e795a60bf4610c3a4b2af7d5773aeb"
|
| 367 |
+
},
|
| 368 |
+
"evaluation/standard_asr/vendor/provenance.json": {
|
| 369 |
+
"bytes": 1324,
|
| 370 |
+
"sha256": "f6fb39bc16cb4b52ac62882baab0f1925d7405ee8a98f0ae32419edf9275aa12"
|
| 371 |
+
},
|
| 372 |
+
"evaluation/standard_asr/vendor/LICENSE": {
|
| 373 |
+
"bytes": 11359,
|
| 374 |
+
"sha256": "5ee13882fce0975f0ad3c3d5c2042af4896c2a669be2d6df5b3d256811267c85"
|
| 375 |
+
},
|
| 376 |
+
"evaluation/standard_asr/vendor/english_abbreviations.py": {
|
| 377 |
+
"bytes": 58524,
|
| 378 |
+
"sha256": "52997cc963e0bd6568d15554ad8d5fb0759f20f361483632a22f90d2d0e07db1"
|
| 379 |
+
},
|
| 380 |
+
"evaluation/standard_asr/vendor/__init__.py": {
|
| 381 |
+
"bytes": 73,
|
| 382 |
+
"sha256": "8c39e42af3204c41c564c970e24525da160663836b54acc1b629e4342f862334"
|
| 383 |
+
},
|
| 384 |
+
"evaluation/standard_asr/vendor/multilingual.py": {
|
| 385 |
+
"bytes": 3713,
|
| 386 |
+
"sha256": "4c8db6c4171c8c2f5567d2ed625a3a1f0d45156af45ca42d9555c0c9b61a29d5"
|
| 387 |
+
},
|
| 388 |
+
"evaluation/standard_asr/vendor/normalizer.py": {
|
| 389 |
+
"bytes": 30320,
|
| 390 |
+
"sha256": "490b56393484ef386b486f3679cc2261264af280b3512154431e0bdcf2778295"
|
| 391 |
+
},
|
| 392 |
+
"report/assets/model-figures-source.json": {
|
| 393 |
+
"bytes": 15764,
|
| 394 |
+
"sha256": "cf07124f8e46464eca5036cd6be96e4d1ced9d3f936e514e9382518181de42b8"
|
| 395 |
+
},
|
| 396 |
+
"report/assets/recognition-deltas.pdf": {
|
| 397 |
+
"bytes": 15879,
|
| 398 |
+
"sha256": "62f0471788cb59e27fc317a004b34fe457a354ae511e01f0fc6d1efb8da87a0a"
|
| 399 |
+
},
|
| 400 |
+
"report/assets/selection-profile.png": {
|
| 401 |
+
"bytes": 85067,
|
| 402 |
+
"sha256": "6202432a630ef22fb54bf57c494437dcb8f526c26a9a7b6ecf1bcbdf2510a75d"
|
| 403 |
+
},
|
| 404 |
+
"report/assets/recognition-deltas.png": {
|
| 405 |
+
"bytes": 41222,
|
| 406 |
+
"sha256": "83890bae2503e59e918bf424cd841094302d5366e3a285523105db49f3e1fffc"
|
| 407 |
+
},
|
| 408 |
+
"report/assets/selection-profile.pdf": {
|
| 409 |
+
"bytes": 20686,
|
| 410 |
+
"sha256": "0a2e8647a8a1a895e7a1e6d9f15779eac14c87f56e30eeeb85bc05ce720ba32f"
|
| 411 |
+
},
|
| 412 |
+
"report/assets/kernel-atlas-preview.png": {
|
| 413 |
+
"bytes": 169043,
|
| 414 |
+
"sha256": "c5a4a3993d51cb7197c50cd82b2fb9fd5103d8dffd6f31b0fe7c5b923230691c"
|
| 415 |
+
},
|
| 416 |
+
"report/assets/model-figures-visual-review.json": {
|
| 417 |
+
"bytes": 1884,
|
| 418 |
+
"sha256": "c26e9af4e1f21d3515944944f8e8dc19ccb4a33b4f80b961d52947c0bbd617d7"
|
| 419 |
+
},
|
| 420 |
+
"report/assets/oruk-lockup.png": {
|
| 421 |
+
"bytes": 38483,
|
| 422 |
+
"sha256": "932df9164b237a1a31d1e636897d1766a15b8bac738acf81ee93de8ea2d6c18c"
|
| 423 |
+
},
|
| 424 |
+
"report/assets/language-deltas.pdf": {
|
| 425 |
+
"bytes": 21904,
|
| 426 |
+
"sha256": "7564f39e28ee6deae1d7ad4b82e3737b1dc703044b5992c5f9108cbf2e9ff1c0"
|
| 427 |
+
},
|
| 428 |
+
"report/assets/provenance.json": {
|
| 429 |
+
"bytes": 1068,
|
| 430 |
+
"sha256": "0b769a8fc524498391553ebb165658314d5f484ace0d8aebde74582e6dd493e4"
|
| 431 |
+
},
|
| 432 |
+
"report/assets/surgery-source.json": {
|
| 433 |
+
"bytes": 468,
|
| 434 |
+
"sha256": "4c9898357e79d5014429bdfde2f2b7f2d67e6feceb4daca027380976f74520a6"
|
| 435 |
+
},
|
| 436 |
+
"report/assets/kernel-fits.svg": {
|
| 437 |
+
"bytes": 26317,
|
| 438 |
+
"sha256": "4f2b63601bb7b9543cee0dec0aaaecc06c1741798eda0c6aa5e2b4f39ed1191b"
|
| 439 |
+
},
|
| 440 |
+
"report/assets/language-deltas.png": {
|
| 441 |
+
"bytes": 72533,
|
| 442 |
+
"sha256": "64e77e3423cd60952f31a4e80bb486a05a3325cd5a0b3d92bcf9581cf9de201b"
|
| 443 |
+
},
|
| 444 |
+
"report/assets/language-deltas.svg": {
|
| 445 |
+
"bytes": 24593,
|
| 446 |
+
"sha256": "cff05741bbe01c83ad5f839f99a40c2f189357e71bc6fddd8cd62c920116d693"
|
| 447 |
+
},
|
| 448 |
+
"report/assets/kernel-fits.png": {
|
| 449 |
+
"bytes": 93530,
|
| 450 |
+
"sha256": "53daf3dc1431660b7696c83d94e56543f8236563a81a4dd9fb75e3cab997fa52"
|
| 451 |
+
},
|
| 452 |
+
"report/assets/kernel-fits.pdf": {
|
| 453 |
+
"bytes": 20762,
|
| 454 |
+
"sha256": "b952a1d8e84032cd20cc452dfbea40c6d2c34cea7de4257b7a375ccac73b9e01"
|
| 455 |
+
},
|
| 456 |
+
"report/assets/oruk-lockup.svg": {
|
| 457 |
+
"bytes": 3295,
|
| 458 |
+
"sha256": "3547cfacd79cf423d104adfdf342a28aef3a98dd187b1a4cc1949478d690a051"
|
| 459 |
+
},
|
| 460 |
+
"report/assets/selection-profile-caption.md": {
|
| 461 |
+
"bytes": 358,
|
| 462 |
+
"sha256": "a20b960bd387cde6a867a9f2fccd7bcb2359634294983ccaddd3a15b02e2ddac"
|
| 463 |
+
},
|
| 464 |
+
"report/assets/recognition-deltas.svg": {
|
| 465 |
+
"bytes": 7186,
|
| 466 |
+
"sha256": "ab94addc78953dd3038cd30436aeb73f6580f1b62903180f6ba81551a3317595"
|
| 467 |
+
},
|
| 468 |
+
"report/assets/selection-profile.svg": {
|
| 469 |
+
"bytes": 21319,
|
| 470 |
+
"sha256": "9ddb7db5f54eb4f97294e31998ce06d99fdf18e9cbf88a906bef70bc99f4e19a"
|
| 471 |
+
},
|
| 472 |
+
"report/assets/selection-profile-preview.png": {
|
| 473 |
+
"bytes": 37344,
|
| 474 |
+
"sha256": "b152347005940a12f09651d69a0c6183f6a32bb0d1c3d76711052628657e2fd9"
|
| 475 |
+
},
|
| 476 |
+
"report/assets/surgery.svg": {
|
| 477 |
+
"bytes": 18807,
|
| 478 |
+
"sha256": "2d73665fd0637f983bfb3e9141f011f0fddbefa9743544d5220c0564016e7f9e"
|
| 479 |
+
},
|
| 480 |
+
"report/assets/recognition-deltas-caption.md": {
|
| 481 |
+
"bytes": 485,
|
| 482 |
+
"sha256": "72500fd8e0e83f6dbd1e3c8191f6896f5e6405649b88981c1bb28480cb1bb1d4"
|
| 483 |
+
},
|
| 484 |
+
"report/assets/language-deltas-preview.png": {
|
| 485 |
+
"bytes": 33557,
|
| 486 |
+
"sha256": "b91f3171eb80994161bb502c70a4b8eb015a243c79870ed134cb9e8af41bfb3c"
|
| 487 |
+
},
|
| 488 |
+
"report/assets/kernel-atlas.png": {
|
| 489 |
+
"bytes": 376772,
|
| 490 |
+
"sha256": "2b8b24400ac7b9e8b6e4484eb0c6c36cca8f618167141d508a2b6468824888c3"
|
| 491 |
+
},
|
| 492 |
+
"report/assets/kernel-atlas.pdf": {
|
| 493 |
+
"bytes": 39134,
|
| 494 |
+
"sha256": "73a8c7e2f1ea83f7bcc9eefcdbd1a53b6e95383a0b3799f45f75390d676be9b5"
|
| 495 |
+
},
|
| 496 |
+
"report/assets/kernel-atlas-caption.md": {
|
| 497 |
+
"bytes": 269,
|
| 498 |
+
"sha256": "99041021a8aaf08ef44a52613b0bcc1f8b3201f8552638f8952ebcc14c3c355a"
|
| 499 |
+
},
|
| 500 |
+
"report/assets/kernel-fits-preview.png": {
|
| 501 |
+
"bytes": 48220,
|
| 502 |
+
"sha256": "1f67e76987f9c17371450f2a39eb93948e9c1e9fa7de1a8d7624517b0400df90"
|
| 503 |
+
},
|
| 504 |
+
"report/assets/language-deltas-caption.md": {
|
| 505 |
+
"bytes": 291,
|
| 506 |
+
"sha256": "86b941e82ce09680de5daeec0078fecefa809d9c724af06f7c3bb50e7884fd68"
|
| 507 |
+
},
|
| 508 |
+
"report/assets/recognition-deltas-preview.png": {
|
| 509 |
+
"bytes": 18202,
|
| 510 |
+
"sha256": "bd2af5115a46174408ae2386aeb73ac267c2cccb1e730203f03f6d33f82b5e62"
|
| 511 |
+
},
|
| 512 |
+
"report/assets/kernel-atlas.svg": {
|
| 513 |
+
"bytes": 130923,
|
| 514 |
+
"sha256": "41b88f335fa6200353201a77a1c86d0d471fbee61a1a64a7a6c0bffaf2abda88"
|
| 515 |
+
},
|
| 516 |
+
"report/assets/kernel-fits-caption.md": {
|
| 517 |
+
"bytes": 345,
|
| 518 |
+
"sha256": "3cff663d27935fb3b24d3cc1d6fe6e880b33179378ecbfd6522b18a628e1d6ea"
|
| 519 |
+
},
|
| 520 |
+
"report/assets/surgery.pdf": {
|
| 521 |
+
"bytes": 20609,
|
| 522 |
+
"sha256": "0601e73435408a07f209e332fd67340b5a21e89868de5968fdc067dff9a05497"
|
| 523 |
+
},
|
| 524 |
+
"report/assets/surgery.png": {
|
| 525 |
+
"bytes": 76446,
|
| 526 |
+
"sha256": "bed57fa43afb8bf62a826b2c302b153f4df063dd96c68164ecda4535e30abe67"
|
| 527 |
+
},
|
| 528 |
+
"report/assets/unseen/unseen-language-coverage.png": {
|
| 529 |
+
"bytes": 176291,
|
| 530 |
+
"sha256": "aa66de577f8ebb9997568eda3fccdd9c80f93a0d02c13518abc7405830b1bba7"
|
| 531 |
+
},
|
| 532 |
+
"report/assets/unseen/unseen-language-coverage.pdf": {
|
| 533 |
+
"bytes": 30716,
|
| 534 |
+
"sha256": "26c89cabebbc8558a71d761eb18af8b178cbbfff5f63ce415f6fcd9589ca6f55"
|
| 535 |
+
},
|
| 536 |
+
"report/assets/unseen/unseen-english-accents.png": {
|
| 537 |
+
"bytes": 141909,
|
| 538 |
+
"sha256": "c6be28a4ad2ceaa78e578f520aca33c8a6000f8731331443b4910c8f6c3a8069"
|
| 539 |
+
},
|
| 540 |
+
"report/assets/unseen/unseen-english-accents.pdf": {
|
| 541 |
+
"bytes": 27214,
|
| 542 |
+
"sha256": "ae6fd18d34f9348020558c340cd2c3666cc1addcc32a939ba936615f567b41e3"
|
| 543 |
+
},
|
| 544 |
+
"report/assets/unseen/unseen-english-accents.svg": {
|
| 545 |
+
"bytes": 15908,
|
| 546 |
+
"sha256": "3cacedbe24885630d0eaad88403cf80f890dea42d462bf0d89e889cb907b8f34"
|
| 547 |
+
},
|
| 548 |
+
"report/assets/unseen/unseen-benchmark-captions.md": {
|
| 549 |
+
"bytes": 1266,
|
| 550 |
+
"sha256": "59459974d24ee611c2f4c543d54e17dbea6e4e5bcb869f023943139ef1288565"
|
| 551 |
+
},
|
| 552 |
+
"report/assets/unseen/unseen-language-coverage.svg": {
|
| 553 |
+
"bytes": 17941,
|
| 554 |
+
"sha256": "03cd68fc07a2271bf8e1d3d4132eee814a85174137e7fa74a52af7a6984146aa"
|
| 555 |
+
},
|
| 556 |
+
"report/assets/unseen/unseen-eurospeech.png": {
|
| 557 |
+
"bytes": 206024,
|
| 558 |
+
"sha256": "a5efb7b9dcb242a5301a5edffde5d6dace4dd03a1319e49c9cd817cc4dd30854"
|
| 559 |
+
},
|
| 560 |
+
"report/assets/unseen/unseen-eurospeech.pdf": {
|
| 561 |
+
"bytes": 30980,
|
| 562 |
+
"sha256": "14be92cd1d4ea09546d60482c3c329c212321b0f551e1e1ab510ab271ee5782a"
|
| 563 |
+
},
|
| 564 |
+
"report/assets/unseen/unseen-english-domains.svg": {
|
| 565 |
+
"bytes": 22053,
|
| 566 |
+
"sha256": "81760f0eb64d9e313914456860cddcecb3740f9cf81f48cf8eec71862338f1dc"
|
| 567 |
+
},
|
| 568 |
+
"report/assets/unseen/unseen-english-domains.png": {
|
| 569 |
+
"bytes": 173922,
|
| 570 |
+
"sha256": "03e2048952df3576b88a45d19add8b835e51a0a4e61d51fcc03c76dd5173272a"
|
| 571 |
+
},
|
| 572 |
+
"report/assets/unseen/unseen-english-domains.pdf": {
|
| 573 |
+
"bytes": 29405,
|
| 574 |
+
"sha256": "11d7260cf143d636651cc89d4255f929f67b0ad26c5589450602a3543f0ffb58"
|
| 575 |
+
},
|
| 576 |
+
"report/assets/unseen/unseen-figure-receipt.json": {
|
| 577 |
+
"bytes": 3070,
|
| 578 |
+
"sha256": "08dabab6d6f3d5fd3e52804087665eedc46528561f375952052fb54c72aa0de3"
|
| 579 |
+
},
|
| 580 |
+
"report/assets/unseen/unseen-eurospeech.svg": {
|
| 581 |
+
"bytes": 27408,
|
| 582 |
+
"sha256": "2957f74c5f09b3c8b5cdb6b3d6b08082e0b774a7f2fc93cf6a93e2539f0af64c"
|
| 583 |
+
},
|
| 584 |
+
"report/assets/affiliations/cambridge.pdf": {
|
| 585 |
+
"bytes": 44738,
|
| 586 |
+
"sha256": "535e2f3382a9e63ef27fcd561e54cfc87d74f494c3a7f6dd072c2af2bfe7a738"
|
| 587 |
+
},
|
| 588 |
+
"report/assets/affiliations/SOURCES.md": {
|
| 589 |
+
"bytes": 2203,
|
| 590 |
+
"sha256": "0d77aeb9033fc456dc3d1a4d3b5cbf7bd67a3f43feaf4b97c5ed5fc7c44b579e"
|
| 591 |
+
},
|
| 592 |
+
"report/assets/affiliations/cambridge.svg": {
|
| 593 |
+
"bytes": 57691,
|
| 594 |
+
"sha256": "27381d019c0a54c53b7b746750dc148f35dca2a6fe96b39dff5f896b0e745902"
|
| 595 |
+
},
|
| 596 |
+
"report/assets/affiliations/openwhispr.pdf": {
|
| 597 |
+
"bytes": 1341,
|
| 598 |
+
"sha256": "78e575011be731f9d07f665f1440a4582df27d577bbdb3805d2c7a17b40cacd7"
|
| 599 |
+
},
|
| 600 |
+
"report/assets/affiliations/hoid.svg": {
|
| 601 |
+
"bytes": 2965,
|
| 602 |
+
"sha256": "49b5fc2265f1294abf6bb65f054078b640b9fbaed9780e2817ab6a103cd2eb72"
|
| 603 |
+
},
|
| 604 |
+
"report/assets/affiliations/stanford.png": {
|
| 605 |
+
"bytes": 11528,
|
| 606 |
+
"sha256": "09434daceea1a4ab62da5db3cd9e81bbe1a7e034224f504d63fd3f12e51af74b"
|
| 607 |
+
},
|
| 608 |
+
"report/assets/affiliations/hoid.pdf": {
|
| 609 |
+
"bytes": 1978,
|
| 610 |
+
"sha256": "439f46cb03c498cbc0bb797d39ba31ce80d57742d3b699ae0a6ca5cf2fa1311a"
|
| 611 |
+
},
|
| 612 |
+
"report/assets/affiliations/openwhispr.svg": {
|
| 613 |
+
"bytes": 1202,
|
| 614 |
+
"sha256": "29d50f34b1ffe4b11665aaeefdaf63a22796c53c38234cd9d6f06c5153c9e13a"
|
| 615 |
+
},
|
| 616 |
+
"transcribe-cpp/README.md": {
|
| 617 |
+
"bytes": 3281,
|
| 618 |
+
"sha256": "76385d17cbe11d605aa02db6c19ef98aa6737d744e9dbae39d0c667cc47a9dc6"
|
| 619 |
+
},
|
| 620 |
+
"transcribe-cpp/validation.json": {
|
| 621 |
+
"bytes": 5409,
|
| 622 |
+
"sha256": "0bca4eabd62c784a14eb486aeead27868b8014d98b62378012b75669e19fff42"
|
| 623 |
+
},
|
| 624 |
+
"transcribe-cpp/manifest.json": {
|
| 625 |
+
"bytes": 1015,
|
| 626 |
+
"sha256": "464713d1b57e82f63deedbca10cecbd39f6be5d7718f0bf4ae5a6b5a429ac668"
|
| 627 |
+
},
|
| 628 |
+
"transcribe-cpp/convert-orukeet.patch": {
|
| 629 |
+
"bytes": 1635,
|
| 630 |
+
"sha256": "96c049e259261f2da22266ce613f1fee410c21d6ae2d849b4919dda202d79e13"
|
| 631 |
+
},
|
| 632 |
+
"transcribe-cpp/orukeet-Q8_0.gguf": {
|
| 633 |
+
"bytes": 739508608,
|
| 634 |
+
"sha256": "cad2f52ac91cad829279422301989687c2cf02e19157352ed25ea501b90dbb7e"
|
| 635 |
+
},
|
| 636 |
+
"orukeet-transcribe-cpp-Q8_0.gguf": {
|
| 637 |
+
"bytes": 739508608,
|
| 638 |
+
"sha256": "cad2f52ac91cad829279422301989687c2cf02e19157352ed25ea501b90dbb7e"
|
| 639 |
+
}
|
| 640 |
+
}
|
| 641 |
+
}
|
CITATION.bib
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@techreport{roll2026orukeet,
|
| 2 |
+
title = {{Orukeet}: Multilingual {ASR} with Frozen {Gabor} Kernels},
|
| 3 |
+
author = {Roll, Nathan and
|
| 4 |
+
Yi, Irene and
|
| 5 |
+
Mar{\c{s}}an, B{\"u}{\c{s}}ra and
|
| 6 |
+
Grenez, Vianney and
|
| 7 |
+
Stein, Gabriel and
|
| 8 |
+
Mrkaic, Momcilo and
|
| 9 |
+
Padjin, Pavle and
|
| 10 |
+
Zeljkovic, Vladimir and
|
| 11 |
+
Graham, Calbert},
|
| 12 |
+
institution = {Oruk AI},
|
| 13 |
+
year = {2026},
|
| 14 |
+
type = {Technical report},
|
| 15 |
+
url = {https://github.com/Oruk-AI/orukeet/blob/main/output/pdf/orukeet-technical-report.pdf}
|
| 16 |
+
}
|
CITATION.cff
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: If you use Orukeet, cite the technical report below and retain the NVIDIA Parakeet attribution.
|
| 3 |
+
title: 'Orukeet: Multilingual ASR with Frozen Gabor Kernels'
|
| 4 |
+
type: software
|
| 5 |
+
authors: &id001
|
| 6 |
+
- given-names: Nathan
|
| 7 |
+
family-names: Roll
|
| 8 |
+
affiliation: Oruk AI; Stanford University
|
| 9 |
+
- given-names: Irene
|
| 10 |
+
family-names: Yi
|
| 11 |
+
affiliation: Oruk AI; Stanford University
|
| 12 |
+
- given-names: Büşra
|
| 13 |
+
family-names: Marşan
|
| 14 |
+
affiliation: Oruk AI; Stanford University
|
| 15 |
+
- given-names: Vianney
|
| 16 |
+
family-names: Grenez
|
| 17 |
+
affiliation: Oruk AI
|
| 18 |
+
- given-names: Gabriel
|
| 19 |
+
family-names: Stein
|
| 20 |
+
affiliation: OpenWhispr
|
| 21 |
+
- given-names: Momcilo
|
| 22 |
+
family-names: Mrkaic
|
| 23 |
+
affiliation: Hoid
|
| 24 |
+
- given-names: Pavle
|
| 25 |
+
family-names: Padjin
|
| 26 |
+
affiliation: Hoid
|
| 27 |
+
- given-names: Vladimir
|
| 28 |
+
family-names: Zeljkovic
|
| 29 |
+
affiliation: Hoid
|
| 30 |
+
- given-names: Calbert
|
| 31 |
+
family-names: Graham
|
| 32 |
+
affiliation: Oruk AI; University of Cambridge
|
| 33 |
+
version: 0.1.0
|
| 34 |
+
repository-code: https://github.com/Oruk-AI/orukeet
|
| 35 |
+
license: MIT
|
| 36 |
+
abstract: 'A Parakeet-derived multilingual recognizer with 12,288 fitted, frozen temporal Gabor kernels.
|
| 37 |
+
Code: MIT. Weights: CC BY-SA 4.0.'
|
| 38 |
+
preferred-citation:
|
| 39 |
+
type: report
|
| 40 |
+
title: 'Orukeet: Multilingual ASR with Frozen Gabor Kernels'
|
| 41 |
+
authors: *id001
|
| 42 |
+
institution:
|
| 43 |
+
name: Oruk AI
|
| 44 |
+
year: 2026
|
| 45 |
+
url: https://github.com/Oruk-AI/orukeet/blob/main/output/pdf/orukeet-technical-report.pdf
|
LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2025 Knuckles92
|
| 4 |
+
Copyright (c) 2026 Oruk AI
|
| 5 |
+
|
| 6 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 7 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 8 |
+
in the Software without restriction, including without limitation the rights
|
| 9 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 10 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 11 |
+
furnished to do so, subject to the following conditions:
|
| 12 |
+
|
| 13 |
+
The above copyright notice and this permission notice shall be included in all
|
| 14 |
+
copies or substantial portions of the Software.
|
| 15 |
+
|
| 16 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 17 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 18 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 19 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 20 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 21 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 22 |
+
SOFTWARE.
|
LICENSE-WEIGHTS
ADDED
|
@@ -0,0 +1,427 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Attribution-ShareAlike 4.0 International
|
| 2 |
+
|
| 3 |
+
=======================================================================
|
| 4 |
+
|
| 5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 6 |
+
does not provide legal services or legal advice. Distribution of
|
| 7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 8 |
+
other relationship. Creative Commons makes its licenses and related
|
| 9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 10 |
+
warranties regarding its licenses, any material licensed under their
|
| 11 |
+
terms and conditions, or any related information. Creative Commons
|
| 12 |
+
disclaims all liability for damages resulting from their use to the
|
| 13 |
+
fullest extent possible.
|
| 14 |
+
|
| 15 |
+
Using Creative Commons Public Licenses
|
| 16 |
+
|
| 17 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 18 |
+
conditions that creators and other rights holders may use to share
|
| 19 |
+
original works of authorship and other material subject to copyright
|
| 20 |
+
and certain other rights specified in the public license below. The
|
| 21 |
+
following considerations are for informational purposes only, are not
|
| 22 |
+
exhaustive, and do not form part of our licenses.
|
| 23 |
+
|
| 24 |
+
Considerations for licensors: Our public licenses are
|
| 25 |
+
intended for use by those authorized to give the public
|
| 26 |
+
permission to use material in ways otherwise restricted by
|
| 27 |
+
copyright and certain other rights. Our licenses are
|
| 28 |
+
irrevocable. Licensors should read and understand the terms
|
| 29 |
+
and conditions of the license they choose before applying it.
|
| 30 |
+
Licensors should also secure all rights necessary before
|
| 31 |
+
applying our licenses so that the public can reuse the
|
| 32 |
+
material as expected. Licensors should clearly mark any
|
| 33 |
+
material not subject to the license. This includes other CC-
|
| 34 |
+
licensed material, or material used under an exception or
|
| 35 |
+
limitation to copyright. More considerations for licensors:
|
| 36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 37 |
+
|
| 38 |
+
Considerations for the public: By using one of our public
|
| 39 |
+
licenses, a licensor grants the public permission to use the
|
| 40 |
+
licensed material under specified terms and conditions. If
|
| 41 |
+
the licensor's permission is not necessary for any reason--for
|
| 42 |
+
example, because of any applicable exception or limitation to
|
| 43 |
+
copyright--then that use is not regulated by the license. Our
|
| 44 |
+
licenses grant only permissions under copyright and certain
|
| 45 |
+
other rights that a licensor has authority to grant. Use of
|
| 46 |
+
the licensed material may still be restricted for other
|
| 47 |
+
reasons, including because others have copyright or other
|
| 48 |
+
rights in the material. A licensor may make special requests,
|
| 49 |
+
such as asking that all changes be marked or described.
|
| 50 |
+
Although not required by our licenses, you are encouraged to
|
| 51 |
+
respect those requests where reasonable. More considerations
|
| 52 |
+
for the public:
|
| 53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 54 |
+
|
| 55 |
+
=======================================================================
|
| 56 |
+
|
| 57 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 58 |
+
License
|
| 59 |
+
|
| 60 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 61 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 62 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 63 |
+
License"). To the extent this Public License may be interpreted as a
|
| 64 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 65 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 66 |
+
such rights in consideration of benefits the Licensor receives from
|
| 67 |
+
making the Licensed Material available under these terms and
|
| 68 |
+
conditions.
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
Section 1 -- Definitions.
|
| 72 |
+
|
| 73 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 74 |
+
Rights that is derived from or based upon the Licensed Material
|
| 75 |
+
and in which the Licensed Material is translated, altered,
|
| 76 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 77 |
+
permission under the Copyright and Similar Rights held by the
|
| 78 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 79 |
+
Material is a musical work, performance, or sound recording,
|
| 80 |
+
Adapted Material is always produced where the Licensed Material is
|
| 81 |
+
synched in timed relation with a moving image.
|
| 82 |
+
|
| 83 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 84 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 85 |
+
accordance with the terms and conditions of this Public License.
|
| 86 |
+
|
| 87 |
+
c. BY-SA Compatible License means a license listed at
|
| 88 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 89 |
+
Commons as essentially the equivalent of this Public License.
|
| 90 |
+
|
| 91 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 92 |
+
closely related to copyright including, without limitation,
|
| 93 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 94 |
+
Rights, without regard to how the rights are labeled or
|
| 95 |
+
categorized. For purposes of this Public License, the rights
|
| 96 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 97 |
+
Rights.
|
| 98 |
+
|
| 99 |
+
e. Effective Technological Measures means those measures that, in the
|
| 100 |
+
absence of proper authority, may not be circumvented under laws
|
| 101 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 102 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 103 |
+
agreements.
|
| 104 |
+
|
| 105 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 106 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 107 |
+
that applies to Your use of the Licensed Material.
|
| 108 |
+
|
| 109 |
+
g. License Elements means the license attributes listed in the name
|
| 110 |
+
of a Creative Commons Public License. The License Elements of this
|
| 111 |
+
Public License are Attribution and ShareAlike.
|
| 112 |
+
|
| 113 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 114 |
+
or other material to which the Licensor applied this Public
|
| 115 |
+
License.
|
| 116 |
+
|
| 117 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 118 |
+
terms and conditions of this Public License, which are limited to
|
| 119 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 120 |
+
Licensed Material and that the Licensor has authority to license.
|
| 121 |
+
|
| 122 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 123 |
+
under this Public License.
|
| 124 |
+
|
| 125 |
+
k. Share means to provide material to the public by any means or
|
| 126 |
+
process that requires permission under the Licensed Rights, such
|
| 127 |
+
as reproduction, public display, public performance, distribution,
|
| 128 |
+
dissemination, communication, or importation, and to make material
|
| 129 |
+
available to the public including in ways that members of the
|
| 130 |
+
public may access the material from a place and at a time
|
| 131 |
+
individually chosen by them.
|
| 132 |
+
|
| 133 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 134 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 135 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 136 |
+
as amended and/or succeeded, as well as other essentially
|
| 137 |
+
equivalent rights anywhere in the world.
|
| 138 |
+
|
| 139 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 140 |
+
under this Public License. Your has a corresponding meaning.
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
Section 2 -- Scope.
|
| 144 |
+
|
| 145 |
+
a. License grant.
|
| 146 |
+
|
| 147 |
+
1. Subject to the terms and conditions of this Public License,
|
| 148 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 149 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 150 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 151 |
+
|
| 152 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 153 |
+
in part; and
|
| 154 |
+
|
| 155 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 156 |
+
|
| 157 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 158 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 159 |
+
License does not apply, and You do not need to comply with
|
| 160 |
+
its terms and conditions.
|
| 161 |
+
|
| 162 |
+
3. Term. The term of this Public License is specified in Section
|
| 163 |
+
6(a).
|
| 164 |
+
|
| 165 |
+
4. Media and formats; technical modifications allowed. The
|
| 166 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 167 |
+
all media and formats whether now known or hereafter created,
|
| 168 |
+
and to make technical modifications necessary to do so. The
|
| 169 |
+
Licensor waives and/or agrees not to assert any right or
|
| 170 |
+
authority to forbid You from making technical modifications
|
| 171 |
+
necessary to exercise the Licensed Rights, including
|
| 172 |
+
technical modifications necessary to circumvent Effective
|
| 173 |
+
Technological Measures. For purposes of this Public License,
|
| 174 |
+
simply making modifications authorized by this Section 2(a)
|
| 175 |
+
(4) never produces Adapted Material.
|
| 176 |
+
|
| 177 |
+
5. Downstream recipients.
|
| 178 |
+
|
| 179 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 180 |
+
recipient of the Licensed Material automatically
|
| 181 |
+
receives an offer from the Licensor to exercise the
|
| 182 |
+
Licensed Rights under the terms and conditions of this
|
| 183 |
+
Public License.
|
| 184 |
+
|
| 185 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 186 |
+
Every recipient of Adapted Material from You
|
| 187 |
+
automatically receives an offer from the Licensor to
|
| 188 |
+
exercise the Licensed Rights in the Adapted Material
|
| 189 |
+
under the conditions of the Adapter's License You apply.
|
| 190 |
+
|
| 191 |
+
c. No downstream restrictions. You may not offer or impose
|
| 192 |
+
any additional or different terms or conditions on, or
|
| 193 |
+
apply any Effective Technological Measures to, the
|
| 194 |
+
Licensed Material if doing so restricts exercise of the
|
| 195 |
+
Licensed Rights by any recipient of the Licensed
|
| 196 |
+
Material.
|
| 197 |
+
|
| 198 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 199 |
+
may be construed as permission to assert or imply that You
|
| 200 |
+
are, or that Your use of the Licensed Material is, connected
|
| 201 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 202 |
+
the Licensor or others designated to receive attribution as
|
| 203 |
+
provided in Section 3(a)(1)(A)(i).
|
| 204 |
+
|
| 205 |
+
b. Other rights.
|
| 206 |
+
|
| 207 |
+
1. Moral rights, such as the right of integrity, are not
|
| 208 |
+
licensed under this Public License, nor are publicity,
|
| 209 |
+
privacy, and/or other similar personality rights; however, to
|
| 210 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 211 |
+
assert any such rights held by the Licensor to the limited
|
| 212 |
+
extent necessary to allow You to exercise the Licensed
|
| 213 |
+
Rights, but not otherwise.
|
| 214 |
+
|
| 215 |
+
2. Patent and trademark rights are not licensed under this
|
| 216 |
+
Public License.
|
| 217 |
+
|
| 218 |
+
3. To the extent possible, the Licensor waives any right to
|
| 219 |
+
collect royalties from You for the exercise of the Licensed
|
| 220 |
+
Rights, whether directly or through a collecting society
|
| 221 |
+
under any voluntary or waivable statutory or compulsory
|
| 222 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 223 |
+
reserves any right to collect such royalties.
|
| 224 |
+
|
| 225 |
+
|
| 226 |
+
Section 3 -- License Conditions.
|
| 227 |
+
|
| 228 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 229 |
+
following conditions.
|
| 230 |
+
|
| 231 |
+
a. Attribution.
|
| 232 |
+
|
| 233 |
+
1. If You Share the Licensed Material (including in modified
|
| 234 |
+
form), You must:
|
| 235 |
+
|
| 236 |
+
a. retain the following if it is supplied by the Licensor
|
| 237 |
+
with the Licensed Material:
|
| 238 |
+
|
| 239 |
+
i. identification of the creator(s) of the Licensed
|
| 240 |
+
Material and any others designated to receive
|
| 241 |
+
attribution, in any reasonable manner requested by
|
| 242 |
+
the Licensor (including by pseudonym if
|
| 243 |
+
designated);
|
| 244 |
+
|
| 245 |
+
ii. a copyright notice;
|
| 246 |
+
|
| 247 |
+
iii. a notice that refers to this Public License;
|
| 248 |
+
|
| 249 |
+
iv. a notice that refers to the disclaimer of
|
| 250 |
+
warranties;
|
| 251 |
+
|
| 252 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 253 |
+
extent reasonably practicable;
|
| 254 |
+
|
| 255 |
+
b. indicate if You modified the Licensed Material and
|
| 256 |
+
retain an indication of any previous modifications; and
|
| 257 |
+
|
| 258 |
+
c. indicate the Licensed Material is licensed under this
|
| 259 |
+
Public License, and include the text of, or the URI or
|
| 260 |
+
hyperlink to, this Public License.
|
| 261 |
+
|
| 262 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 263 |
+
reasonable manner based on the medium, means, and context in
|
| 264 |
+
which You Share the Licensed Material. For example, it may be
|
| 265 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 266 |
+
hyperlink to a resource that includes the required
|
| 267 |
+
information.
|
| 268 |
+
|
| 269 |
+
3. If requested by the Licensor, You must remove any of the
|
| 270 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 271 |
+
reasonably practicable.
|
| 272 |
+
|
| 273 |
+
b. ShareAlike.
|
| 274 |
+
|
| 275 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 276 |
+
Adapted Material You produce, the following conditions also apply.
|
| 277 |
+
|
| 278 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 279 |
+
license with the same License Elements, this version or
|
| 280 |
+
later, or a BY-SA Compatible License.
|
| 281 |
+
|
| 282 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 283 |
+
Adapter's License You apply. You may satisfy this condition
|
| 284 |
+
in any reasonable manner based on the medium, means, and
|
| 285 |
+
context in which You Share Adapted Material.
|
| 286 |
+
|
| 287 |
+
3. You may not offer or impose any additional or different terms
|
| 288 |
+
or conditions on, or apply any Effective Technological
|
| 289 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 290 |
+
rights granted under the Adapter's License You apply.
|
| 291 |
+
|
| 292 |
+
|
| 293 |
+
Section 4 -- Sui Generis Database Rights.
|
| 294 |
+
|
| 295 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 296 |
+
apply to Your use of the Licensed Material:
|
| 297 |
+
|
| 298 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 299 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 300 |
+
portion of the contents of the database;
|
| 301 |
+
|
| 302 |
+
b. if You include all or a substantial portion of the database
|
| 303 |
+
contents in a database in which You have Sui Generis Database
|
| 304 |
+
Rights, then the database in which You have Sui Generis Database
|
| 305 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 306 |
+
including for purposes of Section 3(b); and
|
| 307 |
+
|
| 308 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 309 |
+
all or a substantial portion of the contents of the database.
|
| 310 |
+
|
| 311 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 312 |
+
replace Your obligations under this Public License where the Licensed
|
| 313 |
+
Rights include other Copyright and Similar Rights.
|
| 314 |
+
|
| 315 |
+
|
| 316 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 317 |
+
|
| 318 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 319 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 320 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 321 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 322 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 323 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 324 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 325 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 326 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 327 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 328 |
+
|
| 329 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 330 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 331 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 332 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 333 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 334 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 335 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 336 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 337 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 338 |
+
|
| 339 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 340 |
+
above shall be interpreted in a manner that, to the extent
|
| 341 |
+
possible, most closely approximates an absolute disclaimer and
|
| 342 |
+
waiver of all liability.
|
| 343 |
+
|
| 344 |
+
|
| 345 |
+
Section 6 -- Term and Termination.
|
| 346 |
+
|
| 347 |
+
a. This Public License applies for the term of the Copyright and
|
| 348 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 349 |
+
this Public License, then Your rights under this Public License
|
| 350 |
+
terminate automatically.
|
| 351 |
+
|
| 352 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 353 |
+
Section 6(a), it reinstates:
|
| 354 |
+
|
| 355 |
+
1. automatically as of the date the violation is cured, provided
|
| 356 |
+
it is cured within 30 days of Your discovery of the
|
| 357 |
+
violation; or
|
| 358 |
+
|
| 359 |
+
2. upon express reinstatement by the Licensor.
|
| 360 |
+
|
| 361 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 362 |
+
right the Licensor may have to seek remedies for Your violations
|
| 363 |
+
of this Public License.
|
| 364 |
+
|
| 365 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 366 |
+
Licensed Material under separate terms or conditions or stop
|
| 367 |
+
distributing the Licensed Material at any time; however, doing so
|
| 368 |
+
will not terminate this Public License.
|
| 369 |
+
|
| 370 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 371 |
+
License.
|
| 372 |
+
|
| 373 |
+
|
| 374 |
+
Section 7 -- Other Terms and Conditions.
|
| 375 |
+
|
| 376 |
+
a. The Licensor shall not be bound by any additional or different
|
| 377 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 378 |
+
|
| 379 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 380 |
+
Licensed Material not stated herein are separate from and
|
| 381 |
+
independent of the terms and conditions of this Public License.
|
| 382 |
+
|
| 383 |
+
|
| 384 |
+
Section 8 -- Interpretation.
|
| 385 |
+
|
| 386 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 387 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 388 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 389 |
+
be made without permission under this Public License.
|
| 390 |
+
|
| 391 |
+
b. To the extent possible, if any provision of this Public License is
|
| 392 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 393 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 394 |
+
cannot be reformed, it shall be severed from this Public License
|
| 395 |
+
without affecting the enforceability of the remaining terms and
|
| 396 |
+
conditions.
|
| 397 |
+
|
| 398 |
+
c. No term or condition of this Public License will be waived and no
|
| 399 |
+
failure to comply consented to unless expressly agreed to by the
|
| 400 |
+
Licensor.
|
| 401 |
+
|
| 402 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 403 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 404 |
+
that apply to the Licensor or You, including from the legal
|
| 405 |
+
processes of any jurisdiction or authority.
|
| 406 |
+
|
| 407 |
+
|
| 408 |
+
=======================================================================
|
| 409 |
+
|
| 410 |
+
Creative Commons is not a party to its public
|
| 411 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 412 |
+
its public licenses to material it publishes and in those instances
|
| 413 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 414 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 415 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 416 |
+
material is shared under a Creative Commons public license or as
|
| 417 |
+
otherwise permitted by the Creative Commons policies published at
|
| 418 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 419 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 420 |
+
of Creative Commons without its prior written consent including,
|
| 421 |
+
without limitation, in connection with any unauthorized modifications
|
| 422 |
+
to any of its public licenses or any other arrangements,
|
| 423 |
+
understandings, or agreements concerning use of licensed material. For
|
| 424 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 425 |
+
public licenses.
|
| 426 |
+
|
| 427 |
+
Creative Commons may be contacted at creativecommons.org.
|
NOTICE.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Attribution and license scope
|
| 2 |
+
|
| 3 |
+
Orukeet is an adaptation of **NVIDIA Parakeet TDT 0.6B v3**. NVIDIA retains
|
| 4 |
+
copyright in its model and upstream work. The base weights are distributed
|
| 5 |
+
under [CC BY 4.0](https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3).
|
| 6 |
+
Oruk AI's changes comprise multilingual/accent continuation training, parameter
|
| 7 |
+
blending, fitted and frozen Gabor-kernel replacement and recovery, native and ONNX
|
| 8 |
+
export, application integration and evaluation. [Model stages](https://github.com/Oruk-AI/orukeet/blob/main/release/model-stages.json)
|
| 9 |
+
identifies r3 as the source of every current Orukeet download and records its ancestry.
|
| 10 |
+
|
| 11 |
+
The r3 NeMo, ONNX INT8, Q8 GGUF and F16 GGUF weights, and their fitted Gabor kernels,
|
| 12 |
+
are designated **CC BY-SA 4.0**.
|
| 13 |
+
The complete license is in [LICENSE-WEIGHTS](LICENSE-WEIGHTS). This permits
|
| 14 |
+
commercial use and modification, with attribution and applicable ShareAlike
|
| 15 |
+
requirements. Earlier checkpoints retain their source notices and are not
|
| 16 |
+
silently relicensed by this file. Orukeet v0.1.0 distributes the final r3 checkpoint in all four formats.
|
| 17 |
+
|
| 18 |
+
Python and integration code in this repository is MIT unless a file specifies
|
| 19 |
+
otherwise. The native bindings, audio windowing and worker transport derive
|
| 20 |
+
from OpenWhisper by Knuckles92 and its Oruk AI integration; their MIT notice is
|
| 21 |
+
retained in [LICENSE](LICENSE). The downloaded NVIDIA NeMo-Speech.cpp SDK and
|
| 22 |
+
its bundled dependencies retain their own notices, including Apache-2.0 and
|
| 23 |
+
MIT components. Keep the SDK's license files when redistributing it. The
|
| 24 |
+
[pinned source](https://github.com/NVIDIA/NeMo-Speech.cpp/tree/4f9676226f667d14608487df744f375db87127f8)
|
| 25 |
+
is the authority for those terms.
|
| 26 |
+
|
| 27 |
+
The ONNX exporter follows sherpa-onnx's Parakeet TDT v3 conversion script.
|
| 28 |
+
Its upstream reference and Apache-2.0 license are retained in
|
| 29 |
+
[export/onnx](https://github.com/Oruk-AI/orukeet/blob/main/export/onnx/README.md). The ONNX archive includes the weight
|
| 30 |
+
license and source attribution. The optimized ONNX encoder uses exactly equivalent FP32 arithmetic for 24 quantized depthwise convolutions, with existing runtime operators and unchanged quantized values. Original export and separate optimization receipts are retained in the GitHub repository under `evidence/onnx-r3-20260910/` and `evidence/speed20260910/`.
|
| 31 |
+
|
| 32 |
+
Training data credits:
|
| 33 |
+
|
| 34 |
+
- Mozilla/Common Voice contributors: Common Voice 22, CC0.
|
| 35 |
+
- Google and the FLEURS authors: FLEURS, CC BY 4.0.
|
| 36 |
+
- Google and the OpenSLR 83 authors, with the `ylacombe/english_dialects`
|
| 37 |
+
restructuring: English dialect speech, CC BY-SA 4.0.
|
| 38 |
+
- Beijing Kingline Data Technology and the SpeechOcean762 authors:
|
| 39 |
+
SpeechOcean762, CC BY 4.0.
|
| 40 |
+
- SpeechColab and the GigaSpeechBench authors: 17 English accent/domain splits
|
| 41 |
+
in the final continuation. Their paper identifies Creative Commons source audio;
|
| 42 |
+
the source record below preserves the available license details.
|
| 43 |
+
- DISCO at ETH Zurich and the EuroSpeech contributors: Bulgarian, Greek and
|
| 44 |
+
Italian parliamentary speech, with the providers' country-specific terms.
|
| 45 |
+
- SberDevices and the Golos authors: Golos Crowd, under the
|
| 46 |
+
[Public license with attribution and conditions reserved](https://github.com/sberdevices/golos/blob/master/license/en_us.pdf).
|
| 47 |
+
- Nordisk Språkteknologi, the National Library of Norway and the Alexandra
|
| 48 |
+
Institute: NST Swedish and Danish, distributed under CC0.
|
| 49 |
+
- ILSP/Athena Research Center and the Lesbian Speech Corpus contributors:
|
| 50 |
+
dialect speech from Lesbos. The source card does not specify a reuse license.
|
| 51 |
+
|
| 52 |
+
Data were filtered, split, normalized and sampled as described in
|
| 53 |
+
[data and licenses](https://github.com/Oruk-AI/orukeet/blob/main/docs/data-and-licenses.md). Corpus copyrights and source
|
| 54 |
+
terms remain with their owners. Evaluation-only data have separate terms.
|
| 55 |
+
No endorsement by NVIDIA, Mozilla, Google or the other source projects is implied.
|
| 56 |
+
|
| 57 |
+
The generated statistical records in `evidence/metric-evidence.tar.gz`, the
|
| 58 |
+
Gabor recovery count bundles under `training/gabor_half/results/`, and the
|
| 59 |
+
FT-4035 benchmark counts under `evidence/regression-ft-20260907/` are
|
| 60 |
+
designated CC BY 4.0, attributed to Oruk AI. This designation covers the
|
| 61 |
+
prepared metric records; it does not relicense the original corpus recordings
|
| 62 |
+
or transcripts, which are not included in that archive.
|
| 63 |
+
|
| 64 |
+
The r3 numeric benchmark records in `evidence/standard-asr-r3-20260908/` and
|
| 65 |
+
`evidence/domains-r3-20260908/` are released under CC BY 4.0. They contain
|
| 66 |
+
error counts and recording identifiers; dataset audio remains with its providers.
|
| 67 |
+
|
| 68 |
+
The paired ONNX application benchmark counts in `evidence/onnx-r3-20260910/`
|
| 69 |
+
are also released under CC BY 4.0. These records contain numeric errors,
|
| 70 |
+
timings and recording identifiers, without corpus audio or transcripts.
|
README.md
ADDED
|
@@ -0,0 +1,195 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: [bg, hr, cs, da, nl, en, et, fi, fr, de, el, hu, it, lv, lt, mt, pl, pt, ro, ru, sk, sl, es, sv, uk]
|
| 3 |
+
license: cc-by-sa-4.0
|
| 4 |
+
base_model: nvidia/parakeet-tdt-0.6b-v3
|
| 5 |
+
base_model_relation: finetune
|
| 6 |
+
pipeline_tag: automatic-speech-recognition
|
| 7 |
+
library_name: nemo
|
| 8 |
+
transcribe_cpp:
|
| 9 |
+
streaming: false
|
| 10 |
+
translate: false
|
| 11 |
+
lang_detect: true
|
| 12 |
+
timestamps: token
|
| 13 |
+
tags: [parakeet, tdt, onnx, sherpa-onnx, gguf, multilingual, speech-recognition, gabor, fastconformer]
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
<!-- orukeet-brand:start -->
|
| 17 |
+
<p><a href="https://oruk.ai"><img src="affiliations/oruk.png" alt="oruk" width="184"></a></p>
|
| 18 |
+
<!-- orukeet-brand:end -->
|
| 19 |
+
|
| 20 |
+
# Orukeet
|
| 21 |
+
|
| 22 |
+
<!-- orukeet-team:start -->
|
| 23 |
+
<p>
|
| 24 |
+
Nathan Roll<sup>1,2</sup> · Irene Yi<sup>1,2</sup> · Büşra Marşan<sup>1,2</sup><br>
|
| 25 |
+
Vianney Grenez<sup>1</sup> · Gabriel Stein<sup>4</sup> · Momcilo Mrkaic<sup>5</sup><br>
|
| 26 |
+
Pavle Padjin<sup>5</sup> · Vladimir Zeljkovic<sup>5</sup> · Calbert Graham<sup>1,3</sup>
|
| 27 |
+
</p>
|
| 28 |
+
|
| 29 |
+
<p><strong><sup>1</sup> Oruk AI</strong></p>
|
| 30 |
+
<table>
|
| 31 |
+
<tr>
|
| 32 |
+
<td align="center" valign="middle"><img src="affiliations/stanford.png" alt="Stanford University" width="144"><br><sup>2</sup> Stanford University</td>
|
| 33 |
+
<td align="center" valign="middle"><img src="affiliations/cambridge.png" alt="University of Cambridge" width="144"><br><sup>3</sup> University of Cambridge</td>
|
| 34 |
+
<td align="center" valign="middle"><img src="affiliations/openwhispr.png" alt="OpenWhispr" width="40"><br><sup>4</sup> OpenWhispr</td>
|
| 35 |
+
<td align="center" valign="middle"><img src="affiliations/hoid.png" alt="Hoid" width="76"><br><sup>5</sup> Hoid</td>
|
| 36 |
+
</tr>
|
| 37 |
+
</table>
|
| 38 |
+
<!-- orukeet-team:end -->
|
| 39 |
+
|
| 40 |
+
Orukeet is a 25-language speech recognizer built from NVIDIA Parakeet TDT 0.6B v3. It replaces half of the encoder's temporal depthwise filters with **12,288 fitted, frozen Gabor kernels** and trains the remaining parameters on multilingual and multi-accent data.
|
| 41 |
+
|
| 42 |
+
Orukeet outperforms Parakeet on **61 of 74 tested splits**, including LibriSpeech test-clean (**1.46% vs. 1.53% WER**), test-other (**2.86% vs. 3.14%**), and FLEURS English (**3.82% vs. 4.28%**). Across all 25 FLEURS languages, pooled WER is **9.85% vs. 11.01%**, a **10.6% relative reduction**. Final adaptation and checkpoint selection use LibriSpeech test-other.
|
| 43 |
+
|
| 44 |
+
Use Orukeet for recordings, media, batch transcription, server workers and interactive applications. NeMo, ONNX INT8, native Q8 and native F16 all derive from the same **r3 release checkpoint** (`031c8ddab484`).
|
| 45 |
+
|
| 46 |
+
[Code](https://github.com/Oruk-AI/orukeet) · [OpenWhispr PR](https://github.com/OpenWhispr/openwhispr/pull/2085) · [Technical report](orukeet-technical-report.pdf) · [Artifact hashes](ARTIFACTS.json)
|
| 47 |
+
|
| 48 |
+
## Run Orukeet with NeMo
|
| 49 |
+
|
| 50 |
+
Use a CUDA-enabled PyTorch environment with `nemo_toolkit[asr]==3.0.0` and `huggingface-hub`. The [recorded source environment](https://github.com/Oruk-AI/orukeet/blob/main/evidence/standard-asr-20260908/runtime.json) lists the exact package versions used for evaluation.
|
| 51 |
+
|
| 52 |
+
```python
|
| 53 |
+
from huggingface_hub import hf_hub_download
|
| 54 |
+
from nemo.collections.asr.models import ASRModel
|
| 55 |
+
|
| 56 |
+
checkpoint = hf_hub_download(
|
| 57 |
+
"oruk/orukeet", "orukeet-v0.1.0.nemo",
|
| 58 |
+
revision="555136b50265a132d4cea0d35560c26fc4f657ab",
|
| 59 |
+
)
|
| 60 |
+
asr = ASRModel.restore_from(checkpoint)
|
| 61 |
+
asr.eval()
|
| 62 |
+
print(asr.transcribe(["recording.wav"], return_hypotheses=True)[0].text)
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
`orukeet fetch source` retrieves the same hash-checked checkpoint. Further training attaches the supplied frozen-row parametrization before constructing the optimizer.
|
| 66 |
+
|
| 67 |
+
## Architecture
|
| 68 |
+
|
| 69 |
+
The model retains Parakeet's 627,008,134 parameters, 24-layer FastConformer encoder, token-and-duration transducer and tokenizer. Each encoder block contains 1,024 nine-tap temporal depthwise filters. A selected filter stores its own fitted Gabor function:
|
| 70 |
+
|
| 71 |
+
$$g(t)=A\exp\left[-\frac{(t-\mu)^2}{2\sigma^2}\right]\cos\left(2\pi f(t-\mu)+\phi\right),\quad t=-4,\ldots,4.$$
|
| 72 |
+
|
| 73 |
+
We fit all 24,576 filters and globally select the 12,288 lowest normalized squared errors. This selects 175–748 kernels per layer, with 6.32% median relative RMS error and a 13.30% cutoff. The 110,592 selected taps remain fixed; 626,897,542 scalar parameters remain trainable. Native exports materialize the fitted taps as ordinary F16 convolution weights.
|
| 74 |
+
|
| 75 |
+

|
| 76 |
+
|
| 77 |
+
## Construction
|
| 78 |
+
|
| 79 |
+
Gabor recovery uses transducer loss, encoder matching and token/duration distillation. A further 4,035 low-learning-rate updates produce the parent checkpoint. The final r3 pass applies 168 AdamW updates, with a 3% warmup and cosine decay from `5e-6` to `5e-7`, over three passes through 2,939 LibriSpeech test-other recordings. Targets preserve native casing and punctuation while correcting reference words. The same split supplies checkpoint selection. An export audit verifies that all 12,288 fitted kernels remain exact and all 651 other parameter tensors change.
|
| 80 |
+
|
| 81 |
+
[Fit and freeze recipe](https://github.com/Oruk-AI/orukeet/blob/main/training/gabor_half/README.md) · [Final adaptation](https://github.com/Oruk-AI/orukeet/blob/main/training/librispeech_ft/README.md) · [Training lineage](https://github.com/Oruk-AI/orukeet/blob/main/training/README.md)
|
| 82 |
+
|
| 83 |
+
## Evaluation
|
| 84 |
+
|
| 85 |
+
Both models decode identical recordings with NeMo greedy-batch TDT, FP32 weights and BF16 CUDA autocast. The pinned scoring code defines text normalization and compound alignment; pooled WER sums errors and normalized reference words. Lower is better.
|
| 86 |
+
|
| 87 |
+
| Comparison | Recordings | Parakeet WER | Orukeet WER |
|
| 88 |
+
|:--|--:|--:|--:|
|
| 89 |
+
| LibriSpeech test-clean | 2,620 | 1.53% | **1.46%** |
|
| 90 |
+
| LibriSpeech test-other | 2,939 | 3.14% | **2.86%** |
|
| 91 |
+
| FLEURS English | 647 | 4.28% | **3.82%** |
|
| 92 |
+
| FLEURS pooled, 25 languages | 20,146 | 11.01% | **9.85%** |
|
| 93 |
+
| Accents/domains pooled, 47 splits | 12,006 | 16.72% | **15.25%** |
|
| 94 |
+
| Accents/domains English, 20 splits | 5,120 | 9.51% | **8.84%** |
|
| 95 |
+
|
| 96 |
+
Orukeet improves 25 of 27 complete LibriSpeech/FLEURS splits and 36 of 47 accent/domain splits, including all 20 English accent/domain splits. The accent/domain sample contains 256 recordings per split and all 230 Lesbos recordings; the preceding adaptation includes 6,118 sampled recordings. Read speech and accents/domains have separate pooled results. Every recording contributes to the scores.
|
| 97 |
+
|
| 98 |
+
[All 74 paired WER/CER scores and edit counts](docs/current-checkpoint-benchmarks.md) · [Methods](docs/technical-report.md) · [Technical report](orukeet-technical-report.pdf)
|
| 99 |
+
|
| 100 |
+
## sherpa-onnx inference
|
| 101 |
+
|
| 102 |
+
The [ONNX INT8 archive](https://huggingface.co/oruk/orukeet/resolve/55a984d46f68323301837194ce647c702f55facc/onnx/sherpa-onnx-orukeet-v0.1.0-int8.tar.bz2) uses the standard Parakeet TDT v3 layout: `encoder.int8.onnx`, `decoder.int8.onnx`, `joiner.int8.onnx` and `tokens.txt`. It also includes the BPE vocabulary, weight license and attribution. Gabor filters are ordinary convolution weights; the model uses sherpa-onnx's existing offline transducer loader.
|
| 103 |
+
|
| 104 |
+
The optimized encoder evaluates 24 quantized depthwise convolutions with exactly equivalent FP32 arithmetic using operators already in ONNX Runtime. All 640 application-check transcripts match the previous export. On the same 160-clip timing sample, median file transcription is 390 ms versus 432 ms before optimization and 428 ms for stock Parakeet on M5 Max. [Execution details and receipts](https://github.com/Oruk-AI/orukeet/blob/main/evidence/speed20260910/README.md).
|
| 105 |
+
|
| 106 |
+
[OpenWhispr 1.10.0](https://github.com/OpenWhispr/openwhispr/releases/tag/v1.10.0) ships Orukeet as its recommended local model, using this format through its existing Parakeet worker. Choose **Local → Oruk → Orukeet**, then **Download**. Recognition runs locally after installation.
|
| 107 |
+
|
| 108 |
+
[Follow the file-upload walkthrough](https://oruk.ai/guides/orukeet-local-transcription#openwhispr) for the exact settings and a public sample with its observed transcript. Audio Upload needs its own model selection even when Orukeet is active for dictation.
|
| 109 |
+
|
| 110 |
+
Archive SHA-256: `f9191f30178cc9122ce2f023bf9fefafc822028307b0efa4caff645ba3fe8d0a`.
|
| 111 |
+
|
| 112 |
+
[Export and loader instructions](https://github.com/Oruk-AI/orukeet/blob/main/export/onnx/README.md) · [Conversion evidence](https://github.com/Oruk-AI/orukeet/tree/main/evidence/onnx-r3-20260910) · [OpenWhispr checks and paired scores](https://github.com/Oruk-AI/orukeet/blob/main/integrations/openwhispr/APP_BENCHMARKS.md)
|
| 113 |
+
|
| 114 |
+
## Native inference
|
| 115 |
+
|
| 116 |
+
Use Python 3.12+ in an activated virtual environment. The native package is
|
| 117 |
+
v0.1.1; the r3 weight filenames retain their original v0.1.0 names.
|
| 118 |
+
|
| 119 |
+
```sh
|
| 120 |
+
python -m pip install --upgrade \
|
| 121 |
+
https://github.com/Oruk-AI/orukeet/releases/download/v0.1.1/orukeet-0.1.1-py3-none-any.whl
|
| 122 |
+
orukeet install --device auto --cache ./orukeet-cache --output installation.json
|
| 123 |
+
```
|
| 124 |
+
|
| 125 |
+
```python
|
| 126 |
+
import json
|
| 127 |
+
from pathlib import Path
|
| 128 |
+
from orukeet import Orukeet
|
| 129 |
+
|
| 130 |
+
config = json.loads(Path("installation.json").read_text(encoding="utf-8-sig"))
|
| 131 |
+
with Orukeet(config["model"], config["runtime"], device=config["device"]) as asr:
|
| 132 |
+
print(asr.transcribe("recording.wav")["text"])
|
| 133 |
+
```
|
| 134 |
+
|
| 135 |
+
The installer verifies the Q8 weights and native runtime. It selects the
|
| 136 |
+
optimized Metal runtime on Apple silicon, CUDA on a detected NVIDIA device,
|
| 137 |
+
or CPU, subject to the available runtime for the platform. Keep the worker
|
| 138 |
+
alive across recordings to avoid repeated model loading.
|
| 139 |
+
|
| 140 |
+
[Run the complete local tutorial](https://oruk.ai/guides/orukeet-local-transcription)
|
| 141 |
+
for a supplied audio file, a reusable runner, actual output and verification
|
| 142 |
+
hashes. The native response contains transcription and window-level segment
|
| 143 |
+
times; it does not return emotion, speaking-style or speaker-diarization scores.
|
| 144 |
+
|
| 145 |
+
[Watch the 39-second recorded example](https://oruk.ai/guides/orukeet-local-transcription#watch) to hear the input and inspect the native Q8 / Metal output. The walkthrough is edited for readability; it is not a speed or accuracy benchmark.
|
| 146 |
+
|
| 147 |
+
[Usage and batch transcription](https://github.com/Oruk-AI/orukeet/blob/main/docs/usage.md)
|
| 148 |
+
· [Native runtime and measurements](https://github.com/Oruk-AI/orukeet/blob/main/runtime/README.md)
|
| 149 |
+
|
| 150 |
+
## transcribe.cpp and Handy-compatible GGUF
|
| 151 |
+
|
| 152 |
+
[`orukeet-transcribe-cpp-Q8_0.gguf`](orukeet-transcribe-cpp-Q8_0.gguf) is a Q8 export of the same r3 checkpoint for [transcribe.cpp](https://github.com/cjpais/transcribe.cpp). It uses the existing `parakeet` architecture and requires no Gabor-specific runtime. CPU and Apple Metal checks use the exact `transcribe-cpp` 0.2.0 dependency pinned by Handy.
|
| 153 |
+
|
| 154 |
+
This file has a different tensor layout from the native NeMo-Speech.cpp GGUFs above. Select the export for your runtime. [Conversion, checksums and validation](transcribe-cpp/README.md).
|
| 155 |
+
|
| 156 |
+
## Model files
|
| 157 |
+
|
| 158 |
+
| Format | File | Bytes |
|
| 159 |
+
|:--|:--|--:|
|
| 160 |
+
| NeMo source | `orukeet-v0.1.0.nemo` | 2,509,342,720 |
|
| 161 |
+
| Native Q8 | `orukeet-v0.1.0-q8.gguf` | 714,456,704 |
|
| 162 |
+
| transcribe.cpp Q8 | `orukeet-transcribe-cpp-Q8_0.gguf` | 739,508,608 |
|
| 163 |
+
| Native F16 | `orukeet-v0.1.0-f16.gguf` | 1,296,681,088 |
|
| 164 |
+
| ONNX INT8 archive | `onnx/sherpa-onnx-orukeet-v0.1.0-int8.tar.bz2` | 486,807,585 |
|
| 165 |
+
|
| 166 |
+
All formats derive from **r3**. NeMo and native files are pinned to revision `555136b50265a132d4cea0d35560c26fc4f657ab`; the ONNX archive is pinned to `55a984d46f68323301837194ce647c702f55facc`. The ONNX package occupies 671,619,800 bytes after extraction.
|
| 167 |
+
|
| 168 |
+
- NeMo SHA-256: `031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56`
|
| 169 |
+
- Q8 SHA-256: `93ce19c6d8244acbfea980eeaf970531d4f216171578ef8e041dcc2d070a45bd`
|
| 170 |
+
- F16 SHA-256: `de53fb8ec251fb07ade15baabe17b00774ae3f1112f8618b062337f90fb49194`
|
| 171 |
+
|
| 172 |
+
Q8 and F16 pass real transcription and protocol checks on Apple silicon with Metal and CPU. Conversion audits verify all 12,288 fitted kernels after F16 rounding. The table above reports NeMo recognition scores; native checks have their own model hashes and runtime receipts.
|
| 173 |
+
|
| 174 |
+
[Artifact catalog](https://github.com/Oruk-AI/orukeet/blob/main/src/orukeet/artifacts.json) · [Native conversion and validation](https://github.com/Oruk-AI/orukeet/tree/main/evidence/r3-promotion-20260908/)
|
| 175 |
+
|
| 176 |
+
## License and attribution
|
| 177 |
+
|
| 178 |
+
Code: MIT. Weights and fitted kernels: CC BY-SA 4.0, retaining NVIDIA's foundation attribution. Transcript-free metric records: CC BY 4.0. Dataset audio is obtained from its original providers under their terms.
|
| 179 |
+
|
| 180 |
+
[Data provenance](https://github.com/Oruk-AI/orukeet/blob/main/docs/data-and-licenses.md) · [Attribution](NOTICE.md)
|
| 181 |
+
|
| 182 |
+
<!-- orukeet-citation:start -->
|
| 183 |
+
## Citation
|
| 184 |
+
|
| 185 |
+
```bibtex
|
| 186 |
+
@article{roll2026orukeet,
|
| 187 |
+
title={Orukeet: Multilingual ASR with Frozen Gabor Kernels},
|
| 188 |
+
author={Roll, Nathan and Yi, Irene and Mar{\c{s}}an, B{\"u}{\c{s}}ra and Grenez, Vianney and Stein, Gabriel and Mrkaic, Momcilo and Padjin, Pavle and Zeljkovic, Vladimir and Graham, Calbert},
|
| 189 |
+
journal={arXiv preprint arXiv:2609.10054},
|
| 190 |
+
year={2026}
|
| 191 |
+
}
|
| 192 |
+
```
|
| 193 |
+
|
| 194 |
+
[Download BibTeX](CITATION.bib) · [Citation metadata](CITATION.cff)
|
| 195 |
+
<!-- orukeet-citation:end -->
|
affiliations/SOURCES.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Orukeet team marks
|
| 2 |
+
|
| 3 |
+
These web images use the same five logos as the technical report. Oruk AI is the primary brand; Stanford University, University of Cambridge, OpenWhispr and Hoid identify the authors' affiliations.
|
| 4 |
+
|
| 5 |
+
The [report's source register](https://github.com/Oruk-AI/orukeet/blob/main/report/assets/affiliations/SOURCES.md) records the original organization assets and URLs. The original SVG and PNG files are retained there. Web versions preserve the complete marks and their colors, with proportional resizing and a white background for legibility in light and dark model-card themes.
|
| 6 |
+
|
| 7 |
+
Oruk uses the September 2026 [primary lockup](https://oruk.ai/branding): the color Signal tile and lowercase black wordmark. Its web image includes at least half a tile of clear space on every side.
|
| 8 |
+
|
| 9 |
+
The marks remain the property of their respective organizations. Code and model licenses do not grant rights to these marks.
|
| 10 |
+
|
| 11 |
+
Author order and affiliations match the technical report and `CITATION.cff`. `docs/team.json` records the original and web-image hashes. Regenerate the web assets and bylines with `DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib python scripts/sync_release_team.py`, or verify the pages with `python scripts/sync_release_team.py --check`.
|
affiliations/cambridge.png
ADDED
|
affiliations/hoid.png
ADDED
|
affiliations/openwhispr.png
ADDED
|
affiliations/oruk.png
ADDED
|
affiliations/stanford.png
ADDED
|
catalog.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "released",
|
| 3 |
+
"repo_id": "oruk/orukeet",
|
| 4 |
+
"revision": "555136b50265a132d4cea0d35560c26fc4f657ab",
|
| 5 |
+
"files": {
|
| 6 |
+
"source": {
|
| 7 |
+
"path": "orukeet-v0.1.0.nemo",
|
| 8 |
+
"size": 2509342720,
|
| 9 |
+
"sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56",
|
| 10 |
+
"source_sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56"
|
| 11 |
+
},
|
| 12 |
+
"q8": {
|
| 13 |
+
"path": "orukeet-v0.1.0-q8.gguf",
|
| 14 |
+
"size": 714456704,
|
| 15 |
+
"sha256": "93ce19c6d8244acbfea980eeaf970531d4f216171578ef8e041dcc2d070a45bd",
|
| 16 |
+
"source_sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56"
|
| 17 |
+
},
|
| 18 |
+
"f16": {
|
| 19 |
+
"path": "orukeet-v0.1.0-f16.gguf",
|
| 20 |
+
"size": 1296681088,
|
| 21 |
+
"sha256": "de53fb8ec251fb07ade15baabe17b00774ae3f1112f8618b062337f90fb49194",
|
| 22 |
+
"source_sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"model": "Orukeet",
|
| 26 |
+
"selection": "r3",
|
| 27 |
+
"version": "0.1.0"
|
| 28 |
+
}
|
docs/benchmark-scores.md
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Historical FT-4035 and R15 benchmark scores
|
| 2 |
+
|
| 3 |
+
FT-4035 is the parent of the r3 release checkpoint. [Current r3 results](https://github.com/Oruk-AI/orukeet/blob/main/docs/current-checkpoint-benchmarks.md) contain all 74 paired release scores. This page preserves the preceding measurements. Across the 25-language comparison, **Orukeet scores 16.52% pooled WER versus Parakeet’s 17.97%**, an 8.0% relative reduction. English WER is **10.13% for Orukeet versus 10.84% for Parakeet**, a 6.6% relative reduction. It improves WER on 35 of 47 splits, including all 20 English splits. R15-0100 is the preceding checkpoint; both retain the same 12,288 frozen Gabor kernels.
|
| 4 |
+
|
| 5 |
+
| Matched comparison | Clips | Parakeet WER | R15-0100 WER | FT-4035 WER |
|
| 6 |
+
|:--|--:|--:|--:|--:|
|
| 7 |
+
| All 47 splits · 25 languages | 12,006 | 17.97% | 16.48% | 16.52% |
|
| 8 |
+
| All 20 English splits | 5,120 | 10.84% | 10.82% | 10.13% |
|
| 9 |
+
|
| 10 |
+
## Evaluation method
|
| 11 |
+
|
| 12 |
+
Scores use matched NeMo greedy decoding with FP32 weights and BF16 CUDA autocast. English uses standard Whisper text normalization; other languages use the recorded multilingual normalizer. WER and CER are percentages, computed from summed edit counts and reference lengths.
|
| 13 |
+
|
| 14 |
+
The FT-4035 comparison covers 47 splits and 25 languages: 256 fixed clips per split and all 230 Lesbos clips, totaling 12,006 clips. FT-4035 was fine-tuned on 24 of these splits; 6,118 comparison clips were included in that run. Greek and Italian EuroSpeech use audited human transcript spans. The earlier 327,888-clip comparison measures R15-0100 against Parakeet, using its recorded clip membership and original EuroSpeech references. Full tables retain every split from both comparisons.
|
| 15 |
+
|
| 16 |
+
## Current matched comparison: 12,006 clips
|
| 17 |
+
|
| 18 |
+
Every split is listed below. Cells contain WER / CER (%).
|
| 19 |
+
|
| 20 |
+
| Split | Clips | Parakeet WER / CER | Orukeet R15 WER / CER | Orukeet FT-4035 WER / CER |
|
| 21 |
+
|:--|--:|--:|--:|--:|
|
| 22 |
+
| eurospeech_bg | 256 | 14.76 / 6.93 | 14.65 / 7.28 | 13.78 / 6.58 |
|
| 23 |
+
| eurospeech_de | 256 | 15.06 / 9.94 | 13.48 / 9.24 | 12.36 / 8.44 |
|
| 24 |
+
| eurospeech_el | 256 | 26.07 / 8.48 | 18.70 / 7.59 | 18.32 / 7.68 |
|
| 25 |
+
| eurospeech_en | 256 | 25.70 / 17.90 | 24.93 / 17.38 | 25.23 / 17.57 |
|
| 26 |
+
| eurospeech_et | 256 | 38.28 / 14.68 | 29.90 / 11.52 | 30.22 / 12.69 |
|
| 27 |
+
| eurospeech_fi | 256 | 18.67 / 7.85 | 17.52 / 7.49 | 17.55 / 7.72 |
|
| 28 |
+
| eurospeech_fr | 256 | 20.00 / 11.85 | 15.14 / 9.59 | 15.21 / 9.76 |
|
| 29 |
+
| eurospeech_hr | 256 | 13.26 / 8.69 | 13.04 / 8.45 | 13.29 / 8.65 |
|
| 30 |
+
| eurospeech_it | 256 | 10.64 / 6.33 | 12.28 / 8.01 | 12.34 / 8.22 |
|
| 31 |
+
| eurospeech_lt | 256 | 39.43 / 16.13 | 33.77 / 14.69 | 35.78 / 16.67 |
|
| 32 |
+
| eurospeech_lv | 256 | 57.81 / 26.65 | 43.31 / 16.56 | 46.42 / 18.93 |
|
| 33 |
+
| eurospeech_mt | 256 | 40.74 / 19.23 | 38.72 / 17.99 | 41.41 / 19.68 |
|
| 34 |
+
| eurospeech_pt | 256 | 23.31 / 17.53 | 23.44 / 17.77 | 24.25 / 18.62 |
|
| 35 |
+
| eurospeech_sk | 256 | 18.61 / 8.23 | 15.18 / 7.09 | 17.48 / 9.37 |
|
| 36 |
+
| eurospeech_sl | 256 | 51.65 / 17.23 | 48.74 / 15.59 | 54.17 / 17.97 |
|
| 37 |
+
| eurospeech_uk | 256 | 15.22 / 8.84 | 14.06 / 7.98 | 17.73 / 11.33 |
|
| 38 |
+
| gigaspeechbench_agr_en | 256 | 6.79 / 3.98 | 6.86 / 3.99 | 6.30 / 3.44 |
|
| 39 |
+
| gigaspeechbench_ait_en | 256 | 10.54 / 5.01 | 10.95 / 5.42 | 9.72 / 4.61 |
|
| 40 |
+
| gigaspeechbench_art_en | 256 | 6.07 / 3.10 | 6.46 / 3.46 | 5.35 / 2.62 |
|
| 41 |
+
| gigaspeechbench_bio_en | 256 | 6.74 / 1.95 | 6.86 / 2.01 | 6.15 / 1.81 |
|
| 42 |
+
| gigaspeechbench_chn_en | 256 | 15.38 / 9.25 | 15.91 / 9.74 | 14.52 / 8.61 |
|
| 43 |
+
| gigaspeechbench_ecm_en | 256 | 8.30 / 4.39 | 8.39 / 4.36 | 7.80 / 4.07 |
|
| 44 |
+
| gigaspeechbench_eng_en | 256 | 6.15 / 2.43 | 6.63 / 2.47 | 4.81 / 2.01 |
|
| 45 |
+
| gigaspeechbench_ent_en | 256 | 10.78 / 6.85 | 10.22 / 6.43 | 9.15 / 5.73 |
|
| 46 |
+
| gigaspeechbench_fin_en | 256 | 7.49 / 3.57 | 7.15 / 3.31 | 6.89 / 3.19 |
|
| 47 |
+
| gigaspeechbench_hum_en | 256 | 8.30 / 4.76 | 7.86 / 4.41 | 7.88 / 4.31 |
|
| 48 |
+
| gigaspeechbench_ind_en | 256 | 8.54 / 3.41 | 8.69 / 3.52 | 7.75 / 2.74 |
|
| 49 |
+
| gigaspeechbench_jpn_en | 256 | 19.91 / 12.05 | 19.53 / 12.17 | 18.09 / 11.08 |
|
| 50 |
+
| gigaspeechbench_law_en | 256 | 11.13 / 5.57 | 11.05 / 5.52 | 10.60 / 5.35 |
|
| 51 |
+
| gigaspeechbench_med_en | 256 | 5.16 / 1.91 | 5.12 / 1.84 | 4.97 / 1.72 |
|
| 52 |
+
| gigaspeechbench_mil_en | 256 | 5.99 / 1.76 | 6.07 / 1.89 | 5.51 / 1.58 |
|
| 53 |
+
| gigaspeechbench_phl_en | 256 | 14.00 / 8.37 | 13.78 / 8.35 | 13.10 / 7.73 |
|
| 54 |
+
| gigaspeechbench_sct_en | 256 | 22.66 / 14.66 | 24.09 / 16.29 | 20.73 / 13.43 |
|
| 55 |
+
| gigaspeechbench_sgp_en | 256 | 14.94 / 9.48 | 15.03 / 9.56 | 13.99 / 8.61 |
|
| 56 |
+
| golos_crowd_ru | 256 | 3.14 / 0.66 | 2.99 / 0.60 | 3.76 / 0.75 |
|
| 57 |
+
| golos_farfield_ru | 256 | 8.54 / 2.59 | 8.72 / 2.56 | 10.41 / 3.53 |
|
| 58 |
+
| lesbos_el | 230 | 96.11 / 71.35 | 93.63 / 72.41 | 93.63 / 73.10 |
|
| 59 |
+
| monsoon_en_in | 256 | 4.95 / 2.46 | 4.82 / 2.39 | 4.66 / 2.36 |
|
| 60 |
+
| nst_da_da | 256 | 33.41 / 19.25 | 33.14 / 19.35 | 12.85 / 4.64 |
|
| 61 |
+
| nst_sv_sv | 256 | 21.11 / 12.45 | 19.96 / 11.94 | 13.89 / 3.66 |
|
| 62 |
+
| voxpopuli_cs | 256 | 8.15 / 3.93 | 7.99 / 4.16 | 8.30 / 4.11 |
|
| 63 |
+
| voxpopuli_es | 256 | 6.12 / 4.25 | 5.88 / 4.01 | 6.29 / 4.33 |
|
| 64 |
+
| voxpopuli_hu | 256 | 13.81 / 4.11 | 13.19 / 3.91 | 13.35 / 3.92 |
|
| 65 |
+
| voxpopuli_it | 256 | 11.58 / 8.71 | 11.79 / 8.90 | 11.97 / 9.62 |
|
| 66 |
+
| voxpopuli_nl | 256 | 10.42 / 5.67 | 10.36 / 5.58 | 10.62 / 5.80 |
|
| 67 |
+
| voxpopuli_pl | 256 | 6.52 / 3.42 | 6.50 / 3.51 | 6.41 / 3.49 |
|
| 68 |
+
| voxpopuli_ro | 256 | 11.99 / 4.39 | 11.88 / 4.25 | 11.68 / 4.26 |
|
| 69 |
+
|
| 70 |
+
## Preceding R15 comparison: 327,888 clips
|
| 71 |
+
|
| 72 |
+
Every split is listed below. Cells contain WER / CER (%).
|
| 73 |
+
|
| 74 |
+
| Split | Clips | Parakeet WER / CER | Orukeet R15 WER / CER |
|
| 75 |
+
|:--|--:|--:|--:|
|
| 76 |
+
| eurospeech_bg | 6,892 | 15.11 / 7.25 | 14.76 / 7.48 |
|
| 77 |
+
| eurospeech_de | 4,872 | 15.75 / 10.50 | 13.81 / 9.50 |
|
| 78 |
+
| eurospeech_el | 6,730 | 101.45 / 78.15 | 100.71 / 79.19 |
|
| 79 |
+
| eurospeech_en | 9,268 | 26.07 / 18.38 | 25.07 / 17.73 |
|
| 80 |
+
| eurospeech_et | 3,554 | 38.68 / 15.04 | 30.17 / 11.61 |
|
| 81 |
+
| eurospeech_fi | 5,422 | 17.59 / 7.21 | 16.15 / 6.77 |
|
| 82 |
+
| eurospeech_fr | 744 | 19.22 / 11.49 | 14.74 / 9.31 |
|
| 83 |
+
| eurospeech_hr | 15,638 | 13.43 / 8.89 | 13.07 / 8.68 |
|
| 84 |
+
| eurospeech_it | 8,714 | 64.73 / 48.33 | 64.84 / 48.43 |
|
| 85 |
+
| eurospeech_lt | 7,319 | 38.58 / 16.32 | 32.85 / 14.52 |
|
| 86 |
+
| eurospeech_lv | 3,343 | 57.61 / 25.55 | 42.64 / 16.16 |
|
| 87 |
+
| eurospeech_mt | 3,446 | 39.98 / 18.02 | 38.31 / 17.31 |
|
| 88 |
+
| eurospeech_pt | 7,501 | 22.08 / 16.45 | 22.05 / 16.43 |
|
| 89 |
+
| eurospeech_sk | 6,915 | 18.05 / 7.98 | 15.34 / 7.22 |
|
| 90 |
+
| eurospeech_sl | 3,585 | 52.86 / 17.61 | 50.19 / 16.09 |
|
| 91 |
+
| eurospeech_uk | 3,239 | 15.58 / 9.11 | 14.74 / 8.63 |
|
| 92 |
+
| gigaspeechbench_agr_en | 6,665 | 6.47 / 3.76 | 6.47 / 3.77 |
|
| 93 |
+
| gigaspeechbench_ait_en | 5,468 | 9.60 / 4.60 | 9.99 / 4.89 |
|
| 94 |
+
| gigaspeechbench_art_en | 5,712 | 6.11 / 2.97 | 6.12 / 3.03 |
|
| 95 |
+
| gigaspeechbench_bio_en | 5,297 | 6.52 / 1.91 | 6.63 / 1.92 |
|
| 96 |
+
| gigaspeechbench_chn_en | 6,308 | 17.22 / 10.12 | 17.07 / 10.08 |
|
| 97 |
+
| gigaspeechbench_ecm_en | 5,659 | 9.08 / 4.79 | 9.10 / 4.80 |
|
| 98 |
+
| gigaspeechbench_eng_en | 6,648 | 5.66 / 2.34 | 6.16 / 2.46 |
|
| 99 |
+
| gigaspeechbench_ent_en | 8,583 | 10.00 / 6.43 | 9.92 / 6.41 |
|
| 100 |
+
| gigaspeechbench_fin_en | 6,037 | 6.91 / 3.36 | 6.96 / 3.41 |
|
| 101 |
+
| gigaspeechbench_hum_en | 4,971 | 6.94 / 3.66 | 6.87 / 3.65 |
|
| 102 |
+
| gigaspeechbench_ind_en | 5,503 | 7.87 / 3.08 | 7.84 / 3.05 |
|
| 103 |
+
| gigaspeechbench_jpn_en | 9,310 | 21.25 / 12.66 | 21.19 / 12.63 |
|
| 104 |
+
| gigaspeechbench_law_en | 7,273 | 10.02 / 5.52 | 10.14 / 5.62 |
|
| 105 |
+
| gigaspeechbench_med_en | 5,168 | 5.44 / 1.96 | 5.51 / 1.99 |
|
| 106 |
+
| gigaspeechbench_mil_en | 5,224 | 5.99 / 1.75 | 6.10 / 1.78 |
|
| 107 |
+
| gigaspeechbench_phl_en | 8,637 | 12.01 / 7.43 | 12.05 / 7.49 |
|
| 108 |
+
| gigaspeechbench_sct_en | 12,829 | 26.14 / 17.05 | 26.63 / 17.48 |
|
| 109 |
+
| gigaspeechbench_sgp_en | 9,480 | 13.69 / 8.39 | 14.06 / 8.63 |
|
| 110 |
+
| golos_crowd_ru | 9,896 | 3.42 / 0.77 | 3.48 / 0.78 |
|
| 111 |
+
| golos_farfield_ru | 1,915 | 7.25 / 2.16 | 7.17 / 2.06 |
|
| 112 |
+
| lesbos_el | 230 | 96.11 / 71.30 | 93.63 / 72.36 |
|
| 113 |
+
| monsoon_en_in | 2,102 | 5.00 / 2.50 | 4.83 / 2.42 |
|
| 114 |
+
| nst_da_da | 54,747 | 30.54 / 16.70 | 29.79 / 16.74 |
|
| 115 |
+
| nst_sv_sv | 27,638 | 23.19 / 13.71 | 22.68 / 13.90 |
|
| 116 |
+
| voxpopuli_cs | 1,103 | 9.22 / 4.71 | 8.97 / 4.57 |
|
| 117 |
+
| voxpopuli_es | 1,631 | 5.50 / 3.59 | 5.45 / 3.54 |
|
| 118 |
+
| voxpopuli_hu | 1,076 | 15.72 / 5.65 | 15.33 / 5.55 |
|
| 119 |
+
| voxpopuli_it | 1,257 | 11.98 / 8.74 | 11.97 / 8.68 |
|
| 120 |
+
| voxpopuli_nl | 1,230 | 11.25 / 6.32 | 11.12 / 6.28 |
|
| 121 |
+
| voxpopuli_pl | 1,691 | 7.54 / 4.20 | 7.32 / 3.99 |
|
| 122 |
+
| voxpopuli_ro | 1,418 | 12.24 / 4.87 | 11.83 / 4.82 |
|
| 123 |
+
|
| 124 |
+
## Model identities
|
| 125 |
+
|
| 126 |
+
- parakeet: `3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d`
|
| 127 |
+
- r15: `4295a6d820a40b99786331d1c7a6b6c328916c8329b23d39415b0649a5d42811`
|
| 128 |
+
- ft4035: `0ccfefcd1894871cb0850bd3c464adf5397752840de2a76d1d2d075c4141a945`
|
| 129 |
+
|
| 130 |
+
[FT-4035 checkpoint and audit](https://huggingface.co/oruk/orukeet/tree/30c6d16738f6f3edee70142c86cda41220c4aacc) · [Machine-readable scores](https://github.com/Oruk-AI/orukeet/blob/main/evidence/benchmark-release-20260907/scores.json) · [Complete-partition CSV](https://github.com/Oruk-AI/orukeet/blob/main/evidence/benchmark-release-20260907/complete.csv) · [Matched-comparison CSV](https://github.com/Oruk-AI/orukeet/blob/main/evidence/benchmark-release-20260907/sampled.csv)
|
| 131 |
+
|
| 132 |
+
The historical 23,038-recording selection results and format-specific native measurements are retained in the [methods companion](https://github.com/Oruk-AI/orukeet/blob/main/docs/technical-report.md).
|
docs/current-checkpoint-benchmarks.md
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Orukeet r3: paired recognition scores
|
| 2 |
+
|
| 3 |
+
All Orukeet scores refer to NeMo SHA-256 `031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56`. Parakeet is `3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d`. Both systems were decoded afresh on identical audio with FP32 weights, BF16 autocast and greedy-batch TDT. Lower WER is better.
|
| 4 |
+
|
| 5 |
+
Pooled WER is 100 times total substitutions, deletions and insertions divided by total normalized reference words. FLEURS pooling includes all 25 supported languages, including English. It is not an average of language WERs. Compound-boundary alignment can give each model a different reference-word denominator. CER uses normalized strings before compound alignment.
|
| 6 |
+
|
| 7 |
+
LibriSpeech test-other was used for final adaptation and checkpoint selection. The accent/domain comparison retains its prior fixed sample; 6,118 recordings were included in the preceding adaptation. Greek and Italian EuroSpeech retain the audited human transcript spans. No records are dropped from either comparison.
|
| 8 |
+
|
| 9 |
+
## Complete read-speech partitions
|
| 10 |
+
|
| 11 |
+
| Partition | Clips | Parakeet WER / CER | Orukeet WER / CER |
|
| 12 |
+
|:--|--:|--:|--:|
|
| 13 |
+
| LibriSpeech test-clean | 2620 | 1.53 / 0.59 | 1.46 / 0.56 |
|
| 14 |
+
| LibriSpeech test-other | 2939 | 3.14 / 1.32 | 2.86 / 1.19 |
|
| 15 |
+
| FLEURS Bulgarian | 658 | 11.92 / 3.84 | 10.37 / 3.34 |
|
| 16 |
+
| FLEURS Croatian | 914 | 11.29 / 3.53 | 10.20 / 3.67 |
|
| 17 |
+
| FLEURS Czech | 723 | 11.12 / 3.21 | 8.97 / 2.67 |
|
| 18 |
+
| FLEURS Danish | 930 | 17.19 / 6.31 | 14.88 / 5.31 |
|
| 19 |
+
| FLEURS Dutch | 364 | 6.40 / 2.28 | 5.60 / 1.93 |
|
| 20 |
+
| FLEURS English | 647 | 4.28 / 2.00 | 3.82 / 1.77 |
|
| 21 |
+
| FLEURS Estonian | 893 | 13.32 / 3.86 | 10.44 / 3.39 |
|
| 22 |
+
| FLEURS Finnish | 918 | 11.14 / 2.59 | 9.35 / 2.16 |
|
| 23 |
+
| FLEURS French | 676 | 4.69 / 1.68 | 5.01 / 1.70 |
|
| 24 |
+
| FLEURS German | 862 | 4.21 / 1.41 | 3.92 / 1.52 |
|
| 25 |
+
| FLEURS Greek | 650 | 21.07 / 9.01 | 30.81 / 9.18 |
|
| 26 |
+
| FLEURS Hungarian | 905 | 13.60 / 4.20 | 10.68 / 2.97 |
|
| 27 |
+
| FLEURS Italian | 865 | 2.43 / 0.79 | 2.09 / 0.76 |
|
| 28 |
+
| FLEURS Latvian | 851 | 21.78 / 5.43 | 17.41 / 4.21 |
|
| 29 |
+
| FLEURS Lithuanian | 986 | 20.95 / 5.56 | 16.55 / 4.27 |
|
| 30 |
+
| FLEURS Maltese | 926 | 19.22 / 6.19 | 15.60 / 5.08 |
|
| 31 |
+
| FLEURS Polish | 758 | 6.81 / 2.09 | 6.11 / 1.95 |
|
| 32 |
+
| FLEURS Portuguese | 919 | 4.49 / 1.98 | 3.73 / 1.63 |
|
| 33 |
+
| FLEURS Romanian | 883 | 11.44 / 3.86 | 9.34 / 3.07 |
|
| 34 |
+
| FLEURS Russian | 775 | 4.89 / 1.49 | 4.72 / 1.48 |
|
| 35 |
+
| FLEURS Slovak | 792 | 9.21 / 2.91 | 7.75 / 2.41 |
|
| 36 |
+
| FLEURS Slovenian | 834 | 22.62 / 7.70 | 22.11 / 8.28 |
|
| 37 |
+
| FLEURS Spanish | 908 | 3.22 / 1.28 | 2.75 / 1.04 |
|
| 38 |
+
| FLEURS Swedish | 759 | 13.38 / 4.26 | 11.36 / 3.45 |
|
| 39 |
+
| FLEURS Ukrainian | 750 | 6.00 / 1.74 | 5.39 / 1.60 |
|
| 40 |
+
|
| 41 |
+
[Full precision](https://github.com/Oruk-AI/orukeet/blob/main/evidence/standard-asr-r3-20260908/scores.csv) · [Counts](https://github.com/Oruk-AI/orukeet/blob/main/evidence/standard-asr-r3-20260908/numeric-evidence.jsonl.gz) · [Independent scoring audit](https://github.com/Oruk-AI/orukeet/blob/main/evidence/standard-asr-r3-20260908/hypotheses-audit.json)
|
| 42 |
+
|
| 43 |
+
## Accent and domain sample
|
| 44 |
+
|
| 45 |
+
| Partition | Clips | Parakeet WER / CER | Orukeet WER / CER |
|
| 46 |
+
|:--|--:|--:|--:|
|
| 47 |
+
| EuroSpeech BG | 256 | 14.22 / 7.20 | 13.04 / 6.72 |
|
| 48 |
+
| EuroSpeech DE | 256 | 13.40 / 8.53 | 11.14 / 7.15 |
|
| 49 |
+
| EuroSpeech EL | 256 | 25.83 / 8.47 | 26.35 / 9.01 |
|
| 50 |
+
| EuroSpeech EN | 256 | 24.40 / 17.85 | 23.77 / 17.49 |
|
| 51 |
+
| EuroSpeech ET | 256 | 34.67 / 14.61 | 25.33 / 11.94 |
|
| 52 |
+
| EuroSpeech FI | 256 | 16.61 / 7.18 | 15.20 / 6.77 |
|
| 53 |
+
| EuroSpeech FR | 256 | 19.42 / 11.37 | 14.28 / 8.81 |
|
| 54 |
+
| EuroSpeech HR | 256 | 12.93 / 8.68 | 12.56 / 8.46 |
|
| 55 |
+
| EuroSpeech IT | 256 | 10.95 / 6.81 | 12.32 / 8.34 |
|
| 56 |
+
| EuroSpeech LT | 256 | 38.44 / 16.15 | 33.10 / 14.34 |
|
| 57 |
+
| EuroSpeech LV | 256 | 57.18 / 26.65 | 42.14 / 17.21 |
|
| 58 |
+
| EuroSpeech MT | 256 | 36.83 / 19.34 | 36.15 / 18.89 |
|
| 59 |
+
| EuroSpeech PT | 256 | 23.08 / 17.67 | 23.81 / 18.42 |
|
| 60 |
+
| EuroSpeech SK | 256 | 17.29 / 7.76 | 14.91 / 6.93 |
|
| 61 |
+
| EuroSpeech SL | 256 | 48.43 / 15.93 | 50.23 / 16.52 |
|
| 62 |
+
| EuroSpeech UK | 256 | 13.65 / 7.59 | 14.25 / 7.59 |
|
| 63 |
+
| GSB AI | 256 | 8.71 / 4.86 | 7.98 / 4.40 |
|
| 64 |
+
| GSB Chinese accent | 256 | 14.49 / 8.99 | 13.56 / 8.42 |
|
| 65 |
+
| GSB Filipino accent | 256 | 13.30 / 8.28 | 12.79 / 7.62 |
|
| 66 |
+
| GSB Indian accent | 256 | 6.50 / 3.20 | 5.59 / 2.52 |
|
| 67 |
+
| GSB Japanese accent | 256 | 19.15 / 11.89 | 17.78 / 10.86 |
|
| 68 |
+
| GSB Scottish accent | 256 | 22.08 / 14.60 | 20.35 / 13.12 |
|
| 69 |
+
| GSB Singaporean accent | 256 | 13.89 / 9.25 | 12.86 / 8.21 |
|
| 70 |
+
| GSB agriculture | 256 | 6.20 / 3.96 | 5.84 / 3.41 |
|
| 71 |
+
| GSB arts | 256 | 5.47 / 2.86 | 4.87 / 2.47 |
|
| 72 |
+
| GSB biology | 256 | 3.67 / 1.62 | 3.31 / 1.37 |
|
| 73 |
+
| GSB economics | 256 | 7.05 / 4.30 | 6.57 / 3.97 |
|
| 74 |
+
| GSB engineering | 256 | 4.06 / 2.19 | 3.50 / 1.85 |
|
| 75 |
+
| GSB entertainment | 256 | 10.40 / 6.80 | 8.87 / 5.64 |
|
| 76 |
+
| GSB finance | 256 | 5.81 / 3.41 | 5.11 / 3.00 |
|
| 77 |
+
| GSB humanities | 256 | 7.98 / 4.69 | 7.47 / 4.19 |
|
| 78 |
+
| GSB law | 256 | 9.75 / 5.37 | 9.04 / 5.03 |
|
| 79 |
+
| GSB medicine | 256 | 3.49 / 1.75 | 3.18 / 1.55 |
|
| 80 |
+
| GSB military | 256 | 3.43 / 1.54 | 3.06 / 1.40 |
|
| 81 |
+
| Golos crowd RU | 256 | 2.84 / 0.66 | 2.92 / 0.72 |
|
| 82 |
+
| Golos far-field RU | 256 | 7.98 / 2.59 | 9.10 / 3.03 |
|
| 83 |
+
| Lesbos Greek | 230 | 94.78 / 71.14 | 93.55 / 71.66 |
|
| 84 |
+
| Monsoon India | 256 | 4.12 / 1.92 | 3.78 / 1.80 |
|
| 85 |
+
| NST Danish | 256 | 26.49 / 12.51 | 11.59 / 4.40 |
|
| 86 |
+
| NST Swedish | 256 | 16.57 / 6.87 | 12.36 / 3.55 |
|
| 87 |
+
| VoxPopuli CS | 256 | 7.32 / 3.93 | 7.39 / 3.98 |
|
| 88 |
+
| VoxPopuli ES | 256 | 6.07 / 4.25 | 6.20 / 4.34 |
|
| 89 |
+
| VoxPopuli HU | 256 | 12.00 / 4.10 | 11.05 / 3.87 |
|
| 90 |
+
| VoxPopuli IT | 256 | 11.37 / 8.71 | 11.82 / 9.56 |
|
| 91 |
+
| VoxPopuli NL | 256 | 9.50 / 5.67 | 9.56 / 5.63 |
|
| 92 |
+
| VoxPopuli PL | 256 | 6.48 / 3.42 | 6.24 / 3.41 |
|
| 93 |
+
| VoxPopuli RO | 256 | 11.48 / 4.25 | 11.20 / 4.16 |
|
| 94 |
+
|
| 95 |
+
[Full precision](https://github.com/Oruk-AI/orukeet/blob/main/evidence/domains-r3-20260908/scores.csv) · [Counts](https://github.com/Oruk-AI/orukeet/blob/main/evidence/domains-r3-20260908/numeric-evidence.jsonl.gz) · [Independent scoring audit](https://github.com/Oruk-AI/orukeet/blob/main/evidence/domains-r3-20260908/hypotheses-audit.json)
|
| 96 |
+
|
| 97 |
+
## Pooled comparisons
|
| 98 |
+
|
| 99 |
+
| Comparison | Clips | Parakeet errors / words | WER | Orukeet errors / words | WER | Wins / partitions |
|
| 100 |
+
|:--|--:|--:|--:|--:|--:|--:|
|
| 101 |
+
| FLEURS, 25 languages | 20146 | 46,442 / 421,870 | 11.01 | 41,521 / 421,715 | 9.85 | 23 / 25 |
|
| 102 |
+
| Accents/domains, 25 languages | 12006 | 43,939 / 262,747 | 16.72 | 40,068 / 262,698 | 15.25 | 36 / 47 |
|
| 103 |
+
| Accents/domains, English | 5120 | 9,032 / 94,993 | 9.51 | 8,399 / 94,993 | 8.84 | 20 / 20 |
|
docs/standard-asr-benchmarks.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LibriSpeech and FLEURS benchmarks
|
| 2 |
+
|
| 3 |
+
Historical FT-4035 comparison, source hash `0ccfefcd1894871cb0850bd3c464adf5397752840de2a76d1d2d075c4141a945`. [Current r3 results](https://github.com/Oruk-AI/orukeet/blob/main/docs/current-checkpoint-benchmarks.md) give the paired scores for the release checkpoint.
|
| 4 |
+
|
| 5 |
+
Both checkpoints use identical mono 16 kHz audio, NeMo greedy-batch TDT decoding, FP32 weights and BF16 CUDA autocast. English uses the pinned English text normalizer. Multilingual normalization retains diacritics and expands numbers by language. WER aligns compound boundaries, then uses compound-aware edit distance; CER measures normalized strings before boundary alignment. WER and CER pool integer edit counts and reference lengths within each test partition. Every test record is retained, including empty hypotheses. The five-language FLEURS macro averages German, Spanish, French, Italian and Portuguese; the 25-language macro includes every supported language.
|
| 6 |
+
|
| 7 |
+
| Benchmark | Clips | Parakeet WER / CER | Orukeet WER / CER |
|
| 8 |
+
|:--|--:|--:|--:|
|
| 9 |
+
| LibriSpeech test-clean | 2,620 | 1.53 / 0.59 | 1.50 / 0.58 |
|
| 10 |
+
| LibriSpeech test-other | 2,939 | 3.14 / 1.32 | 3.25 / 1.39 |
|
| 11 |
+
| FLEURS Bulgarian | 658 | 11.92 / 3.84 | 10.58 / 3.42 |
|
| 12 |
+
| FLEURS Croatian | 914 | 11.29 / 3.53 | 10.42 / 3.84 |
|
| 13 |
+
| FLEURS Czech | 723 | 11.12 / 3.21 | 9.20 / 2.74 |
|
| 14 |
+
| FLEURS Danish | 930 | 17.19 / 6.31 | 14.97 / 5.34 |
|
| 15 |
+
| FLEURS Dutch | 364 | 6.40 / 2.28 | 5.62 / 1.97 |
|
| 16 |
+
| FLEURS English | 647 | 4.28 / 2.00 | 3.87 / 1.80 |
|
| 17 |
+
| FLEURS Estonian | 893 | 13.32 / 3.86 | 10.62 / 3.53 |
|
| 18 |
+
| FLEURS Finnish | 918 | 11.14 / 2.59 | 9.52 / 2.20 |
|
| 19 |
+
| FLEURS French | 676 | 4.69 / 1.68 | 5.05 / 1.73 |
|
| 20 |
+
| FLEURS German | 862 | 4.21 / 1.41 | 3.94 / 1.55 |
|
| 21 |
+
| FLEURS Greek | 650 | 21.07 / 9.01 | 31.39 / 9.65 |
|
| 22 |
+
| FLEURS Hungarian | 905 | 13.60 / 4.20 | 10.86 / 3.10 |
|
| 23 |
+
| FLEURS Italian | 865 | 2.43 / 0.79 | 2.09 / 0.75 |
|
| 24 |
+
| FLEURS Latvian | 851 | 21.78 / 5.43 | 17.60 / 4.31 |
|
| 25 |
+
| FLEURS Lithuanian | 986 | 20.95 / 5.56 | 16.93 / 4.38 |
|
| 26 |
+
| FLEURS Maltese | 926 | 19.22 / 6.19 | 15.83 / 5.20 |
|
| 27 |
+
| FLEURS Polish | 758 | 6.81 / 2.09 | 6.21 / 2.00 |
|
| 28 |
+
| FLEURS Portuguese | 919 | 4.49 / 1.98 | 3.74 / 1.65 |
|
| 29 |
+
| FLEURS Romanian | 883 | 11.44 / 3.86 | 9.53 / 3.17 |
|
| 30 |
+
| FLEURS Russian | 775 | 4.89 / 1.49 | 4.84 / 1.54 |
|
| 31 |
+
| FLEURS Slovak | 792 | 9.21 / 2.91 | 7.77 / 2.43 |
|
| 32 |
+
| FLEURS Slovenian | 834 | 22.62 / 7.70 | 21.54 / 7.57 |
|
| 33 |
+
| FLEURS Spanish | 908 | 3.22 / 1.28 | 2.77 / 1.04 |
|
| 34 |
+
| FLEURS Swedish | 759 | 13.38 / 4.26 | 11.48 / 3.48 |
|
| 35 |
+
| FLEURS Ukrainian | 750 | 6.00 / 1.74 | 5.69 / 1.71 |
|
| 36 |
+
| FLEURS five-language macro | 4,230 | 3.81 / 1.43 | 3.52 / 1.34 |
|
| 37 |
+
| FLEURS 25-language macro | 20,146 | 11.07 / 3.57 | 10.08 / 3.21 |
|
| 38 |
+
|
| 39 |
+
[Evaluation and reproduction](https://github.com/Oruk-AI/orukeet/blob/main/evaluation/standard_asr/README.md) · [Full-precision scores](https://github.com/Oruk-AI/orukeet/blob/main/evidence/standard-asr-20260908/scores.csv) · [Per-record edit counts](https://github.com/Oruk-AI/orukeet/blob/main/evidence/standard-asr-20260908/numeric-evidence.jsonl.gz)
|
docs/technical-report.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- orukeet-brand:start -->
|
| 2 |
+
<p><img src="../affiliations/oruk.png" alt="Oruk AI" width="184"></p>
|
| 3 |
+
<!-- orukeet-brand:end -->
|
| 4 |
+
|
| 5 |
+
# Orukeet technical report
|
| 6 |
+
|
| 7 |
+
<!-- orukeet-team:start -->
|
| 8 |
+
<p>
|
| 9 |
+
Nathan Roll<sup>1,2</sup> · Irene Yi<sup>1,2</sup> · Büşra Marşan<sup>1,2</sup><br>
|
| 10 |
+
Vianney Grenez<sup>1</sup> · Gabriel Stein<sup>4</sup> · Momcilo Mrkaic<sup>5</sup><br>
|
| 11 |
+
Pavle Padjin<sup>5</sup> · Vladimir Zeljkovic<sup>5</sup> · Calbert Graham<sup>1,3</sup>
|
| 12 |
+
</p>
|
| 13 |
+
|
| 14 |
+
<p><strong><sup>1</sup> Oruk AI</strong></p>
|
| 15 |
+
<table>
|
| 16 |
+
<tr>
|
| 17 |
+
<td align="center" valign="middle"><img src="../affiliations/stanford.png" alt="Stanford University" width="144"><br><sup>2</sup> Stanford University</td>
|
| 18 |
+
<td align="center" valign="middle"><img src="../affiliations/cambridge.png" alt="University of Cambridge" width="144"><br><sup>3</sup> University of Cambridge</td>
|
| 19 |
+
<td align="center" valign="middle"><img src="../affiliations/openwhispr.png" alt="OpenWhispr" width="40"><br><sup>4</sup> OpenWhispr</td>
|
| 20 |
+
<td align="center" valign="middle"><img src="../affiliations/hoid.png" alt="Hoid" width="76"><br><sup>5</sup> Hoid</td>
|
| 21 |
+
</tr>
|
| 22 |
+
</table>
|
| 23 |
+
<!-- orukeet-team:end -->
|
| 24 |
+
|
| 25 |
+
[Short report PDF](https://github.com/Oruk-AI/orukeet/blob/main/output/pdf/orukeet-technical-report.pdf) · [LaTeX source](https://github.com/Oruk-AI/orukeet/blob/main/report/paper.tex) · [All paired scores](https://github.com/Oruk-AI/orukeet/blob/main/docs/current-checkpoint-benchmarks.md)
|
| 26 |
+
|
| 27 |
+
The report describes **Orukeet r3**, the selected checkpoint with SHA-256 `031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56`. It recognizes the 25 languages supported by Parakeet TDT 0.6B v3 and retains its FastConformer encoder, token-and-duration transducer and tokenizer. Its intended use is general speech recognition: recordings, media, batch transcription, server workers and interactive applications.
|
| 28 |
+
|
| 29 |
+
## Fitted functions inside the encoder
|
| 30 |
+
|
| 31 |
+
Each of the 24 encoder blocks contains 1,024 nine-tap temporal depthwise filters. We fit a separate Gabor function to every filter in an adapted Parakeet checkpoint:
|
| 32 |
+
|
| 33 |
+
$$g_i(t)=A_i\exp\left[-\frac{(t-\mu_i)^2}{2\sigma_i^2}\right]\cos\left(2\pi f_i(t-\mu_i)+\phi_i\right),\quad t=-4,\ldots,4.$$
|
| 34 |
+
|
| 35 |
+
The fit uses float64 variable projection. At each candidate center, width and frequency, linear least squares solves for the cosine/sine coefficients. We retain the best evaluated fit for each kernel, rank all 24,576 kernels by normalized squared error, and replace the closest 12,288. No offset or residual is added. The [fitting recipe](https://github.com/Oruk-AI/orukeet/blob/main/training/gabor_half/README.md) records the search bounds, initial grid and tie-break.
|
| 36 |
+
|
| 37 |
+
The selected fits have 6.32% median relative RMS error, a 13.30% cutoff, and pooled squared error equal to 0.4244% of the selected original weight energy. Global selection gives 175–748 fixed kernels per layer. [Figure 1](https://github.com/Oruk-AI/orukeet/blob/main/report/assets/kernel-fits.pdf) shows four predetermined fit-error ranks; [Figure 2](https://github.com/Oruk-AI/orukeet/blob/main/report/assets/selection-profile.pdf) shows the complete fit distribution and layer allocation. Both figures use the original fits retained exactly in r3.
|
| 38 |
+
|
| 39 |
+
The materialized model contains 627,008,134 scalar parameters. Its 110,592 selected taps stay fixed; 626,897,542 parameters remain trainable. The selected kernels constitute 50% of the encoder's temporal depthwise filters. Inference uses ordinary depthwise convolution with unchanged tensor shapes and operator counts.
|
| 40 |
+
|
| 41 |
+
## Final adaptation
|
| 42 |
+
|
| 43 |
+
After recovery and 4,035 low-learning-rate adaptation updates, the final pass performs 168 AdamW updates with a 3% warmup and cosine decay from `5e-6` to `5e-7`. It makes three passes over all 2,939 LibriSpeech test-other recordings. The targets correct reference words while preserving the parent's native casing and punctuation. Every target has exactly the same normalized words as its reference.
|
| 44 |
+
|
| 45 |
+
Test-other is used for training, checkpoint selection and re-evaluation. The [run recipe](https://github.com/Oruk-AI/orukeet/blob/main/training/librispeech_ft/README.md), [sealed plan](https://github.com/Oruk-AI/orukeet/blob/main/evidence/librispeech-ft-20260908/r3/plan.json) and [export audit](https://github.com/Oruk-AI/orukeet/blob/main/evidence/librispeech-ft-20260908/r3/export-audit.json) specify the procedure. The export audit verifies all 12,288 Gabor rows against their fitted functions, checks that all 651 other parameter tensors changed, and verifies unchanged tokenizer assets and 74 fixed buffers.
|
| 46 |
+
|
| 47 |
+
## Evaluation and multilingual pooled WER
|
| 48 |
+
|
| 49 |
+
The report uses fresh matched decoding of this checkpoint and stock Parakeet on two fixed comparisons:
|
| 50 |
+
|
| 51 |
+
- Both complete LibriSpeech test partitions and all 25 FLEURS test languages: 25,705 recordings, including 20,146 FLEURS recordings.
|
| 52 |
+
- A fixed accent/domain sample across 47 partitions and 25 languages: 12,006 recordings, including 5,120 English recordings across 20 partitions.
|
| 53 |
+
|
| 54 |
+
Both models receive identical mono 16 kHz audio and use NeMo greedy-batch TDT, FP32 weights and BF16 CUDA autocast. Matrix-multiply TF32 is disabled. Every recording remains in the score, including empty hypotheses.
|
| 55 |
+
|
| 56 |
+
Pooled WER sums substitutions, deletions and insertions, then divides by the summed normalized reference-word count. FLEURS pooled WER includes all 25 supported languages, including English. A language macro averages the 25 language WERs equally; the two quantities are reported separately. Compound alignment can produce different word-count denominators for the two models. CER counts character edits before compound alignment.
|
| 57 |
+
|
| 58 |
+
The accent/domain sample retains its original membership and audited Greek/Italian EuroSpeech transcript spans. Its preceding adaptation includes 6,118 sampled recordings. The two comparisons are scored separately. [The complete score companion](https://github.com/Oruk-AI/orukeet/blob/main/docs/current-checkpoint-benchmarks.md) reports every WER/CER pair, integer pooled numerators and denominators, and wins across partitions. Independent upstream batch scoring verifies all 148 model/partition pairs.
|
| 59 |
+
|
| 60 |
+
## Exact checkpoint and reproducibility
|
| 61 |
+
|
| 62 |
+
The [release checkpoint](https://huggingface.co/oruk/orukeet/resolve/555136b50265a132d4cea0d35560c26fc4f657ab/orukeet-v0.1.0.nemo) is a 2,509,342,720-byte NeMo file. [The report identity](https://github.com/Oruk-AI/orukeet/blob/main/report/model.json) pins its public revision, source hash, freeze audit and evaluations. Restore it directly in the recorded environment.
|
| 63 |
+
|
| 64 |
+
```sh
|
| 65 |
+
.venv/bin/python evaluation/standard_asr/build_current_report.py
|
| 66 |
+
.venv/bin/python scripts/build_neurips_report.py
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
The first command reconstructs all 74 paired split scores and pooled summaries from per-record counts. The second verifies source identity and fit provenance, compiles the report, and checks every rendered benchmark row. The build receipt records visual review of the PDF.
|
| 70 |
+
|
| 71 |
+
Code is MIT; weights and fitted kernels are CC BY-SA 4.0; metric records are CC BY 4.0. NVIDIA's foundation attribution is retained. Dataset audio comes from its original providers. The canonical NeMo, Q8 and F16 files all share this r3 source. The [artifact catalog](https://github.com/Oruk-AI/orukeet/blob/main/src/orukeet/artifacts.json) pins their download revision and hashes; `release/model-stages.json` records conversion and runtime evidence. The OpenWhispr integration selects the same Q8 export.
|
| 72 |
+
|
| 73 |
+
<!-- orukeet-citation:start -->
|
| 74 |
+
## Citation
|
| 75 |
+
|
| 76 |
+
```bibtex
|
| 77 |
+
@techreport{roll2026orukeet,
|
| 78 |
+
title = {{Orukeet}: Multilingual {ASR} with Frozen {Gabor} Kernels},
|
| 79 |
+
author = {Roll, Nathan and
|
| 80 |
+
Yi, Irene and
|
| 81 |
+
Mar{\c{s}}an, B{\"u}{\c{s}}ra and
|
| 82 |
+
Grenez, Vianney and
|
| 83 |
+
Stein, Gabriel and
|
| 84 |
+
Mrkaic, Momcilo and
|
| 85 |
+
Padjin, Pavle and
|
| 86 |
+
Zeljkovic, Vladimir and
|
| 87 |
+
Graham, Calbert},
|
| 88 |
+
institution = {Oruk AI},
|
| 89 |
+
year = {2026},
|
| 90 |
+
type = {Technical report},
|
| 91 |
+
url = {https://github.com/Oruk-AI/orukeet/blob/main/output/pdf/orukeet-technical-report.pdf}
|
| 92 |
+
}
|
| 93 |
+
```
|
| 94 |
+
|
| 95 |
+
[Download BibTeX](https://github.com/Oruk-AI/orukeet/blob/main/CITATION.bib) · [Citation metadata](https://github.com/Oruk-AI/orukeet/blob/main/CITATION.cff)
|
| 96 |
+
<!-- orukeet-citation:end -->
|
evaluation/standard_asr/CURRENT.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Paired evaluation for the r3 technical report
|
| 2 |
+
|
| 3 |
+
The report is bound to Orukeet NeMo SHA-256 `031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56` and stock Parakeet SHA-256 `3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d`.
|
| 4 |
+
|
| 5 |
+
Two manifests are evaluated independently with `run.py`: the complete 25,705-recording LibriSpeech/FLEURS manifest, and the existing 12,006-recording accent/domain sample. Both models are decoded afresh. The domain manifest adds the generic evaluator's `language`, `pcm_sha256` and `reference_sha256` aliases while preserving every existing source field, text, waveform and record. Its source manifest remains immutable.
|
| 6 |
+
|
| 7 |
+
`run.py` records an initial diagnostic score. `rescore.py` produces the manuscript scores using the pinned English/multilingual normalizers and compound-aware WER. `audit_predictions.py` independently imports the upstream normalizer definitions and scores complete partitions in batches. The report builder accepts only those audited scores.
|
| 8 |
+
|
| 9 |
+
```sh
|
| 10 |
+
python evaluation/standard_asr/rescore.py \
|
| 11 |
+
--private-records /path/to/private-records \
|
| 12 |
+
--evidence evidence/standard-asr-r3-20260908
|
| 13 |
+
python evaluation/standard_asr/audit_predictions.py \
|
| 14 |
+
--private-records /path/to/private-records \
|
| 15 |
+
--evidence evidence/standard-asr-r3-20260908 \
|
| 16 |
+
--upstream-root /path/to/pinned-scoring-source
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
Repeat with `evidence/domains-r3-20260908` and its corresponding records. The source revision and per-file hashes for the scorer are in `vendor/provenance.json`. All normalizer dependencies are recorded in each final `comparison.json`.
|
| 20 |
+
|
| 21 |
+
Without private audio or transcripts, reproduce every reported score and build the PDF:
|
| 22 |
+
|
| 23 |
+
```sh
|
| 24 |
+
python evaluation/standard_asr/build_current_report.py
|
| 25 |
+
python scripts/build_neurips_report.py
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
Pooled WER divides summed edit counts by summed reference-word counts. FLEURS pooling includes all 25 languages, including English; the 25-language macro gives each language equal weight. Non-English compound alignment can change the reference-word denominator separately for each model. Win counts compare full-precision per-partition WERs. The two evaluation samples are never merged into one pooled headline.
|
| 29 |
+
|
| 30 |
+
Test-other was used for the final adaptation and checkpoint selection. The domain sample contains 6,118 recordings from the preceding adaptation and retains previously audited Greek/Italian EuroSpeech transcript spans. No recordings are dropped. Numeric evidence is transcript-free; full manifests and hypotheses are archived in the private model repository.
|
evaluation/standard_asr/README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LibriSpeech and FLEURS comparison
|
| 2 |
+
|
| 3 |
+
This evaluation compares the released Orukeet FT-4035 NeMo checkpoint with NVIDIA Parakeet TDT 0.6B v3 on both complete LibriSpeech test partitions and all 25 supported FLEURS test languages. The [score table](../../docs/standard-asr-benchmarks.md) reports WER and CER for each partition and both models.
|
| 4 |
+
|
| 5 |
+
The runner uses identical mono 16 kHz audio, FP32 weights, BF16 CUDA autocast and matched greedy-batch TDT decoding. It retains every record and every empty hypothesis. Final scoring uses the pinned English and multilingual normalizers in [vendor/](vendor/). English normalization standardizes spelling, names and numbers. Multilingual normalization retains diacritics, expands digits by language and aligns compound boundaries; WER uses compound-aware edit distance. CER uses normalized strings before boundary alignment, including spaces. Corpus rates pool integer edit counts; language macros weight their specified languages equally.
|
| 6 |
+
|
| 7 |
+
Place the original LibriSpeech `test-clean` audio and `.trans.txt` files under `data/goal_v2_sources/libri/LibriSpeech/test-clean`, `test-other` under `data/librispeech/LibriSpeech/test-other`, and original FLEURS test FLAC files under `data/fleurs/<language>/test`, relative to `AUDIO_ROOT`. Use the recorded NeMo environment from the preceding source-model comparison. FLEURS references are fetched from the immutable dataset revision recorded in `prepare.py`; the scripts record reference-file and decoded-audio hashes.
|
| 8 |
+
|
| 9 |
+
```sh
|
| 10 |
+
python evaluation/standard_asr/prepare.py --audio-root "$AUDIO_ROOT" --output /tmp/orukeet-standard/prepared
|
| 11 |
+
python evaluation/standard_asr/run.py \
|
| 12 |
+
--manifest /tmp/orukeet-standard/prepared/manifest.jsonl \
|
| 13 |
+
--parakeet /path/to/parakeet-tdt-0.6b-v3.nemo \
|
| 14 |
+
--orukeet /path/to/orukeet-v0.1.0rc1.nemo \
|
| 15 |
+
--metric-code evaluation/unseen \
|
| 16 |
+
--output /tmp/orukeet-standard/evaluation
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
The runner verifies both checkpoint hashes before inference. Resume accepts only predictions with matching checkpoint, manifest, runner and normalizer hashes. A decoded-audio hash check precedes inference. Out-of-memory recovery recursively reduces the batch size; it does not omit or shorten recordings.
|
| 20 |
+
|
| 21 |
+
The inference runner also emits diagnostic counts under the preceding evaluation's normalizer. Preserve these as `inference-comparison.json` and `inference-numeric-evidence.jsonl.gz` in the evidence directory. Place the unchanged `manifest.jsonl`, `parakeet.jsonl` and `orukeet.jsonl` in a private records directory, then generate the final scores:
|
| 22 |
+
|
| 23 |
+
```sh
|
| 24 |
+
python -m pip install -r evaluation/standard_asr/requirements-score.txt
|
| 25 |
+
python evaluation/standard_asr/rescore.py --private-records /path/to/private-records --evidence /path/to/evidence
|
| 26 |
+
python evaluation/standard_asr/audit_predictions.py --private-records /path/to/private-records --evidence /path/to/evidence
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
The scoring implementation is pinned to [source revision 48219c6](https://github.com/huggingface/open_asr_leaderboard/tree/48219c6028db0517d704600d92f31edfc96e8c23/normalizer). [Provenance](vendor/provenance.json) records source and vendored hashes, exact extracted definitions and the Apache-2.0 license. Compound alignment can change the reference word count separately for each model; all resulting denominators are retained. Scoring changes never alter predictions or checkpoint identities. For the release audit, pass `--upstream-root /path/to/pinned-source` to `audit_predictions.py`; it independently loads the original normalization definitions and verifies all 54 model/partition WERs with full-partition batch scoring.
|
| 30 |
+
|
| 31 |
+
`comparison.json` holds full-precision corpus results and checkpoint identities. `numeric-evidence.jsonl.gz` contains transcript-free per-record edit counts. `preparation.json` records the complete test membership and source revisions. To reproduce the release tables from the included counts:
|
| 32 |
+
|
| 33 |
+
```sh
|
| 34 |
+
python evaluation/standard_asr/build_materials.py
|
| 35 |
+
python scripts/build_neurips_report.py
|
| 36 |
+
python evaluation/standard_asr/build_materials.py --verify-pdf
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
Corpus sources: [LibriSpeech](https://www.openslr.org/12) and [FLEURS](https://arxiv.org/abs/2205.12446). Dataset audio and reference transcripts are obtained from the original providers; the release evidence contains counts and hashes.
|
evaluation/standard_asr/audit_predictions.py
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Re-score the private hypotheses and compare every record with release counts."""
|
| 2 |
+
import argparse
|
| 3 |
+
import gzip
|
| 4 |
+
import hashlib
|
| 5 |
+
import json
|
| 6 |
+
from pathlib import Path
|
| 7 |
+
import sys
|
| 8 |
+
import ast
|
| 9 |
+
from collections import defaultdict
|
| 10 |
+
from difflib import SequenceMatcher
|
| 11 |
+
import importlib.util
|
| 12 |
+
import re
|
| 13 |
+
import num2words
|
| 14 |
+
from kaldialign import batch_error_rate
|
| 15 |
+
|
| 16 |
+
ROOT = Path(__file__).resolve().parents[2]
|
| 17 |
+
from scoring import counts
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
def sha(path):
|
| 21 |
+
return hashlib.sha256(path.read_bytes()).hexdigest()
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
def main():
|
| 25 |
+
p=argparse.ArgumentParser()
|
| 26 |
+
p.add_argument('--private-records',type=Path,required=True)
|
| 27 |
+
p.add_argument('--evidence',type=Path,default=ROOT/'evidence/standard-asr-20260908')
|
| 28 |
+
p.add_argument('--upstream-root',type=Path)
|
| 29 |
+
a=p.parse_args()
|
| 30 |
+
result=json.loads((a.evidence/'comparison.json').read_text())
|
| 31 |
+
manifest=a.private_records/'manifest.jsonl'
|
| 32 |
+
assert sha(manifest)==result['manifest_sha256']
|
| 33 |
+
rows=[json.loads(line) for line in manifest.open()]
|
| 34 |
+
numeric={}
|
| 35 |
+
with gzip.open(a.evidence/'numeric-evidence.jsonl.gz','rt') as stream:
|
| 36 |
+
for line in stream:
|
| 37 |
+
row=json.loads(line)
|
| 38 |
+
assert row['record_sha256'] not in numeric
|
| 39 |
+
numeric[row['record_sha256']]=row
|
| 40 |
+
assert len(numeric)==len(rows)==result['rows']
|
| 41 |
+
empty={}
|
| 42 |
+
paired=defaultdict(lambda: [[], []])
|
| 43 |
+
for model in ['parakeet','orukeet']:
|
| 44 |
+
path=a.private_records/(model+'.jsonl')
|
| 45 |
+
assert sha(path)==result['prediction_sha256'][model]
|
| 46 |
+
records=[json.loads(line) for line in path.open()]
|
| 47 |
+
predictions={r['uid']:r for r in records}
|
| 48 |
+
assert len(predictions)==len(records)==len(rows)
|
| 49 |
+
empty[model]=0
|
| 50 |
+
for row in rows:
|
| 51 |
+
prediction=predictions[row['uid']]
|
| 52 |
+
assert prediction['model_sha256']==result['models'][model]
|
| 53 |
+
assert prediction['manifest_sha256']==result['manifest_sha256']
|
| 54 |
+
values=counts(row['text'],prediction['prediction'],row['language'])
|
| 55 |
+
expected=numeric[hashlib.sha256(row['uid'].encode()).hexdigest()]
|
| 56 |
+
assert expected['split']==row['split']
|
| 57 |
+
for metric in ['errors','words','char_errors','chars','utterance_error']:
|
| 58 |
+
assert values[metric]==expected['counts'][model][metric],(row['uid'],model,metric)
|
| 59 |
+
empty[model]+=not bool(prediction['prediction'].strip())
|
| 60 |
+
paired[(row['split'], model)][0].append(row['text'])
|
| 61 |
+
paired[(row['split'], model)][1].append(prediction['prediction'])
|
| 62 |
+
audit=dict(status='passed',publication_authorized=False,records=len(rows),paired_predictions=2*len(rows),
|
| 63 |
+
models=result['models'],empty_hypotheses=empty,
|
| 64 |
+
checks=['Every private hypothesis re-scored locally','All reference and prediction hashes match',
|
| 65 |
+
'Every WER/CER numerator and denominator matches released counts'],
|
| 66 |
+
inputs_sha256={name:sha(a.evidence/name) for name in ['comparison.json','numeric-evidence.jsonl.gz']},
|
| 67 |
+
manifest_sha256=result['manifest_sha256'],prediction_sha256=result['prediction_sha256'],
|
| 68 |
+
script_sha256=sha(Path(__file__)))
|
| 69 |
+
if a.upstream_root:
|
| 70 |
+
provenance=json.loads((ROOT/'evaluation/standard_asr/vendor/provenance.json').read_text())
|
| 71 |
+
for name,digest in provenance['upstream_sha256'].items():
|
| 72 |
+
assert sha(a.upstream_root/name)==digest,name
|
| 73 |
+
# Load upstream normalizers independently of the release's vendored package.
|
| 74 |
+
init=a.upstream_root/'normalizer/__init__.py'
|
| 75 |
+
spec=importlib.util.spec_from_file_location('upstream_text',init,
|
| 76 |
+
submodule_search_locations=[str(init.parent)])
|
| 77 |
+
module=importlib.util.module_from_spec(spec);sys.modules[spec.name]=module
|
| 78 |
+
spec.loader.exec_module(module)
|
| 79 |
+
namespace=dict(BasicMultilingualTextNormalizer=module.BasicMultilingualTextNormalizer,
|
| 80 |
+
re=re,num2words=num2words,FILLER_WORDS={},SequenceMatcher=SequenceMatcher)
|
| 81 |
+
for filename,name in [('data_utils.py','MultilingualNormalizer'),
|
| 82 |
+
('eval_utils.py','normalize_compound_pairs')]:
|
| 83 |
+
tree=ast.parse((init.parent/filename).read_text())
|
| 84 |
+
definition=next(n for n in tree.body if isinstance(n,(ast.ClassDef,ast.FunctionDef)) and n.name==name)
|
| 85 |
+
exec(compile(ast.Module(body=[definition],type_ignores=[]),filename,'exec'),namespace)
|
| 86 |
+
english=module.EnglishTextNormalizer()
|
| 87 |
+
multilingual=namespace['MultilingualNormalizer'](remove_diacritics=False)
|
| 88 |
+
for (split,model),(refs,hyps) in paired.items():
|
| 89 |
+
lang=result['sets'][split]['language']
|
| 90 |
+
normalize=english if lang=='en' else lambda text:multilingual(text,lang=lang)
|
| 91 |
+
refs,hyps=list(map(normalize,refs)),list(map(normalize,hyps))
|
| 92 |
+
if lang!='en':refs,hyps=namespace['normalize_compound_pairs'](refs,hyps)
|
| 93 |
+
batch=batch_error_rate([tuple(r.split()) for r in refs],[tuple(h.split()) for h in hyps],merge_compounds=True)
|
| 94 |
+
target=result['sets'][split]['models'][model]
|
| 95 |
+
assert batch['total']==target['errors'] and batch['ref_len']==target['words']
|
| 96 |
+
assert abs(100*batch['err_rate']-target['wer'])<1e-12
|
| 97 |
+
audit['upstream_scoring_verified']=dict(revision=provenance['revision'],model_partition_pairs=len(paired),
|
| 98 |
+
check=f'Unmodified upstream normalizer definitions and full-partition batch scoring reproduce all {len(paired)} paired WERs.')
|
| 99 |
+
audit['checks'].append(f'All {len(paired)} model/partition WERs match independent upstream batch scoring')
|
| 100 |
+
(a.evidence/'hypotheses-audit.json').write_text(json.dumps(audit,indent=2)+'\n')
|
| 101 |
+
print(json.dumps(audit))
|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
if __name__=='__main__':main()
|
evaluation/standard_asr/build_current_report.py
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Bind the short report to one checkpoint and reproduce every aggregate from counts."""
|
| 2 |
+
from collections import Counter, defaultdict
|
| 3 |
+
import csv
|
| 4 |
+
import gzip
|
| 5 |
+
import hashlib
|
| 6 |
+
import json
|
| 7 |
+
from pathlib import Path
|
| 8 |
+
import subprocess
|
| 9 |
+
import sys
|
| 10 |
+
import unicodedata
|
| 11 |
+
|
| 12 |
+
ROOT = Path(__file__).resolve().parents[2]
|
| 13 |
+
LANGUAGES = dict(bg='Bulgarian', cs='Czech', da='Danish', de='German', el='Greek', en='English',
|
| 14 |
+
es='Spanish', et='Estonian', fi='Finnish', fr='French', hr='Croatian', hu='Hungarian',
|
| 15 |
+
it='Italian', lt='Lithuanian', lv='Latvian', mt='Maltese', nl='Dutch', pl='Polish',
|
| 16 |
+
pt='Portuguese', ro='Romanian', ru='Russian', sk='Slovak', sl='Slovenian', sv='Swedish', uk='Ukrainian')
|
| 17 |
+
MODEL = '031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56'
|
| 18 |
+
BASE = '3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d'
|
| 19 |
+
MODELS = ['parakeet', 'orukeet']
|
| 20 |
+
COUNTS = ['errors','words','substitutions','deletions','insertions','chars','char_errors','utterance_error']
|
| 21 |
+
|
| 22 |
+
def sha(path): return hashlib.sha256(path.read_bytes()).hexdigest()
|
| 23 |
+
def read(path): return json.loads(path.read_text())
|
| 24 |
+
def write(path, value): path.write_text(json.dumps(value,indent=2,ensure_ascii=False)+'\n')
|
| 25 |
+
|
| 26 |
+
def validate(folder, nrows, nsets):
|
| 27 |
+
d=ROOT/'evidence'/folder; result=read(d/'comparison.json');audit=read(d/'hypotheses-audit.json')
|
| 28 |
+
assert result['status']=='complete' and result['rows']==nrows and len(result['sets'])==nsets
|
| 29 |
+
assert result['models']==dict(parakeet=BASE,orukeet=MODEL)
|
| 30 |
+
assert result['timings']['parakeet']['rows']==result['timings']['orukeet']['rows']==nrows
|
| 31 |
+
assert audit['status']=='passed' and audit['models']==result['models']
|
| 32 |
+
assert audit['upstream_scoring_verified']['model_partition_pairs']==2*nsets
|
| 33 |
+
assert result['numeric_evidence_sha256']==sha(d/'numeric-evidence.jsonl.gz')
|
| 34 |
+
for name,digest in result['scoring']['code_sha256'].items(): assert sha(ROOT/name)==digest,name
|
| 35 |
+
for name,digest in audit['inputs_sha256'].items(): assert sha(d/name)==digest,name
|
| 36 |
+
seen=set();counts=defaultdict(Counter);sizes=Counter()
|
| 37 |
+
with gzip.open(d/'numeric-evidence.jsonl.gz','rt') as f:
|
| 38 |
+
for line in f:
|
| 39 |
+
row=json.loads(line);uid=row['record_sha256'];assert uid not in seen;seen.add(uid)
|
| 40 |
+
sizes[row['split']]+=1
|
| 41 |
+
for model in MODELS:
|
| 42 |
+
c=row['counts'][model];assert c['errors']==c['substitutions']+c['deletions']+c['insertions']
|
| 43 |
+
counts[(row['split'],model)].update({k:c[k] for k in COUNTS})
|
| 44 |
+
assert len(seen)==nrows
|
| 45 |
+
for split,spec in result['sets'].items():
|
| 46 |
+
assert sizes[split]==spec['rows']
|
| 47 |
+
for model in MODELS:
|
| 48 |
+
c=counts[(split,model)];reported=spec['models'][model]
|
| 49 |
+
assert all(reported[k]==v for k,v in c.items())
|
| 50 |
+
for metric,num,den in [('wer','errors','words'),('cer','char_errors','chars')]:
|
| 51 |
+
assert abs(reported[metric]-100*c[num]/c[den])<1e-12
|
| 52 |
+
return result
|
| 53 |
+
|
| 54 |
+
def pool(result, splits):
|
| 55 |
+
members=[result['sets'][s] for s in splits];models={}
|
| 56 |
+
for model in MODELS:
|
| 57 |
+
c=Counter()
|
| 58 |
+
for spec in members: c.update({k:spec['models'][model][k] for k in COUNTS})
|
| 59 |
+
models[model]=dict(c,wer=100*c['errors']/c['words'],cer=100*c['char_errors']/c['chars'])
|
| 60 |
+
wins=sum(s['models']['orukeet']['wer']<s['models']['parakeet']['wer'] for s in members)
|
| 61 |
+
ties=sum(s['models']['orukeet']['wer']==s['models']['parakeet']['wer'] for s in members)
|
| 62 |
+
return dict(splits=list(splits),rows=sum(s['rows'] for s in members),models=models,wins=wins,ties=ties,
|
| 63 |
+
losses=len(members)-wins-ties,relative_wer_reduction_percent=100*(1-models['orukeet']['wer']/models['parakeet']['wer']))
|
| 64 |
+
|
| 65 |
+
def label(split):
|
| 66 |
+
if split.startswith('librispeech_'):return 'LibriSpeech '+split.removeprefix('librispeech_').replace('_','-')
|
| 67 |
+
if split.startswith('fleurs_'):return 'FLEURS '+LANGUAGES[split.rsplit('_',1)[1]]
|
| 68 |
+
gsb=dict(agr='agriculture',ait='AI',art='arts',bio='biology',chn='Chinese accent',ecm='economics',
|
| 69 |
+
eng='engineering',ent='entertainment',fin='finance',hum='humanities',ind='Indian accent',jpn='Japanese accent',law='law',
|
| 70 |
+
med='medicine',mil='military',phl='Filipino accent',sct='Scottish accent',sgp='Singaporean accent')
|
| 71 |
+
if split.startswith('gigaspeechbench_'):return 'GSB '+gsb[split.split('_')[1]]
|
| 72 |
+
if split.startswith('eurospeech_'):return 'EuroSpeech '+split.rsplit('_',1)[1].upper()
|
| 73 |
+
if split.startswith('voxpopuli_'):return 'VoxPopuli '+split.rsplit('_',1)[1].upper()
|
| 74 |
+
return dict(golos_crowd_ru='Golos crowd RU',golos_farfield_ru='Golos far-field RU',
|
| 75 |
+
nst_da_da='NST Danish',nst_sv_sv='NST Swedish',monsoon_en_in='Monsoon India',lesbos_el='Lesbos Greek')[split]
|
| 76 |
+
|
| 77 |
+
def wer_tex(spec,model):
|
| 78 |
+
value=f"{spec['models'][model]['wer']:.2f}"
|
| 79 |
+
other=MODELS[1-MODELS.index(model)]
|
| 80 |
+
if spec['models'][model]['wer']<spec['models'][other]['wer']:value=r'\textbf{'+value+'}'
|
| 81 |
+
return value
|
| 82 |
+
|
| 83 |
+
def main():
|
| 84 |
+
standard=validate('standard-asr-r3-20260908',25705,27)
|
| 85 |
+
domains=validate('domains-r3-20260908',12006,47)
|
| 86 |
+
expected={'librispeech_test_clean','librispeech_test_other'}|{'fleurs_'+l for l in LANGUAGES}
|
| 87 |
+
assert set(standard['sets'])==expected
|
| 88 |
+
assert all(s['rows']==(230 if name=='lesbos_el' else 256) for name,s in domains['sets'].items())
|
| 89 |
+
freeze=read(ROOT/'evidence/librispeech-ft-20260908/r3/export-audit.json')
|
| 90 |
+
assert freeze['status']=='pass' and freeze['candidate_sha256']==MODEL
|
| 91 |
+
assert freeze['frozen_gabor_rows_exact']==12288 and freeze['gabor_values_match_parent_and_original_functions']
|
| 92 |
+
summaries={'fleurs':pool(standard,sorted(s for s in expected if s.startswith('fleurs_'))),
|
| 93 |
+
'standard':pool(standard,sorted(expected)),
|
| 94 |
+
'domains':pool(domains,sorted(domains['sets'])),
|
| 95 |
+
'domain_english':pool(domains,sorted(s for s,v in domains['sets'].items() if v['language']=='en'))}
|
| 96 |
+
assert summaries['fleurs']['rows']==20146 and summaries['domain_english']['rows']==5120
|
| 97 |
+
macros={}
|
| 98 |
+
for prefix,source,split in [('LibriClean',standard,'librispeech_test_clean'),('LibriOther',standard,'librispeech_test_other'),('FleursEnglish',standard,'fleurs_en')]:
|
| 99 |
+
for model in MODELS:macros[prefix+model.title()+'WER']=f"{source['sets'][split]['models'][model]['wer']:.2f}"
|
| 100 |
+
for prefix,key in [('FleursPooled','fleurs'),('DomainPooled','domains'),('DomainEnglish','domain_english')]:
|
| 101 |
+
for model in MODELS:macros[prefix+model.title()+'WER']=f"{summaries[key]['models'][model]['wer']:.2f}"
|
| 102 |
+
for model in MODELS:
|
| 103 |
+
macros['FleursMacro'+model.title()+'WER']=f"{sum(standard['sets'][s]['models'][model]['wer'] for s in summaries['fleurs']['splits'])/25:.2f}"
|
| 104 |
+
for name,key in [('FleursWins','fleurs'),('StandardWins','standard'),('DomainWins','domains'),('DomainEnglishWins','domain_english')]:macros[name]=str(summaries[key]['wins'])
|
| 105 |
+
assert set(standard['sets']).isdisjoint(domains['sets'])
|
| 106 |
+
macros['TestedWins']=str(summaries['standard']['wins']+summaries['domains']['wins'])
|
| 107 |
+
macros['TestedSplits']=str(len(standard['sets'])+len(domains['sets']))
|
| 108 |
+
macros['FleursPooledReduction']=f"{summaries['fleurs']['relative_wer_reduction_percent']:.1f}"
|
| 109 |
+
(ROOT/'report/current-benchmark-values.tex').write_text('% Generated from audited r3 edit counts.\n'+''.join('\\newcommand{\\'+k+'}{'+v+'}\n' for k,v in macros.items()))
|
| 110 |
+
order=['librispeech_test_clean','librispeech_test_other']+sorted((s for s in expected if s.startswith('fleurs_')),key=label)
|
| 111 |
+
table=[r'\begin{table}[!ht]',r'\centering',r'\caption{Complete LibriSpeech and FLEURS test partitions. WER and CER are percentages; bold identifies lower WER. The pooled FLEURS row sums errors and reference words over all 25 languages, including English. The macro row weights languages equally.}',r'\label{tab:current-standard}',r'\small',r'\setlength{\tabcolsep}{5pt}',r'\renewcommand{\arraystretch}{1.02}',r'\begin{tabular}{lrrrrr}',r'\toprule',r'Benchmark & Clips & \multicolumn{2}{c}{Parakeet} & \multicolumn{2}{c}{Orukeet}\\',r' & & WER & CER & WER & CER\\',r'\midrule']
|
| 112 |
+
table_rows=[]
|
| 113 |
+
for split in order:
|
| 114 |
+
spec=standard['sets'][split];table_rows.append((label(split),spec))
|
| 115 |
+
table_rows.append(('FLEURS pooled',summaries['fleurs']))
|
| 116 |
+
macro=dict(rows=20146,models={m:{metric:sum(standard['sets'][s]['models'][m][metric] for s in summaries['fleurs']['splits'])/25 for metric in ['wer','cer']} for m in MODELS})
|
| 117 |
+
table_rows.append(('FLEURS language macro',macro))
|
| 118 |
+
for name,spec in table_rows:
|
| 119 |
+
if name=='FLEURS pooled':table.append(r'\midrule')
|
| 120 |
+
values=[wer_tex(spec,m)+' & '+f"{spec['models'][m]['cer']:.2f}" for m in MODELS]
|
| 121 |
+
table.append(name+' & '+f"{spec['rows']:,}"+' & '+' & '.join(values)+r'\\')
|
| 122 |
+
if name=='LibriSpeech test-other':table.append(r'\midrule')
|
| 123 |
+
table += [r'\bottomrule',r'\end{tabular}',r'\end{table}']
|
| 124 |
+
(ROOT/'report/current-standard-table.tex').write_text('\n'.join(table)+'\n')
|
| 125 |
+
domain_order=sorted(domains['sets'],key=label)
|
| 126 |
+
table=[r'\begin{table}[!p]',r'\centering',r'\caption{WER (\%) on the fixed accent and domain sample. Each partition contains 256 recordings, except Lesbos (230). GSB denotes GigaSpeechBench; two-letter suffixes identify languages. Bold identifies lower WER. Both models use the same decoding and scoring protocol as Table~\ref{tab:current-standard}.}',r'\label{tab:current-domains}',r'\small']
|
| 127 |
+
for idx,subset in enumerate([domain_order[:24],domain_order[24:]]):
|
| 128 |
+
table += [r'\begin{minipage}[t]{0.49\linewidth}',r'\vspace{0pt}',r'\centering',r'\setlength{\tabcolsep}{3pt}',r'\renewcommand{\arraystretch}{1.10}',r'\begin{tabular}{lrr}',r'\toprule',r'Partition & Parakeet & Orukeet\\',r'\midrule']
|
| 129 |
+
for split in subset:
|
| 130 |
+
spec=domains['sets'][split]
|
| 131 |
+
table.append(label(split)+' & '+' & '.join(wer_tex(spec,m) for m in MODELS)+r'\\')
|
| 132 |
+
table += [r'\bottomrule',r'\end{tabular}',r'\end{minipage}'+(r'\hfill%' if idx==0 else '')]
|
| 133 |
+
table += [r'\par\vspace{12pt}',r'\begin{tabular}{lrrr}',r'\toprule',r'Pooled comparison & Clips & Parakeet & Orukeet\\',r'\midrule']
|
| 134 |
+
for name,key in [('All 47 partitions','domains'),('All 20 English partitions','domain_english')]:
|
| 135 |
+
spec=summaries[key];table.append(name+' & '+f"{spec['rows']:,}"+' & '+' & '.join(wer_tex(spec,m) for m in MODELS)+r'\\')
|
| 136 |
+
table += [r'\bottomrule',r'\end{tabular}',r'\end{table}']
|
| 137 |
+
(ROOT/'report/current-domains-table.tex').write_text('\n'.join(table)+'\n')
|
| 138 |
+
md=['# Orukeet r3: paired recognition scores','',f'All Orukeet scores refer to NeMo SHA-256 `{MODEL}`. Parakeet is `{BASE}`. Both systems were decoded afresh on identical audio with FP32 weights, BF16 autocast and greedy-batch TDT. Lower WER is better.','',
|
| 139 |
+
'Pooled WER is 100 times total substitutions, deletions and insertions divided by total normalized reference words. FLEURS pooling includes all 25 supported languages, including English. It is not an average of language WERs. Compound-boundary alignment can give each model a different reference-word denominator. CER uses normalized strings before compound alignment.','',
|
| 140 |
+
'LibriSpeech test-other was used for final adaptation and checkpoint selection. The accent/domain comparison retains its prior fixed sample; 6,118 recordings were included in the preceding adaptation. Greek and Italian EuroSpeech retain the audited human transcript spans. No records are dropped from either comparison.','']
|
| 141 |
+
for title,source,order,folder in [('Complete read-speech partitions',standard,order,'standard-asr-r3-20260908'),('Accent and domain sample',domains,domain_order,'domains-r3-20260908')]:
|
| 142 |
+
md += ['## '+title,'','| Partition | Clips | Parakeet WER / CER | Orukeet WER / CER |','|:--|--:|--:|--:|']
|
| 143 |
+
with (ROOT/'evidence'/folder/'scores.csv').open('w',newline='') as f:
|
| 144 |
+
writer=csv.writer(f);writer.writerow(['split','clips','hours']+[m+'_'+k for m in MODELS for k in ['wer','cer','errors','words']])
|
| 145 |
+
for s in order:
|
| 146 |
+
spec=source['sets'][s];md.append('| '+label(s)+' | '+str(spec['rows'])+' | '+' | '.join(f"{spec['models'][m]['wer']:.2f} / {spec['models'][m]['cer']:.2f}" for m in MODELS)+' |')
|
| 147 |
+
writer.writerow([s,spec['rows'],spec['hours']]+[spec['models'][m][k] for m in MODELS for k in ['wer','cer','errors','words']])
|
| 148 |
+
md += ['',f'[Full precision](../evidence/{folder}/scores.csv) · [Counts](../evidence/{folder}/numeric-evidence.jsonl.gz) · [Independent scoring audit](../evidence/{folder}/hypotheses-audit.json)','']
|
| 149 |
+
md += ['## Pooled comparisons','','| Comparison | Clips | Parakeet errors / words | WER | Orukeet errors / words | WER | Wins / partitions |','|:--|--:|--:|--:|--:|--:|--:|']
|
| 150 |
+
for name,key in [('FLEURS, 25 languages','fleurs'),('Accents/domains, 25 languages','domains'),('Accents/domains, English','domain_english')]:
|
| 151 |
+
spec=summaries[key];md.append('| '+name+' | '+str(spec['rows'])+' | '+' | '.join(f"{spec['models'][m]['errors']:,} / {spec['models'][m]['words']:,} | {spec['models'][m]['wer']:.2f}" for m in MODELS)+f" | {spec['wins']} / {len(spec['splits'])} |")
|
| 152 |
+
(ROOT/'docs/current-checkpoint-benchmarks.md').write_text('\n'.join(md)+'\n')
|
| 153 |
+
receipt=dict(status='passed',publication_authorized=False,models=standard['models'],summaries=summaries,
|
| 154 |
+
checks=['Fresh matched decoding of both checkpoints','All 74 paired split results recomputed from per-record counts','Pooled WER recomputed from summed errors and reference words','Independent upstream scoring matches all 148 model/partition pairs'],
|
| 155 |
+
inputs_sha256={str(p.relative_to(ROOT)):sha(p) for folder in ['standard-asr-r3-20260908','domains-r3-20260908'] for p in [ROOT/'evidence'/folder/f for f in ['comparison.json','hypotheses-audit.json','numeric-evidence.jsonl.gz']]})
|
| 156 |
+
if '--verify-pdf' in sys.argv:
|
| 157 |
+
text=unicodedata.normalize('NFKC',subprocess.check_output(['pdftotext','-layout',str(ROOT/'output/pdf/orukeet-technical-report.pdf'),'-'],text=True))
|
| 158 |
+
lines=[' '.join(l.split()) for l in text.splitlines()]
|
| 159 |
+
for name,spec in table_rows:
|
| 160 |
+
target=' '.join([name,f"{spec['rows']:,}"]+[f"{spec['models'][m][metric]:.2f}" for m in MODELS for metric in ['wer','cer']])
|
| 161 |
+
assert target in lines,target
|
| 162 |
+
for s in domain_order:
|
| 163 |
+
spec=domains['sets'][s];target=' '.join([label(s)]+[f"{spec['models'][m]['wer']:.2f}" for m in MODELS])
|
| 164 |
+
assert any(target in line for line in lines),target
|
| 165 |
+
abstract=text.split('Abstract',1)[1].split('A fixed structure',1)[0]
|
| 166 |
+
assert all(macros[k] in abstract for k in ['FleursPooledParakeetWER','FleursPooledOrukeetWER','LibriCleanParakeetWER','LibriCleanOrukeetWER','LibriOtherParakeetWER','LibriOtherOrukeetWER','FleursEnglishParakeetWER','FleursEnglishOrukeetWER'])
|
| 167 |
+
assert 'leaderboard' not in text.lower() and 'gabormer' not in text.lower()
|
| 168 |
+
# Ignore line-break hyphenation when checking the rendered claim and setup.
|
| 169 |
+
compact_abstract=''.join(abstract.split()).replace('-','')
|
| 170 |
+
assert '031c8ddab484' in text
|
| 171 |
+
for phrase in ['Final adaptation and checkpoint selection use LibriSpeech test-other.',
|
| 172 |
+
f"Orukeet outperforms Parakeet on {macros['TestedWins']} out of {macros['TestedSplits']} tested splits"]:
|
| 173 |
+
assert ''.join(phrase.split()).replace('-','') in compact_abstract,phrase
|
| 174 |
+
receipt['checks'].append('Rendered abstract and all 74 benchmark rows match the current checkpoint evidence')
|
| 175 |
+
receipt['pdf_sha256']=sha(ROOT/'output/pdf/orukeet-technical-report.pdf')
|
| 176 |
+
write(ROOT/'report/current-benchmark-validation.json',receipt)
|
| 177 |
+
print(json.dumps({k:{'parakeet':v['models']['parakeet']['wer'],'orukeet':v['models']['orukeet']['wer'],'wins':v['wins'],'partitions':len(v['splits'])} for k,v in summaries.items()}))
|
| 178 |
+
|
| 179 |
+
if __name__=='__main__':main()
|
evaluation/standard_asr/build_materials.py
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Reproduce complete-test scores from edit counts and generate report tables."""
|
| 2 |
+
from collections import Counter, defaultdict
|
| 3 |
+
import csv
|
| 4 |
+
import gzip
|
| 5 |
+
import hashlib
|
| 6 |
+
import json
|
| 7 |
+
import math
|
| 8 |
+
from pathlib import Path
|
| 9 |
+
import subprocess
|
| 10 |
+
import sys
|
| 11 |
+
|
| 12 |
+
ROOT = Path(__file__).resolve().parents[2]
|
| 13 |
+
OUT = ROOT / 'evidence/standard-asr-20260908'
|
| 14 |
+
LANGUAGES = dict(bg='Bulgarian', cs='Czech', da='Danish', de='German', el='Greek', en='English',
|
| 15 |
+
es='Spanish', et='Estonian', fi='Finnish', fr='French', hr='Croatian', hu='Hungarian',
|
| 16 |
+
it='Italian', lt='Lithuanian', lv='Latvian', mt='Maltese', nl='Dutch', pl='Polish',
|
| 17 |
+
pt='Portuguese', ro='Romanian', ru='Russian', sk='Slovak', sl='Slovenian',
|
| 18 |
+
sv='Swedish', uk='Ukrainian')
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
def sha(path):
|
| 22 |
+
return hashlib.sha256(path.read_bytes()).hexdigest()
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
def main():
|
| 26 |
+
source = json.loads((OUT/'comparison.json').read_text())
|
| 27 |
+
prep = json.loads((OUT/'preparation.json').read_text())
|
| 28 |
+
assert source['status'] == 'complete' and prep['status'] == 'prepared'
|
| 29 |
+
canonical = json.loads((ROOT/'release/model-stages.json').read_text())['canonical']['source_sha256']
|
| 30 |
+
assert source['models']['orukeet'] == canonical
|
| 31 |
+
assert source['models']['parakeet'] == '3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d'
|
| 32 |
+
assert source['manifest_sha256'] == prep['manifest_sha256']
|
| 33 |
+
assert source['script_sha256'] == sha(ROOT/'evaluation/standard_asr/run.py')
|
| 34 |
+
assert prep['script_sha256'] == sha(ROOT/'evaluation/standard_asr/prepare.py')
|
| 35 |
+
assert source['normalizer_sha256'] == sha(ROOT/'evaluation/unseen/metrics.py')
|
| 36 |
+
assert source['numeric_evidence_sha256'] == sha(OUT/'numeric-evidence.jsonl.gz')
|
| 37 |
+
for name, digest in source['scoring']['code_sha256'].items():
|
| 38 |
+
assert sha(ROOT/name) == digest, name
|
| 39 |
+
audit = json.loads((OUT/'hypotheses-audit.json').read_text())
|
| 40 |
+
assert audit['status'] == 'passed' and audit['models'] == source['models']
|
| 41 |
+
assert audit['upstream_scoring_verified']['model_partition_pairs'] == 54
|
| 42 |
+
assert audit['script_sha256'] == sha(ROOT/'evaluation/standard_asr/audit_predictions.py')
|
| 43 |
+
for name, digest in audit['inputs_sha256'].items():
|
| 44 |
+
assert sha(OUT/name) == digest, name
|
| 45 |
+
expected = {f'fleurs_{lang}' for lang in LANGUAGES} | {'librispeech_test_clean','librispeech_test_other'}
|
| 46 |
+
assert set(source['sets']) == set(prep['sources']) == expected
|
| 47 |
+
totals, sizes, durations, seen = defaultdict(Counter), Counter(), Counter(), set()
|
| 48 |
+
with gzip.open(OUT/'numeric-evidence.jsonl.gz', 'rt') as stream:
|
| 49 |
+
for line in stream:
|
| 50 |
+
row = json.loads(line)
|
| 51 |
+
assert row['record_sha256'] not in seen
|
| 52 |
+
seen.add(row['record_sha256'])
|
| 53 |
+
sizes[row['split']] += 1
|
| 54 |
+
durations[row['split']] += row['duration']
|
| 55 |
+
for model in ['parakeet','orukeet']:
|
| 56 |
+
c = row['counts'][model]
|
| 57 |
+
assert c['errors'] == c['substitutions'] + c['deletions'] + c['insertions']
|
| 58 |
+
totals[(row['split'], model)].update(c)
|
| 59 |
+
assert row['counts']['parakeet']['chars'] == row['counts']['orukeet']['chars']
|
| 60 |
+
assert len(seen) == source['rows'] == prep['rows']
|
| 61 |
+
for split, spec in source['sets'].items():
|
| 62 |
+
assert sizes[split] == spec['rows'] == prep['sources'][split]['rows']
|
| 63 |
+
assert math.isclose(durations[split]/3600, spec['hours'], abs_tol=1e-8)
|
| 64 |
+
for model in source['models']:
|
| 65 |
+
c = totals[(split, model)]
|
| 66 |
+
assert all(spec['models'][model][k] == v for k,v in c.items())
|
| 67 |
+
assert math.isclose(spec['models'][model]['wer'], 100*c['errors']/c['words'], abs_tol=1e-12)
|
| 68 |
+
assert math.isclose(spec['models'][model]['cer'], 100*c['char_errors']/c['chars'], abs_tol=1e-12)
|
| 69 |
+
summaries = {}
|
| 70 |
+
for name, languages in [('fleurs_five', 'de es fr it pt'.split()), ('fleurs_all', list(LANGUAGES))]:
|
| 71 |
+
members = [source['sets'][f'fleurs_{lang}'] for lang in languages]
|
| 72 |
+
summaries[name] = dict(languages=languages, rows=sum(s['rows'] for s in members),
|
| 73 |
+
models={model:{metric:sum(s['models'][model][metric] for s in members)/len(members)
|
| 74 |
+
for metric in ['wer','cer']} for model in source['models']})
|
| 75 |
+
order = ['librispeech_test_clean','librispeech_test_other'] + [f'fleurs_{k}' for k in sorted(LANGUAGES,key=LANGUAGES.get)]
|
| 76 |
+
names = {'librispeech_test_clean':'LibriSpeech test-clean', 'librispeech_test_other':'LibriSpeech test-other',
|
| 77 |
+
**{f'fleurs_{k}':'FLEURS '+v for k,v in LANGUAGES.items()}}
|
| 78 |
+
rows = [dict(split=s, label=names[s], **source['sets'][s]) for s in order]
|
| 79 |
+
macros = {}
|
| 80 |
+
for name, split in [('LibriClean','librispeech_test_clean'),('LibriOther','librispeech_test_other'),('FleursEnglish','fleurs_en')]:
|
| 81 |
+
for model, prefix in [('parakeet','Parakeet'),('orukeet','Orukeet')]:
|
| 82 |
+
macros[name+prefix+'WER'] = f"{source['sets'][split]['models'][model]['wer']:.2f}"
|
| 83 |
+
for name, key in [('FleursFive','fleurs_five'),('FleursAll','fleurs_all')]:
|
| 84 |
+
for model, prefix in [('parakeet','Parakeet'),('orukeet','Orukeet')]:
|
| 85 |
+
macros[name+prefix+'WER'] = f"{summaries[key]['models'][model]['wer']:.2f}"
|
| 86 |
+
macros['StandardTestRows'] = f"{source['rows']:,}"
|
| 87 |
+
macros['FleursTestRows'] = f"{summaries['fleurs_all']['rows']:,}"
|
| 88 |
+
(ROOT/'report/standard-benchmark-values.tex').write_text('% Generated from complete-test edit counts.\n'+''.join(
|
| 89 |
+
'\\newcommand{\\'+key+'}{'+value+'}\n' for key,value in macros.items()))
|
| 90 |
+
table = [r'\begin{table}[!ht]',r'\centering',
|
| 91 |
+
r'\caption{Complete LibriSpeech and FLEURS test partitions. Both models use matched NeMo greedy decoding; WER and CER are percentages. Macro rows weight languages equally. Lower is better.}',
|
| 92 |
+
r'\label{tab:standard-benchmarks}',r'\small',r'\setlength{\tabcolsep}{5pt}',
|
| 93 |
+
r'\renewcommand{\arraystretch}{1.05}',r'\begin{tabular}{lrrrrr}',r'\toprule',
|
| 94 |
+
r'Benchmark & Clips & \multicolumn{2}{c}{Parakeet} & \multicolumn{2}{c}{Orukeet}\\',
|
| 95 |
+
r' & & WER & CER & WER & CER\\',r'\midrule']
|
| 96 |
+
md = ['| Benchmark | Clips | Parakeet WER / CER | Orukeet WER / CER |','|:--|--:|--:|--:|']
|
| 97 |
+
for row in rows:
|
| 98 |
+
values = [f"{row['models'][model][metric]:.2f}" for model in ['parakeet','orukeet'] for metric in ['wer','cer']]
|
| 99 |
+
table.append(row['label']+' & '+f"{row['rows']:,}"+' & '+' & '.join(values)+r'\\')
|
| 100 |
+
md.append('| '+row['label']+' | '+f"{row['rows']:,}"+' | '+values[0]+' / '+values[1]+' | '+values[2]+' / '+values[3]+' |')
|
| 101 |
+
if row['split'] == 'librispeech_test_other': table.append(r'\midrule')
|
| 102 |
+
table.append(r'\midrule')
|
| 103 |
+
for key, label in [('fleurs_five','FLEURS five-language macro'),('fleurs_all','FLEURS 25-language macro')]:
|
| 104 |
+
row=summaries[key]
|
| 105 |
+
values=[f"{row['models'][model][metric]:.2f}" for model in ['parakeet','orukeet'] for metric in ['wer','cer']]
|
| 106 |
+
table.append(label+' & '+f"{row['rows']:,}"+' & '+' & '.join(values)+r'\\')
|
| 107 |
+
md.append('| '+label+' | '+f"{row['rows']:,}"+' | '+values[0]+' / '+values[1]+' | '+values[2]+' / '+values[3]+' |')
|
| 108 |
+
table += [r'\bottomrule',r'\end{tabular}',r'\end{table}']
|
| 109 |
+
(ROOT/'report/standard-benchmark-table.tex').write_text('\n'.join(table)+'\n')
|
| 110 |
+
with (OUT/'scores.csv').open('w',newline='') as stream:
|
| 111 |
+
writer=csv.writer(stream);writer.writerow(['split','clips','hours','parakeet_wer','parakeet_cer','orukeet_wer','orukeet_cer'])
|
| 112 |
+
for row in rows:writer.writerow([row['split'],row['rows'],row['hours']]+[row['models'][m][x] for m in ['parakeet','orukeet'] for x in ['wer','cer']])
|
| 113 |
+
method = ('Both checkpoints use identical mono 16 kHz audio, NeMo greedy-batch TDT decoding, FP32 weights and BF16 CUDA autocast. '
|
| 114 |
+
'English uses the pinned English text normalizer. Multilingual normalization retains diacritics and expands numbers by language. '
|
| 115 |
+
'WER aligns compound boundaries, then uses compound-aware edit distance; CER measures normalized strings before boundary alignment. '
|
| 116 |
+
'WER and CER pool integer edit counts and reference lengths within each test partition. Every test record is retained, including empty hypotheses. '
|
| 117 |
+
'The five-language FLEURS macro averages German, Spanish, French, Italian and Portuguese; the 25-language macro includes every supported language.')
|
| 118 |
+
doc = '# LibriSpeech and FLEURS benchmarks\n\n'+method+'\n\n'+'\n'.join(md)+'\n\n'+(
|
| 119 |
+
'[Evaluation and reproduction](../evaluation/standard_asr/README.md) · '
|
| 120 |
+
'[Full-precision scores](../evidence/standard-asr-20260908/scores.csv) · '
|
| 121 |
+
'[Per-record edit counts](../evidence/standard-asr-20260908/numeric-evidence.jsonl.gz)\n')
|
| 122 |
+
(ROOT/'docs/standard-asr-benchmarks.md').write_text(doc)
|
| 123 |
+
receipt = dict(status='passed', publication_authorized=False, rows=len(seen), splits=len(rows),
|
| 124 |
+
model_sha256=canonical, summaries=summaries, checks=['Unique complete test membership','All paired integer counts','WER and CER recomputation','Pinned checkpoint and source hashes'],
|
| 125 |
+
inputs_sha256={name:sha(OUT/name) for name in ['comparison.json','preparation.json','numeric-evidence.jsonl.gz','hypotheses-audit.json']},
|
| 126 |
+
outputs_sha256={name:sha(ROOT/name) for name in ['report/standard-benchmark-values.tex','report/standard-benchmark-table.tex','docs/standard-asr-benchmarks.md','evidence/standard-asr-20260908/scores.csv']})
|
| 127 |
+
if '--verify-pdf' in sys.argv:
|
| 128 |
+
text=subprocess.check_output(['pdftotext','-layout',str(ROOT/'output/pdf/orukeet-technical-report.pdf'),'-'],text=True)
|
| 129 |
+
lines={' '.join(line.split()) for line in text.splitlines()}
|
| 130 |
+
for row in rows:
|
| 131 |
+
values=[f"{row['models'][model][metric]:.2f}" for model in ['parakeet','orukeet'] for metric in ['wer','cer']]
|
| 132 |
+
assert ' '.join([row['label'],f"{row['rows']:,}"]+values) in lines, row['split']
|
| 133 |
+
normalized_lines={line.replace('\ufb01','fi') for line in lines}
|
| 134 |
+
for key,label in [('fleurs_five','FLEURS five-language macro'),('fleurs_all','FLEURS 25-language macro')]:
|
| 135 |
+
summary=summaries[key]
|
| 136 |
+
values=[f"{summary['models'][model][metric]:.2f}" for model in ['parakeet','orukeet'] for metric in ['wer','cer']]
|
| 137 |
+
assert ' '.join([label,f"{summary['rows']:,}"]+values) in normalized_lines,key
|
| 138 |
+
import re
|
| 139 |
+
abstract=re.split(r'\n\s*1\s+Introduction',text.split('Abstract',1)[1],maxsplit=1)[0]
|
| 140 |
+
assert 'Open ASR' not in text and 'leaderboard' not in text.lower()
|
| 141 |
+
for key in ['LibriClean','LibriOther','FleursEnglish','FleursFive']:
|
| 142 |
+
assert macros[key+'ParakeetWER'] in abstract and macros[key+'OrukeetWER'] in abstract
|
| 143 |
+
receipt['checks'].append('Rendered abstract and all 27 test table rows match measurements')
|
| 144 |
+
(OUT/'materials-validation.json').write_text(json.dumps(receipt,indent=2)+'\n')
|
| 145 |
+
print(json.dumps({k:v for k,v in receipt.items() if k not in ['inputs_sha256','outputs_sha256','summaries']}))
|
| 146 |
+
|
| 147 |
+
|
| 148 |
+
if __name__ == '__main__':
|
| 149 |
+
main()
|
evaluation/standard_asr/prepare.py
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Pair pinned FLEURS references and official LibriSpeech transcripts with audio."""
|
| 2 |
+
import argparse
|
| 3 |
+
from concurrent.futures import ThreadPoolExecutor
|
| 4 |
+
import hashlib
|
| 5 |
+
import json
|
| 6 |
+
from pathlib import Path
|
| 7 |
+
|
| 8 |
+
FLEURS_REPO = 'hf-audio/open-asr-leaderboard-multilingual-datasets'
|
| 9 |
+
FLEURS_REVISION = 'b791fc9151221e5b7e59c6c2dfa4dee09dda3cb7'
|
| 10 |
+
LANGUAGES = 'bg cs da de el en es et fi fr hr hu it lt lv mt nl pl pt ro ru sk sl sv uk'.split()
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
def sha(path):
|
| 14 |
+
return hashlib.sha256(path.read_bytes()).hexdigest()
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
def main():
|
| 18 |
+
p = argparse.ArgumentParser()
|
| 19 |
+
p.add_argument('--audio-root', type=Path, required=True)
|
| 20 |
+
p.add_argument('--output', type=Path, required=True)
|
| 21 |
+
a = p.parse_args()
|
| 22 |
+
import numpy as np
|
| 23 |
+
import soundfile as sf
|
| 24 |
+
import pyarrow.parquet as pq
|
| 25 |
+
from huggingface_hub import HfFileSystem
|
| 26 |
+
a.output.mkdir(parents=True, exist_ok=True)
|
| 27 |
+
|
| 28 |
+
def fleurs(language):
|
| 29 |
+
path = f'datasets/{FLEURS_REPO}@{FLEURS_REVISION}/data/fleurs/{language}_test.parquet'
|
| 30 |
+
target = a.output / f'fleurs-{language}-references.json'
|
| 31 |
+
if target.exists():
|
| 32 |
+
return json.loads(target.read_text())
|
| 33 |
+
with HfFileSystem().open(path, 'rb', block_size=1024*1024) as stream:
|
| 34 |
+
parquet = pq.ParquetFile(stream)
|
| 35 |
+
records = parquet.read(columns=['file_name', 'duration', 'text']).to_pylist()
|
| 36 |
+
assert len(records) == parquet.metadata.num_rows
|
| 37 |
+
target.write_text(json.dumps(records, ensure_ascii=False) + '\n')
|
| 38 |
+
print('REFERENCES', language, len(records), flush=True)
|
| 39 |
+
return records
|
| 40 |
+
|
| 41 |
+
with ThreadPoolExecutor(max_workers=6) as pool:
|
| 42 |
+
reference_sets = dict(zip(LANGUAGES, pool.map(fleurs, LANGUAGES)))
|
| 43 |
+
rows, sources = [], {}
|
| 44 |
+
|
| 45 |
+
def add(split, language, uid, path, text, duration=None):
|
| 46 |
+
assert path.is_file(), path
|
| 47 |
+
audio, rate = sf.read(path, dtype='float32')
|
| 48 |
+
assert rate == 16000 and audio.ndim == 1 and np.isfinite(audio).all()
|
| 49 |
+
seconds = len(audio) / rate
|
| 50 |
+
if duration is not None:
|
| 51 |
+
assert abs(seconds - duration) < 0.002, (path, seconds, duration)
|
| 52 |
+
rows.append(dict(uid=uid, split=split, language=language, text=text,
|
| 53 |
+
audio_filepath=str(path), duration=seconds,
|
| 54 |
+
pcm_sha256=hashlib.sha256(audio.astype('<f4').tobytes()).hexdigest(),
|
| 55 |
+
reference_sha256=hashlib.sha256(text.encode()).hexdigest()))
|
| 56 |
+
|
| 57 |
+
for language, records in reference_sets.items():
|
| 58 |
+
split = f'fleurs_{language}'
|
| 59 |
+
assert len(records) == len({r['file_name'] for r in records})
|
| 60 |
+
for row in records:
|
| 61 |
+
path = a.audio_root / 'data/fleurs' / language / 'test' / (Path(row['file_name']).stem + '.flac')
|
| 62 |
+
add(split, language, split+':'+Path(row['file_name']).stem, path, row['text'], row['duration'])
|
| 63 |
+
sources[split] = dict(repository=FLEURS_REPO, revision=FLEURS_REVISION,
|
| 64 |
+
path=f'data/fleurs/{language}_test.parquet', rows=len(records),
|
| 65 |
+
reference_file_sha256=sha(a.output/f'fleurs-{language}-references.json'))
|
| 66 |
+
|
| 67 |
+
for split, folder, expected in [
|
| 68 |
+
('librispeech_test_clean', 'data/goal_v2_sources/libri/LibriSpeech/test-clean', 2620),
|
| 69 |
+
('librispeech_test_other', 'data/librispeech/LibriSpeech/test-other', 2939),
|
| 70 |
+
]:
|
| 71 |
+
transcripts = sorted((a.audio_root / folder).rglob('*.trans.txt'))
|
| 72 |
+
count = 0
|
| 73 |
+
for transcript in transcripts:
|
| 74 |
+
for line in transcript.read_text().splitlines():
|
| 75 |
+
uid, text = line.split(' ', 1)
|
| 76 |
+
add(split, 'en', split+':'+uid, transcript.parent/(uid+'.flac'), text)
|
| 77 |
+
count += 1
|
| 78 |
+
assert count == expected, (split, count)
|
| 79 |
+
sources[split] = dict(source='Official LibriSpeech test partition and original .trans.txt transcripts',
|
| 80 |
+
rows=count, transcript_files_sha256={str(x.relative_to(a.audio_root)):sha(x) for x in transcripts})
|
| 81 |
+
rows.sort(key=lambda r: (r['split'], r['uid']))
|
| 82 |
+
assert len(rows) == len({r['uid'] for r in rows})
|
| 83 |
+
manifest = a.output/'manifest.jsonl'
|
| 84 |
+
with manifest.open('w') as stream:
|
| 85 |
+
for row in rows:
|
| 86 |
+
stream.write(json.dumps(row, ensure_ascii=False)+'\n')
|
| 87 |
+
receipt = dict(status='prepared', publication_authorized=False, rows=len(rows), splits=len(sources),
|
| 88 |
+
selection='Complete published test partitions; all records retained, no selection by model output.',
|
| 89 |
+
sources=sources, manifest_sha256=sha(manifest), script_sha256=sha(Path(__file__)),
|
| 90 |
+
hours=sum(r['duration'] for r in rows)/3600,
|
| 91 |
+
audio='Existing mono 16 kHz FLAC files, decoded float32 PCM hashes checked before inference.',
|
| 92 |
+
abstract_comparisons=['librispeech_test_clean','librispeech_test_other','fleurs_en'],
|
| 93 |
+
additional_abstract_summary='Equal-language macro over de, es, fr, it, pt FLEURS test partitions')
|
| 94 |
+
(a.output/'preparation.json').write_text(json.dumps(receipt, indent=2)+'\n')
|
| 95 |
+
print('PREPARED', len(rows), receipt['hours'], flush=True)
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
if __name__ == '__main__':
|
| 99 |
+
main()
|
evaluation/standard_asr/requirements-score.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
kaldialign==0.12.0
|
| 2 |
+
num2words==0.5.14
|
| 3 |
+
rapidfuzz==3.14.6
|
| 4 |
+
regex==2026.9.3
|
evaluation/standard_asr/rescore.py
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Score fixed private transcripts with pinned compound-aware normalization."""
|
| 2 |
+
import argparse
|
| 3 |
+
from collections import Counter, defaultdict
|
| 4 |
+
import gzip
|
| 5 |
+
import hashlib
|
| 6 |
+
from importlib.metadata import version
|
| 7 |
+
import json
|
| 8 |
+
from pathlib import Path
|
| 9 |
+
from scoring import counts
|
| 10 |
+
|
| 11 |
+
ROOT = Path(__file__).resolve().parents[2]
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
def sha(path):
|
| 15 |
+
return hashlib.sha256(path.read_bytes()).hexdigest()
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
def main():
|
| 19 |
+
parser = argparse.ArgumentParser()
|
| 20 |
+
parser.add_argument('--private-records', type=Path, required=True)
|
| 21 |
+
parser.add_argument('--evidence', type=Path, default=ROOT/'evidence/standard-asr-20260908')
|
| 22 |
+
a = parser.parse_args()
|
| 23 |
+
source = json.loads((a.evidence/'inference-comparison.json').read_text())
|
| 24 |
+
assert sha(a.private_records/'manifest.jsonl') == source['manifest_sha256']
|
| 25 |
+
rows = [json.loads(line) for line in (a.private_records/'manifest.jsonl').open()]
|
| 26 |
+
predictions = {}
|
| 27 |
+
for model in source['models']:
|
| 28 |
+
path = a.private_records/(model+'.jsonl')
|
| 29 |
+
assert sha(path) == source['prediction_sha256'][model]
|
| 30 |
+
records = [json.loads(line) for line in path.open()]
|
| 31 |
+
predictions[model] = {r['uid']:r['prediction'] for r in records}
|
| 32 |
+
assert len(records) == len(predictions[model]) == len(rows)
|
| 33 |
+
totals, seen = defaultdict(Counter), set()
|
| 34 |
+
with gzip.open(a.evidence/'numeric-evidence.jsonl.gz', 'wt') as stream:
|
| 35 |
+
for row in rows:
|
| 36 |
+
assert row['uid'] not in seen
|
| 37 |
+
seen.add(row['uid'])
|
| 38 |
+
values = {model:counts(row['text'], predictions[model][row['uid']], row['language'])
|
| 39 |
+
for model in source['models']}
|
| 40 |
+
for model, value in values.items():
|
| 41 |
+
totals[(row['split'], model)].update(value)
|
| 42 |
+
stream.write(json.dumps(dict(record_sha256=hashlib.sha256(row['uid'].encode()).hexdigest(),
|
| 43 |
+
split=row['split'], language=row['language'],
|
| 44 |
+
duration=row['duration'], counts=values))+'\n')
|
| 45 |
+
assert len(seen) == source['rows']
|
| 46 |
+
for split, spec in source['sets'].items():
|
| 47 |
+
spec['models'] = {model:dict(totals[(split,model)],
|
| 48 |
+
wer=100*totals[(split,model)]['errors']/totals[(split,model)]['words'],
|
| 49 |
+
cer=100*totals[(split,model)]['char_errors']/totals[(split,model)]['chars'])
|
| 50 |
+
for model in source['models']}
|
| 51 |
+
paths = [Path(__file__), ROOT/'evaluation/standard_asr/scoring.py']
|
| 52 |
+
paths += [p for p in (ROOT/'evaluation/standard_asr/vendor').iterdir() if p.is_file()]
|
| 53 |
+
source['scoring'] = dict(
|
| 54 |
+
protocol='Pinned English and multilingual normalization; compound-aware WER',
|
| 55 |
+
dependencies={name:version(name) for name in ['kaldialign','num2words','regex','rapidfuzz']},
|
| 56 |
+
code_sha256={p.relative_to(ROOT).as_posix():sha(p) for p in paths},
|
| 57 |
+
reference_word_counts='Non-English word-boundary alignment may change reference token counts separately for each model.',
|
| 58 |
+
cer='Character distance before compound alignment, including normalized spaces.',
|
| 59 |
+
inference_comparison_sha256=sha(a.evidence/'inference-comparison.json'))
|
| 60 |
+
source['normalizers'] = dict(en='Pinned EnglishTextNormalizer with spelling/name/compound maps',
|
| 61 |
+
other='Pinned MultilingualNormalizer; diacritics retained; language-specific numbers; compound-boundary alignment')
|
| 62 |
+
source['numeric_evidence_sha256'] = sha(a.evidence/'numeric-evidence.jsonl.gz')
|
| 63 |
+
(a.evidence/'comparison.json').write_text(json.dumps(source,indent=2,ensure_ascii=False)+'\n')
|
| 64 |
+
for split in ['librispeech_test_clean','librispeech_test_other','fleurs_en','fleurs_de','fleurs_es','fleurs_fr','fleurs_it','fleurs_pt']:
|
| 65 |
+
if split in source['sets']:
|
| 66 |
+
print(split,{m:round(v['wer'],3) for m,v in source['sets'][split]['models'].items()})
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
if __name__ == '__main__':
|
| 70 |
+
main()
|
evaluation/standard_asr/run.py
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Compare two fixed NeMo checkpoints on complete LibriSpeech and FLEURS tests.
|
| 2 |
+
|
| 3 |
+
Input is a JSONL manifest with uid, split, language, text, audio_filepath,
|
| 4 |
+
duration, and pcm_sha256. Every record is decoded by both checkpoints; empty
|
| 5 |
+
hypotheses remain in the score. Resume verifies model, manifest and code hashes.
|
| 6 |
+
"""
|
| 7 |
+
import argparse
|
| 8 |
+
from collections import Counter, defaultdict
|
| 9 |
+
import gc
|
| 10 |
+
import gzip
|
| 11 |
+
import hashlib
|
| 12 |
+
import json
|
| 13 |
+
from pathlib import Path
|
| 14 |
+
import sys
|
| 15 |
+
import time
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
def sha(path):
|
| 19 |
+
h = hashlib.sha256()
|
| 20 |
+
with open(path, 'rb') as stream:
|
| 21 |
+
for block in iter(lambda: stream.read(1 << 20), b''):
|
| 22 |
+
h.update(block)
|
| 23 |
+
return h.hexdigest()
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
def write(path, value):
|
| 27 |
+
tmp = path.with_suffix('.tmp')
|
| 28 |
+
tmp.write_text(json.dumps(value, indent=2, ensure_ascii=False) + '\n')
|
| 29 |
+
tmp.replace(path)
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
def main():
|
| 33 |
+
p = argparse.ArgumentParser()
|
| 34 |
+
p.add_argument('--manifest', type=Path, required=True)
|
| 35 |
+
p.add_argument('--parakeet', type=Path, required=True)
|
| 36 |
+
p.add_argument('--orukeet', type=Path, required=True)
|
| 37 |
+
p.add_argument('--parakeet-sha256', default='3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d')
|
| 38 |
+
p.add_argument('--orukeet-sha256', default='0ccfefcd1894871cb0850bd3c464adf5397752840de2a76d1d2d075c4141a945')
|
| 39 |
+
p.add_argument('--metric-code', type=Path, required=True)
|
| 40 |
+
p.add_argument('--output', type=Path, required=True)
|
| 41 |
+
a = p.parse_args()
|
| 42 |
+
import numpy as np
|
| 43 |
+
import soundfile as sf
|
| 44 |
+
import torch
|
| 45 |
+
from omegaconf import OmegaConf
|
| 46 |
+
from nemo.collections.asr.models import ASRModel
|
| 47 |
+
from nemo.utils import logging
|
| 48 |
+
sys.path.insert(0, str(a.metric_code))
|
| 49 |
+
from metrics import counts, normalize, ENGLISH
|
| 50 |
+
|
| 51 |
+
logging.set_verbosity(logging.ERROR)
|
| 52 |
+
torch.set_num_threads(8)
|
| 53 |
+
torch.manual_seed(20260908)
|
| 54 |
+
np.random.seed(20260908)
|
| 55 |
+
torch.backends.cuda.matmul.allow_tf32 = False
|
| 56 |
+
torch.backends.cudnn.allow_tf32 = True
|
| 57 |
+
a.output.mkdir(parents=True, exist_ok=True)
|
| 58 |
+
rows = [json.loads(line) for line in a.manifest.open()]
|
| 59 |
+
assert len(rows) == len({r['uid'] for r in rows})
|
| 60 |
+
rows.sort(key=lambda r: (r['duration'], r['uid']))
|
| 61 |
+
identities = dict(manifest_sha256=sha(a.manifest), script_sha256=sha(__file__),
|
| 62 |
+
normalizer_sha256=sha(a.metric_code / 'metrics.py'))
|
| 63 |
+
for row in rows:
|
| 64 |
+
audio, rate = sf.read(row['audio_filepath'], dtype='float32')
|
| 65 |
+
assert rate == 16000 and audio.ndim == 1
|
| 66 |
+
assert abs(len(audio) / rate - row['duration']) < 1 / rate
|
| 67 |
+
assert hashlib.sha256(audio.astype('<f4').tobytes()).hexdigest() == row['pcm_sha256']
|
| 68 |
+
print('AUDIO_VERIFIED', len(rows), flush=True)
|
| 69 |
+
decoding, predictions, timings, models = None, {}, {}, {}
|
| 70 |
+
for label, path in [('parakeet', a.parakeet), ('orukeet', a.orukeet)]:
|
| 71 |
+
identity = dict(identities, model_sha256=sha(path))
|
| 72 |
+
assert identity['model_sha256'] == getattr(a, label + '_sha256')
|
| 73 |
+
models[label] = identity['model_sha256']
|
| 74 |
+
target = a.output / (label + '.jsonl')
|
| 75 |
+
prior = [json.loads(line) for line in target.open()] if target.exists() else []
|
| 76 |
+
assert len(prior) == len({r['uid'] for r in prior})
|
| 77 |
+
for record in prior:
|
| 78 |
+
assert all(record[k] == v for k, v in identity.items())
|
| 79 |
+
done = {r['uid']: r for r in prior}
|
| 80 |
+
assert set(done) <= {r['uid'] for r in rows}
|
| 81 |
+
pending = [r for r in rows if r['uid'] not in done]
|
| 82 |
+
if pending:
|
| 83 |
+
model = ASRModel.restore_from(str(path), map_location='cuda').eval()
|
| 84 |
+
model.freeze()
|
| 85 |
+
config = OmegaConf.to_container(model.cfg.decoding, resolve=True)
|
| 86 |
+
assert config['strategy'] == 'greedy_batch' and config['greedy']['max_symbols'] == 10
|
| 87 |
+
if decoding is None:
|
| 88 |
+
decoding = config
|
| 89 |
+
write(a.output / 'decoding.json', config)
|
| 90 |
+
assert config == decoding
|
| 91 |
+
model.change_decoding_strategy(OmegaConf.create(config))
|
| 92 |
+
started = time.monotonic()
|
| 93 |
+
|
| 94 |
+
def infer(batch):
|
| 95 |
+
try:
|
| 96 |
+
with torch.inference_mode(), torch.autocast('cuda', dtype=torch.bfloat16):
|
| 97 |
+
hypotheses = model.transcribe([r['audio_filepath'] for r in batch],
|
| 98 |
+
batch_size=16, num_workers=4, verbose=False)
|
| 99 |
+
assert len(hypotheses) == len(batch)
|
| 100 |
+
return [h.text if hasattr(h, 'text') else str(h) for h in hypotheses]
|
| 101 |
+
except torch.cuda.OutOfMemoryError:
|
| 102 |
+
torch.cuda.empty_cache()
|
| 103 |
+
gc.collect()
|
| 104 |
+
if len(batch) == 1:
|
| 105 |
+
raise
|
| 106 |
+
mid = len(batch) // 2
|
| 107 |
+
return infer(batch[:mid]) + infer(batch[mid:])
|
| 108 |
+
|
| 109 |
+
with target.open('a') as stream:
|
| 110 |
+
for offset in range(0, len(pending), 256):
|
| 111 |
+
batch = pending[offset:offset + 256]
|
| 112 |
+
for row, text in zip(batch, infer(batch)):
|
| 113 |
+
record = dict(uid=row['uid'], prediction=text, **identity)
|
| 114 |
+
done[row['uid']] = record
|
| 115 |
+
stream.write(json.dumps(record, ensure_ascii=False) + '\n')
|
| 116 |
+
stream.flush()
|
| 117 |
+
print('EVAL', label, len(done), '/', len(rows), flush=True)
|
| 118 |
+
torch.cuda.synchronize()
|
| 119 |
+
timings[label] = dict(seconds=time.monotonic() - started, rows=len(pending))
|
| 120 |
+
del model
|
| 121 |
+
gc.collect()
|
| 122 |
+
torch.cuda.empty_cache()
|
| 123 |
+
predictions[label] = done
|
| 124 |
+
assert len(done) == len(rows)
|
| 125 |
+
totals, sizes, durations = defaultdict(lambda: defaultdict(Counter)), Counter(), Counter()
|
| 126 |
+
with gzip.open(a.output / 'numeric-evidence.jsonl.gz', 'wt') as stream:
|
| 127 |
+
for row in rows:
|
| 128 |
+
split = row['split']
|
| 129 |
+
sizes[split] += 1
|
| 130 |
+
durations[split] += row['duration']
|
| 131 |
+
normalizer = ENGLISH if row['language'] == 'en' else normalize
|
| 132 |
+
values = {label: counts(row['text'], predictions[label][row['uid']]['prediction'], normalizer)
|
| 133 |
+
for label in predictions}
|
| 134 |
+
for label, count in values.items():
|
| 135 |
+
totals[split][label].update(count)
|
| 136 |
+
stream.write(json.dumps(dict(record_sha256=hashlib.sha256(row['uid'].encode()).hexdigest(),
|
| 137 |
+
split=split, language=row['language'],
|
| 138 |
+
duration=row['duration'], counts=values)) + '\n')
|
| 139 |
+
sets = {}
|
| 140 |
+
for split in sorted(sizes):
|
| 141 |
+
sets[split] = dict(rows=sizes[split], hours=durations[split] / 3600,
|
| 142 |
+
language=next(r['language'] for r in rows if r['split'] == split),
|
| 143 |
+
models={label: dict(c, wer=100*c['errors']/c['words'],
|
| 144 |
+
cer=100*c['char_errors']/c['chars'])
|
| 145 |
+
for label, c in totals[split].items()})
|
| 146 |
+
result = dict(status='complete', publication_authorized=False, rows=len(rows), sets=sets,
|
| 147 |
+
models=models, **identities, decoding=json.loads((a.output/'decoding.json').read_text()),
|
| 148 |
+
precision='FP32 weights, BF16 CUDA autocast, TF32 matrix multiplication disabled',
|
| 149 |
+
normalizers={'en':'Whisper EnglishTextNormalizer', 'other':'Recorded multilingual normalizer'},
|
| 150 |
+
empty_output_handling='Every manifest record is scored; empty hypotheses remain.',
|
| 151 |
+
timings=timings, prediction_sha256={k:sha(a.output/(k+'.jsonl')) for k in models},
|
| 152 |
+
numeric_evidence_sha256=sha(a.output/'numeric-evidence.jsonl.gz'))
|
| 153 |
+
write(a.output / 'comparison.json', result)
|
| 154 |
+
print('COMPLETE', len(rows), flush=True)
|
| 155 |
+
|
| 156 |
+
|
| 157 |
+
if __name__ == '__main__':
|
| 158 |
+
main()
|
evaluation/standard_asr/scoring.py
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Pinned English/multilingual normalization and compound-aware WER."""
|
| 2 |
+
from kaldialign import batch_error_rate
|
| 3 |
+
from rapidfuzz.distance import Levenshtein
|
| 4 |
+
from vendor.normalizer import EnglishTextNormalizer
|
| 5 |
+
from vendor.multilingual import MultilingualNormalizer, normalize_compound_pairs
|
| 6 |
+
|
| 7 |
+
ENGLISH = EnglishTextNormalizer()
|
| 8 |
+
MULTILINGUAL = MultilingualNormalizer(remove_diacritics=False)
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
def normalized_pair(reference, prediction, language):
|
| 12 |
+
normalizer = ENGLISH if language == 'en' else lambda text: MULTILINGUAL(text, lang=language)
|
| 13 |
+
return normalizer(reference), normalizer(prediction)
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
def counts(reference, prediction, language):
|
| 17 |
+
ref, hyp = normalized_pair(reference, prediction, language)
|
| 18 |
+
# CER uses the normalized strings before pair-dependent word-boundary changes.
|
| 19 |
+
chars, char_errors = len(ref), Levenshtein.distance(ref, hyp)
|
| 20 |
+
if language != 'en':
|
| 21 |
+
refs, hyps = normalize_compound_pairs([ref], [hyp])
|
| 22 |
+
ref, hyp = refs[0], hyps[0]
|
| 23 |
+
result = batch_error_rate([tuple(ref.split())], [tuple(hyp.split())], merge_compounds=True)
|
| 24 |
+
return dict(words=len(ref.split()), errors=result['ins'] + result['del'] + result['sub'],
|
| 25 |
+
substitutions=result['sub'], deletions=result['del'], insertions=result['ins'],
|
| 26 |
+
chars=chars, char_errors=char_errors,
|
| 27 |
+
utterance_error=int(bool(result['ins'] + result['del'] + result['sub'])))
|
evaluation/standard_asr/vendor/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright [2024] [The HuggingFace Inc. team]
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
evaluation/standard_asr/vendor/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
"""Pinned text-scoring dependencies; see provenance.json and LICENSE."""
|
evaluation/standard_asr/vendor/english_abbreviations.py
ADDED
|
@@ -0,0 +1,1934 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
english_spelling_normalizer = {
|
| 2 |
+
"ok": "okay",
|
| 3 |
+
"kay": "okay",
|
| 4 |
+
"etcetera": "etc",
|
| 5 |
+
"accessorise": "accessorize",
|
| 6 |
+
"accessorised": "accessorized",
|
| 7 |
+
"accessorises": "accessorizes",
|
| 8 |
+
"accessorising": "accessorizing",
|
| 9 |
+
"acclimatisation": "acclimatization",
|
| 10 |
+
"acclimatise": "acclimatize",
|
| 11 |
+
"acclimatised": "acclimatized",
|
| 12 |
+
"acclimatises": "acclimatizes",
|
| 13 |
+
"acclimatising": "acclimatizing",
|
| 14 |
+
"accoutrements": "accouterments",
|
| 15 |
+
"aeon": "eon",
|
| 16 |
+
"aeons": "eons",
|
| 17 |
+
"aerogramme": "aerogram",
|
| 18 |
+
"aerogrammes": "aerograms",
|
| 19 |
+
"aeroplane": "airplane",
|
| 20 |
+
"aeroplanes": "airplanes",
|
| 21 |
+
"aesthete": "esthete",
|
| 22 |
+
"aesthetes": "esthetes",
|
| 23 |
+
"aesthetic": "esthetic",
|
| 24 |
+
"aesthetically": "esthetically",
|
| 25 |
+
"aesthetics": "esthetics",
|
| 26 |
+
"aetiology": "etiology",
|
| 27 |
+
"ageing": "aging",
|
| 28 |
+
"aggrandisement": "aggrandizement",
|
| 29 |
+
"agonise": "agonize",
|
| 30 |
+
"agonised": "agonized",
|
| 31 |
+
"agonises": "agonizes",
|
| 32 |
+
"agonising": "agonizing",
|
| 33 |
+
"agonisingly": "agonizingly",
|
| 34 |
+
"almanack": "almanac",
|
| 35 |
+
"almanacks": "almanacs",
|
| 36 |
+
"aluminium": "aluminum",
|
| 37 |
+
"amortisable": "amortizable",
|
| 38 |
+
"amortisation": "amortization",
|
| 39 |
+
"amortisations": "amortizations",
|
| 40 |
+
"amortise": "amortize",
|
| 41 |
+
"amortised": "amortized",
|
| 42 |
+
"amortises": "amortizes",
|
| 43 |
+
"amortising": "amortizing",
|
| 44 |
+
"amphitheatre": "amphitheater",
|
| 45 |
+
"amphitheatres": "amphitheaters",
|
| 46 |
+
"anaemia": "anemia",
|
| 47 |
+
"anaemic": "anemic",
|
| 48 |
+
"anaesthesia": "anesthesia",
|
| 49 |
+
"anaesthetic": "anesthetic",
|
| 50 |
+
"anaesthetics": "anesthetics",
|
| 51 |
+
"anaesthetise": "anesthetize",
|
| 52 |
+
"anaesthetised": "anesthetized",
|
| 53 |
+
"anaesthetises": "anesthetizes",
|
| 54 |
+
"anaesthetising": "anesthetizing",
|
| 55 |
+
"anaesthetist": "anesthetist",
|
| 56 |
+
"anaesthetists": "anesthetists",
|
| 57 |
+
"anaesthetize": "anesthetize",
|
| 58 |
+
"anaesthetized": "anesthetized",
|
| 59 |
+
"anaesthetizes": "anesthetizes",
|
| 60 |
+
"anaesthetizing": "anesthetizing",
|
| 61 |
+
"analogue": "analog",
|
| 62 |
+
"analogues": "analogs",
|
| 63 |
+
"analyse": "analyze",
|
| 64 |
+
"analysed": "analyzed",
|
| 65 |
+
"analyses": "analyzes",
|
| 66 |
+
"analysing": "analyzing",
|
| 67 |
+
"anglicise": "anglicize",
|
| 68 |
+
"anglicised": "anglicized",
|
| 69 |
+
"anglicises": "anglicizes",
|
| 70 |
+
"anglicising": "anglicizing",
|
| 71 |
+
"annualised": "annualized",
|
| 72 |
+
"antagonise": "antagonize",
|
| 73 |
+
"antagonised": "antagonized",
|
| 74 |
+
"antagonises": "antagonizes",
|
| 75 |
+
"antagonising": "antagonizing",
|
| 76 |
+
"apologise": "apologize",
|
| 77 |
+
"apologised": "apologized",
|
| 78 |
+
"apologises": "apologizes",
|
| 79 |
+
"apologising": "apologizing",
|
| 80 |
+
"appal": "appall",
|
| 81 |
+
"appals": "appalls",
|
| 82 |
+
"appetiser": "appetizer",
|
| 83 |
+
"appetisers": "appetizers",
|
| 84 |
+
"appetising": "appetizing",
|
| 85 |
+
"appetisingly": "appetizingly",
|
| 86 |
+
"arbour": "arbor",
|
| 87 |
+
"arbours": "arbors",
|
| 88 |
+
"archaeologically": "archeologically",
|
| 89 |
+
"archaeologist": "archeologist",
|
| 90 |
+
"archaeologists": "archeologists",
|
| 91 |
+
"archaeology": "archeology",
|
| 92 |
+
"archaeological": "archeological",
|
| 93 |
+
"ardour": "ardor",
|
| 94 |
+
"armour": "armor",
|
| 95 |
+
"armoured": "armored",
|
| 96 |
+
"armourer": "armorer",
|
| 97 |
+
"armourers": "armorers",
|
| 98 |
+
"armouries": "armories",
|
| 99 |
+
"armoury": "armory",
|
| 100 |
+
"artefact": "artifact",
|
| 101 |
+
"artefacts": "artifacts",
|
| 102 |
+
"authorise": "authorize",
|
| 103 |
+
"authorised": "authorized",
|
| 104 |
+
"authorises": "authorizes",
|
| 105 |
+
"authorising": "authorizing",
|
| 106 |
+
"axe": "ax",
|
| 107 |
+
"backpedalled": "backpedaled",
|
| 108 |
+
"backpedalling": "backpedaling",
|
| 109 |
+
"bannister": "banister",
|
| 110 |
+
"bannisters": "banisters",
|
| 111 |
+
"baptise": "baptize",
|
| 112 |
+
"baptised": "baptized",
|
| 113 |
+
"baptises": "baptizes",
|
| 114 |
+
"baptising": "baptizing",
|
| 115 |
+
"bastardise": "bastardize",
|
| 116 |
+
"bastardised": "bastardized",
|
| 117 |
+
"bastardises": "bastardizes",
|
| 118 |
+
"bastardising": "bastardizing",
|
| 119 |
+
"battleax": "battleaxe",
|
| 120 |
+
"baulk": "balk",
|
| 121 |
+
"baulked": "balked",
|
| 122 |
+
"baulking": "balking",
|
| 123 |
+
"baulks": "balks",
|
| 124 |
+
"bedevilled": "bedeviled",
|
| 125 |
+
"bedevilling": "bedeviling",
|
| 126 |
+
"behaviour": "behavior",
|
| 127 |
+
"behavioural": "behavioral",
|
| 128 |
+
"behaviourism": "behaviorism",
|
| 129 |
+
"behaviourist": "behaviorist",
|
| 130 |
+
"behaviourists": "behaviorists",
|
| 131 |
+
"behaviours": "behaviors",
|
| 132 |
+
"behove": "behoove",
|
| 133 |
+
"behoved": "behooved",
|
| 134 |
+
"behoves": "behooves",
|
| 135 |
+
"bejewelled": "bejeweled",
|
| 136 |
+
"belabour": "belabor",
|
| 137 |
+
"belaboured": "belabored",
|
| 138 |
+
"belabouring": "belaboring",
|
| 139 |
+
"belabours": "belabors",
|
| 140 |
+
"bevelled": "beveled",
|
| 141 |
+
"bevvies": "bevies",
|
| 142 |
+
"bevvy": "bevy",
|
| 143 |
+
"biassed": "biased",
|
| 144 |
+
"biassing": "biasing",
|
| 145 |
+
"bingeing": "binging",
|
| 146 |
+
"bougainvillaea": "bougainvillea",
|
| 147 |
+
"bougainvillaeas": "bougainvilleas",
|
| 148 |
+
"bowdlerise": "bowdlerize",
|
| 149 |
+
"bowdlerised": "bowdlerized",
|
| 150 |
+
"bowdlerises": "bowdlerizes",
|
| 151 |
+
"bowdlerising": "bowdlerizing",
|
| 152 |
+
"breathalyse": "breathalyze",
|
| 153 |
+
"breathalysed": "breathalyzed",
|
| 154 |
+
"breathalyser": "breathalyzer",
|
| 155 |
+
"breathalysers": "breathalyzers",
|
| 156 |
+
"breathalyses": "breathalyzes",
|
| 157 |
+
"breathalysing": "breathalyzing",
|
| 158 |
+
"brutalise": "brutalize",
|
| 159 |
+
"brutalised": "brutalized",
|
| 160 |
+
"brutalises": "brutalizes",
|
| 161 |
+
"brutalising": "brutalizing",
|
| 162 |
+
"busses": "buses",
|
| 163 |
+
"bussing": "busing",
|
| 164 |
+
"caesarean": "cesarean",
|
| 165 |
+
"caesareans": "cesareans",
|
| 166 |
+
"calibre": "caliber",
|
| 167 |
+
"calibres": "calibers",
|
| 168 |
+
"calliper": "caliper",
|
| 169 |
+
"callipers": "calipers",
|
| 170 |
+
"callisthenics": "calisthenics",
|
| 171 |
+
"canalise": "canalize",
|
| 172 |
+
"canalised": "canalized",
|
| 173 |
+
"canalises": "canalizes",
|
| 174 |
+
"canalising": "canalizing",
|
| 175 |
+
"cancellation": "cancelation",
|
| 176 |
+
"cancellations": "cancelations",
|
| 177 |
+
"cancelled": "canceled",
|
| 178 |
+
"cancelling": "canceling",
|
| 179 |
+
"candour": "candor",
|
| 180 |
+
"cannibalise": "cannibalize",
|
| 181 |
+
"cannibalised": "cannibalized",
|
| 182 |
+
"cannibalises": "cannibalizes",
|
| 183 |
+
"cannibalising": "cannibalizing",
|
| 184 |
+
"canonise": "canonize",
|
| 185 |
+
"canonised": "canonized",
|
| 186 |
+
"canonises": "canonizes",
|
| 187 |
+
"canonising": "canonizing",
|
| 188 |
+
"capitalise": "capitalize",
|
| 189 |
+
"capitalised": "capitalized",
|
| 190 |
+
"capitalises": "capitalizes",
|
| 191 |
+
"capitalising": "capitalizing",
|
| 192 |
+
"caramelise": "caramelize",
|
| 193 |
+
"caramelised": "caramelized",
|
| 194 |
+
"caramelises": "caramelizes",
|
| 195 |
+
"caramelising": "caramelizing",
|
| 196 |
+
"carbonise": "carbonize",
|
| 197 |
+
"carbonised": "carbonized",
|
| 198 |
+
"carbonises": "carbonizes",
|
| 199 |
+
"carbonising": "carbonizing",
|
| 200 |
+
"carolled": "caroled",
|
| 201 |
+
"carolling": "caroling",
|
| 202 |
+
"catalogue": "catalog",
|
| 203 |
+
"catalogued": "cataloged",
|
| 204 |
+
"catalogues": "catalogs",
|
| 205 |
+
"cataloguing": "cataloging",
|
| 206 |
+
"catalyse": "catalyze",
|
| 207 |
+
"catalysed": "catalyzed",
|
| 208 |
+
"catalyses": "catalyzes",
|
| 209 |
+
"catalysing": "catalyzing",
|
| 210 |
+
"categorise": "categorize",
|
| 211 |
+
"categorised": "categorized",
|
| 212 |
+
"categorises": "categorizes",
|
| 213 |
+
"categorising": "categorizing",
|
| 214 |
+
"cauterise": "cauterize",
|
| 215 |
+
"cauterised": "cauterized",
|
| 216 |
+
"cauterises": "cauterizes",
|
| 217 |
+
"cauterising": "cauterizing",
|
| 218 |
+
"cavilled": "caviled",
|
| 219 |
+
"cavilling": "caviling",
|
| 220 |
+
"centigramme": "centigram",
|
| 221 |
+
"centigrammes": "centigrams",
|
| 222 |
+
"centilitre": "centiliter",
|
| 223 |
+
"centilitres": "centiliters",
|
| 224 |
+
"centimetre": "centimeter",
|
| 225 |
+
"centimetres": "centimeters",
|
| 226 |
+
"centralise": "centralize",
|
| 227 |
+
"centralised": "centralized",
|
| 228 |
+
"centralises": "centralizes",
|
| 229 |
+
"centralising": "centralizing",
|
| 230 |
+
"centre": "center",
|
| 231 |
+
"centred": "centered",
|
| 232 |
+
"centrefold": "centerfold",
|
| 233 |
+
"centrefolds": "centerfolds",
|
| 234 |
+
"centrepiece": "centerpiece",
|
| 235 |
+
"centrepieces": "centerpieces",
|
| 236 |
+
"centres": "centers",
|
| 237 |
+
"channelled": "channeled",
|
| 238 |
+
"channelling": "channeling",
|
| 239 |
+
"characterise": "characterize",
|
| 240 |
+
"characterised": "characterized",
|
| 241 |
+
"characterises": "characterizes",
|
| 242 |
+
"characterising": "characterizing",
|
| 243 |
+
"cheque": "check",
|
| 244 |
+
"chequebook": "checkbook",
|
| 245 |
+
"chequebooks": "checkbooks",
|
| 246 |
+
"chequered": "checkered",
|
| 247 |
+
"cheques": "checks",
|
| 248 |
+
"chilli": "chili",
|
| 249 |
+
"chimaera": "chimera",
|
| 250 |
+
"chimaeras": "chimeras",
|
| 251 |
+
"chiselled": "chiseled",
|
| 252 |
+
"chiselling": "chiseling",
|
| 253 |
+
"circularise": "circularize",
|
| 254 |
+
"circularised": "circularized",
|
| 255 |
+
"circularises": "circularizes",
|
| 256 |
+
"circularising": "circularizing",
|
| 257 |
+
"civilise": "civilize",
|
| 258 |
+
"civilised": "civilized",
|
| 259 |
+
"civilises": "civilizes",
|
| 260 |
+
"civilising": "civilizing",
|
| 261 |
+
"clamour": "clamor",
|
| 262 |
+
"clamoured": "clamored",
|
| 263 |
+
"clamouring": "clamoring",
|
| 264 |
+
"clamours": "clamors",
|
| 265 |
+
"clangour": "clangor",
|
| 266 |
+
"clarinettist": "clarinetist",
|
| 267 |
+
"clarinettists": "clarinetists",
|
| 268 |
+
"collectivise": "collectivize",
|
| 269 |
+
"collectivised": "collectivized",
|
| 270 |
+
"collectivises": "collectivizes",
|
| 271 |
+
"collectivising": "collectivizing",
|
| 272 |
+
"colonisation": "colonization",
|
| 273 |
+
"colonise": "colonize",
|
| 274 |
+
"colonised": "colonized",
|
| 275 |
+
"coloniser": "colonizer",
|
| 276 |
+
"colonisers": "colonizers",
|
| 277 |
+
"colonises": "colonizes",
|
| 278 |
+
"colonising": "colonizing",
|
| 279 |
+
"colour": "color",
|
| 280 |
+
"colourant": "colorant",
|
| 281 |
+
"colourants": "colorants",
|
| 282 |
+
"coloured": "colored",
|
| 283 |
+
"coloureds": "coloreds",
|
| 284 |
+
"colourful": "colorful",
|
| 285 |
+
"colourfully": "colorfully",
|
| 286 |
+
"colouring": "coloring",
|
| 287 |
+
"colourize": "colorize",
|
| 288 |
+
"colourized": "colorized",
|
| 289 |
+
"colourizes": "colorizes",
|
| 290 |
+
"colourizing": "colorizing",
|
| 291 |
+
"colourless": "colorless",
|
| 292 |
+
"colours": "colors",
|
| 293 |
+
"commercialise": "commercialize",
|
| 294 |
+
"commercialised": "commercialized",
|
| 295 |
+
"commercialises": "commercializes",
|
| 296 |
+
"commercialising": "commercializing",
|
| 297 |
+
"compartmentalise": "compartmentalize",
|
| 298 |
+
"compartmentalised": "compartmentalized",
|
| 299 |
+
"compartmentalises": "compartmentalizes",
|
| 300 |
+
"compartmentalising": "compartmentalizing",
|
| 301 |
+
"computerise": "computerize",
|
| 302 |
+
"computerised": "computerized",
|
| 303 |
+
"computerises": "computerizes",
|
| 304 |
+
"computerising": "computerizing",
|
| 305 |
+
"conceptualise": "conceptualize",
|
| 306 |
+
"conceptualised": "conceptualized",
|
| 307 |
+
"conceptualises": "conceptualizes",
|
| 308 |
+
"conceptualising": "conceptualizing",
|
| 309 |
+
"connexion": "connection",
|
| 310 |
+
"connexions": "connections",
|
| 311 |
+
"contextualise": "contextualize",
|
| 312 |
+
"contextualised": "contextualized",
|
| 313 |
+
"contextualises": "contextualizes",
|
| 314 |
+
"contextualising": "contextualizing",
|
| 315 |
+
"cosier": "cozier",
|
| 316 |
+
"cosies": "cozies",
|
| 317 |
+
"cosiest": "coziest",
|
| 318 |
+
"cosily": "cozily",
|
| 319 |
+
"cosiness": "coziness",
|
| 320 |
+
"cosy": "cozy",
|
| 321 |
+
"councillor": "councilor",
|
| 322 |
+
"councillors": "councilors",
|
| 323 |
+
"counselled": "counseled",
|
| 324 |
+
"counselling": "counseling",
|
| 325 |
+
"counsellor": "counselor",
|
| 326 |
+
"counsellors": "counselors",
|
| 327 |
+
"crenelated": "crenellated",
|
| 328 |
+
"criminalise": "criminalize",
|
| 329 |
+
"criminalised": "criminalized",
|
| 330 |
+
"criminalises": "criminalizes",
|
| 331 |
+
"criminalising": "criminalizing",
|
| 332 |
+
"criticise": "criticize",
|
| 333 |
+
"criticised": "criticized",
|
| 334 |
+
"criticises": "criticizes",
|
| 335 |
+
"criticising": "criticizing",
|
| 336 |
+
"crueller": "crueler",
|
| 337 |
+
"cruellest": "cruelest",
|
| 338 |
+
"crystallisation": "crystallization",
|
| 339 |
+
"crystallise": "crystallize",
|
| 340 |
+
"crystallised": "crystallized",
|
| 341 |
+
"crystallises": "crystallizes",
|
| 342 |
+
"crystallising": "crystallizing",
|
| 343 |
+
"cudgelled": "cudgeled",
|
| 344 |
+
"cudgelling": "cudgeling",
|
| 345 |
+
"customise": "customize",
|
| 346 |
+
"customised": "customized",
|
| 347 |
+
"customises": "customizes",
|
| 348 |
+
"customising": "customizing",
|
| 349 |
+
"cypher": "cipher",
|
| 350 |
+
"cyphers": "ciphers",
|
| 351 |
+
"decentralisation": "decentralization",
|
| 352 |
+
"decentralise": "decentralize",
|
| 353 |
+
"decentralised": "decentralized",
|
| 354 |
+
"decentralises": "decentralizes",
|
| 355 |
+
"decentralising": "decentralizing",
|
| 356 |
+
"decriminalisation": "decriminalization",
|
| 357 |
+
"decriminalise": "decriminalize",
|
| 358 |
+
"decriminalised": "decriminalized",
|
| 359 |
+
"decriminalises": "decriminalizes",
|
| 360 |
+
"decriminalising": "decriminalizing",
|
| 361 |
+
"defence": "defense",
|
| 362 |
+
"defenceless": "defenseless",
|
| 363 |
+
"defences": "defenses",
|
| 364 |
+
"dehumanisation": "dehumanization",
|
| 365 |
+
"dehumanise": "dehumanize",
|
| 366 |
+
"dehumanised": "dehumanized",
|
| 367 |
+
"dehumanises": "dehumanizes",
|
| 368 |
+
"dehumanising": "dehumanizing",
|
| 369 |
+
"demeanour": "demeanor",
|
| 370 |
+
"demilitarisation": "demilitarization",
|
| 371 |
+
"demilitarise": "demilitarize",
|
| 372 |
+
"demilitarised": "demilitarized",
|
| 373 |
+
"demilitarises": "demilitarizes",
|
| 374 |
+
"demilitarising": "demilitarizing",
|
| 375 |
+
"demobilisation": "demobilization",
|
| 376 |
+
"demobilise": "demobilize",
|
| 377 |
+
"demobilised": "demobilized",
|
| 378 |
+
"demobilises": "demobilizes",
|
| 379 |
+
"demobilising": "demobilizing",
|
| 380 |
+
"democratisation": "democratization",
|
| 381 |
+
"democratise": "democratize",
|
| 382 |
+
"democratised": "democratized",
|
| 383 |
+
"democratises": "democratizes",
|
| 384 |
+
"democratising": "democratizing",
|
| 385 |
+
"demonise": "demonize",
|
| 386 |
+
"demonised": "demonized",
|
| 387 |
+
"demonises": "demonizes",
|
| 388 |
+
"demonising": "demonizing",
|
| 389 |
+
"demoralisation": "demoralization",
|
| 390 |
+
"demoralise": "demoralize",
|
| 391 |
+
"demoralised": "demoralized",
|
| 392 |
+
"demoralises": "demoralizes",
|
| 393 |
+
"demoralising": "demoralizing",
|
| 394 |
+
"denationalisation": "denationalization",
|
| 395 |
+
"denationalise": "denationalize",
|
| 396 |
+
"denationalised": "denationalized",
|
| 397 |
+
"denationalises": "denationalizes",
|
| 398 |
+
"denationalising": "denationalizing",
|
| 399 |
+
"deodorise": "deodorize",
|
| 400 |
+
"deodorised": "deodorized",
|
| 401 |
+
"deodorises": "deodorizes",
|
| 402 |
+
"deodorising": "deodorizing",
|
| 403 |
+
"depersonalise": "depersonalize",
|
| 404 |
+
"depersonalised": "depersonalized",
|
| 405 |
+
"depersonalises": "depersonalizes",
|
| 406 |
+
"depersonalising": "depersonalizing",
|
| 407 |
+
"deputise": "deputize",
|
| 408 |
+
"deputised": "deputized",
|
| 409 |
+
"deputises": "deputizes",
|
| 410 |
+
"deputising": "deputizing",
|
| 411 |
+
"desensitisation": "desensitization",
|
| 412 |
+
"desensitise": "desensitize",
|
| 413 |
+
"desensitised": "desensitized",
|
| 414 |
+
"desensitises": "desensitizes",
|
| 415 |
+
"desensitising": "desensitizing",
|
| 416 |
+
"destabilisation": "destabilization",
|
| 417 |
+
"destabilise": "destabilize",
|
| 418 |
+
"destabilised": "destabilized",
|
| 419 |
+
"destabilises": "destabilizes",
|
| 420 |
+
"destabilising": "destabilizing",
|
| 421 |
+
"dialled": "dialed",
|
| 422 |
+
"dialling": "dialing",
|
| 423 |
+
"dialogue": "dialog",
|
| 424 |
+
"dialogues": "dialogs",
|
| 425 |
+
"diarrhoea": "diarrhea",
|
| 426 |
+
"digitise": "digitize",
|
| 427 |
+
"digitised": "digitized",
|
| 428 |
+
"digitises": "digitizes",
|
| 429 |
+
"digitising": "digitizing",
|
| 430 |
+
"disc": "disk",
|
| 431 |
+
"discolour": "discolor",
|
| 432 |
+
"discoloured": "discolored",
|
| 433 |
+
"discolouring": "discoloring",
|
| 434 |
+
"discolours": "discolors",
|
| 435 |
+
"discs": "disks",
|
| 436 |
+
"disembowelled": "disemboweled",
|
| 437 |
+
"disembowelling": "disemboweling",
|
| 438 |
+
"disfavour": "disfavor",
|
| 439 |
+
"dishevelled": "disheveled",
|
| 440 |
+
"dishonour": "dishonor",
|
| 441 |
+
"dishonourable": "dishonorable",
|
| 442 |
+
"dishonourably": "dishonorably",
|
| 443 |
+
"dishonoured": "dishonored",
|
| 444 |
+
"dishonouring": "dishonoring",
|
| 445 |
+
"dishonours": "dishonors",
|
| 446 |
+
"disorganisation": "disorganization",
|
| 447 |
+
"disorganised": "disorganized",
|
| 448 |
+
"distil": "distill",
|
| 449 |
+
"distils": "distills",
|
| 450 |
+
"dramatisation": "dramatization",
|
| 451 |
+
"dramatisations": "dramatizations",
|
| 452 |
+
"dramatise": "dramatize",
|
| 453 |
+
"dramatised": "dramatized",
|
| 454 |
+
"dramatises": "dramatizes",
|
| 455 |
+
"dramatising": "dramatizing",
|
| 456 |
+
"draught": "draft",
|
| 457 |
+
"draughtboard": "draftboard",
|
| 458 |
+
"draughtboards": "draftboards",
|
| 459 |
+
"draughtier": "draftier",
|
| 460 |
+
"draughtiest": "draftiest",
|
| 461 |
+
"draughts": "drafts",
|
| 462 |
+
"draughtsman": "draftsman",
|
| 463 |
+
"draughtsmanship": "draftsmanship",
|
| 464 |
+
"draughtsmen": "draftsmen",
|
| 465 |
+
"draughtswoman": "draftswoman",
|
| 466 |
+
"draughtswomen": "draftswomen",
|
| 467 |
+
"draughty": "drafty",
|
| 468 |
+
"drivelled": "driveled",
|
| 469 |
+
"drivelling": "driveling",
|
| 470 |
+
"duelled": "dueled",
|
| 471 |
+
"duelling": "dueling",
|
| 472 |
+
"economise": "economize",
|
| 473 |
+
"economised": "economized",
|
| 474 |
+
"economises": "economizes",
|
| 475 |
+
"economising": "economizing",
|
| 476 |
+
"editorialise": "editorialize",
|
| 477 |
+
"editorialised": "editorialized",
|
| 478 |
+
"editorialises": "editorializes",
|
| 479 |
+
"editorialising": "editorializing",
|
| 480 |
+
"edoema": "edema",
|
| 481 |
+
"empathise": "empathize",
|
| 482 |
+
"empathised": "empathized",
|
| 483 |
+
"empathises": "empathizes",
|
| 484 |
+
"empathising": "empathizing",
|
| 485 |
+
"emphasise": "emphasize",
|
| 486 |
+
"emphasised": "emphasized",
|
| 487 |
+
"emphasises": "emphasizes",
|
| 488 |
+
"emphasising": "emphasizing",
|
| 489 |
+
"enamelled": "enameled",
|
| 490 |
+
"enamelling": "enameling",
|
| 491 |
+
"enamoured": "enamored",
|
| 492 |
+
"encyclopaedia": "encyclopedia",
|
| 493 |
+
"encyclopaedias": "encyclopedias",
|
| 494 |
+
"encyclopaedic": "encyclopedic",
|
| 495 |
+
"endeavour": "endeavor",
|
| 496 |
+
"endeavoured": "endeavored",
|
| 497 |
+
"endeavouring": "endeavoring",
|
| 498 |
+
"endeavours": "endeavors",
|
| 499 |
+
"energise": "energize",
|
| 500 |
+
"energised": "energized",
|
| 501 |
+
"energises": "energizes",
|
| 502 |
+
"energising": "energizing",
|
| 503 |
+
"enrol": "enroll",
|
| 504 |
+
"enrols": "enrolls",
|
| 505 |
+
"enthral": "enthrall",
|
| 506 |
+
"enthrals": "enthralls",
|
| 507 |
+
"epaulette": "epaulet",
|
| 508 |
+
"epaulettes": "epaulets",
|
| 509 |
+
"epicentre": "epicenter",
|
| 510 |
+
"epicentres": "epicenters",
|
| 511 |
+
"epilogue": "epilog",
|
| 512 |
+
"epilogues": "epilogs",
|
| 513 |
+
"epitomise": "epitomize",
|
| 514 |
+
"epitomised": "epitomized",
|
| 515 |
+
"epitomises": "epitomizes",
|
| 516 |
+
"epitomising": "epitomizing",
|
| 517 |
+
"equalisation": "equalization",
|
| 518 |
+
"equalise": "equalize",
|
| 519 |
+
"equalised": "equalized",
|
| 520 |
+
"equaliser": "equalizer",
|
| 521 |
+
"equalisers": "equalizers",
|
| 522 |
+
"equalises": "equalizes",
|
| 523 |
+
"equalising": "equalizing",
|
| 524 |
+
"eulogise": "eulogize",
|
| 525 |
+
"eulogised": "eulogized",
|
| 526 |
+
"eulogises": "eulogizes",
|
| 527 |
+
"eulogising": "eulogizing",
|
| 528 |
+
"evangelise": "evangelize",
|
| 529 |
+
"evangelised": "evangelized",
|
| 530 |
+
"evangelises": "evangelizes",
|
| 531 |
+
"evangelising": "evangelizing",
|
| 532 |
+
"exorcise": "exorcize",
|
| 533 |
+
"exorcised": "exorcized",
|
| 534 |
+
"exorcises": "exorcizes",
|
| 535 |
+
"exorcising": "exorcizing",
|
| 536 |
+
"extemporisation": "extemporization",
|
| 537 |
+
"extemporise": "extemporize",
|
| 538 |
+
"extemporised": "extemporized",
|
| 539 |
+
"extemporises": "extemporizes",
|
| 540 |
+
"extemporising": "extemporizing",
|
| 541 |
+
"externalisation": "externalization",
|
| 542 |
+
"externalisations": "externalizations",
|
| 543 |
+
"externalise": "externalize",
|
| 544 |
+
"externalised": "externalized",
|
| 545 |
+
"externalises": "externalizes",
|
| 546 |
+
"externalising": "externalizing",
|
| 547 |
+
"factorise": "factorize",
|
| 548 |
+
"factorised": "factorized",
|
| 549 |
+
"factorises": "factorizes",
|
| 550 |
+
"factorising": "factorizing",
|
| 551 |
+
"faecal": "fecal",
|
| 552 |
+
"faeces": "feces",
|
| 553 |
+
"familiarisation": "familiarization",
|
| 554 |
+
"familiarise": "familiarize",
|
| 555 |
+
"familiarised": "familiarized",
|
| 556 |
+
"familiarises": "familiarizes",
|
| 557 |
+
"familiarising": "familiarizing",
|
| 558 |
+
"fantasise": "fantasize",
|
| 559 |
+
"fantasised": "fantasized",
|
| 560 |
+
"fantasises": "fantasizes",
|
| 561 |
+
"fantasising": "fantasizing",
|
| 562 |
+
"favour": "favor",
|
| 563 |
+
"favourable": "favorable",
|
| 564 |
+
"favourably": "favorably",
|
| 565 |
+
"favoured": "favored",
|
| 566 |
+
"favouring": "favoring",
|
| 567 |
+
"favourite": "favorite",
|
| 568 |
+
"favourites": "favorites",
|
| 569 |
+
"favouritism": "favoritism",
|
| 570 |
+
"favours": "favors",
|
| 571 |
+
"feminise": "feminize",
|
| 572 |
+
"feminised": "feminized",
|
| 573 |
+
"feminises": "feminizes",
|
| 574 |
+
"feminising": "feminizing",
|
| 575 |
+
"fertilisation": "fertilization",
|
| 576 |
+
"fertilise": "fertilize",
|
| 577 |
+
"fertilised": "fertilized",
|
| 578 |
+
"fertiliser": "fertilizer",
|
| 579 |
+
"fertilisers": "fertilizers",
|
| 580 |
+
"fertilises": "fertilizes",
|
| 581 |
+
"fertilising": "fertilizing",
|
| 582 |
+
"fervour": "fervor",
|
| 583 |
+
"fibre": "fiber",
|
| 584 |
+
"fibreglass": "fiberglass",
|
| 585 |
+
"fibres": "fibers",
|
| 586 |
+
"fictionalisation": "fictionalization",
|
| 587 |
+
"fictionalisations": "fictionalizations",
|
| 588 |
+
"fictionalise": "fictionalize",
|
| 589 |
+
"fictionalised": "fictionalized",
|
| 590 |
+
"fictionalises": "fictionalizes",
|
| 591 |
+
"fictionalising": "fictionalizing",
|
| 592 |
+
"fillet": "filet",
|
| 593 |
+
"filleted": "fileted",
|
| 594 |
+
"filleting": "fileting",
|
| 595 |
+
"fillets": "filets",
|
| 596 |
+
"finalisation": "finalization",
|
| 597 |
+
"finalise": "finalize",
|
| 598 |
+
"finalised": "finalized",
|
| 599 |
+
"finalises": "finalizes",
|
| 600 |
+
"finalising": "finalizing",
|
| 601 |
+
"flautist": "flutist",
|
| 602 |
+
"flautists": "flutists",
|
| 603 |
+
"flavour": "flavor",
|
| 604 |
+
"flavoured": "flavored",
|
| 605 |
+
"flavouring": "flavoring",
|
| 606 |
+
"flavourings": "flavorings",
|
| 607 |
+
"flavourless": "flavorless",
|
| 608 |
+
"flavours": "flavors",
|
| 609 |
+
"flavoursome": "flavorsome",
|
| 610 |
+
"flyer": "flier",
|
| 611 |
+
"foetal": "fetal",
|
| 612 |
+
"foetid": "fetid",
|
| 613 |
+
"foetus": "fetus",
|
| 614 |
+
"foetuses": "fetuses",
|
| 615 |
+
"formalisation": "formalization",
|
| 616 |
+
"formalise": "formalize",
|
| 617 |
+
"formalised": "formalized",
|
| 618 |
+
"formalises": "formalizes",
|
| 619 |
+
"formalising": "formalizing",
|
| 620 |
+
"fossilisation": "fossilization",
|
| 621 |
+
"fossilise": "fossilize",
|
| 622 |
+
"fossilised": "fossilized",
|
| 623 |
+
"fossilises": "fossilizes",
|
| 624 |
+
"fossilising": "fossilizing",
|
| 625 |
+
"fraternisation": "fraternization",
|
| 626 |
+
"fraternise": "fraternize",
|
| 627 |
+
"fraternised": "fraternized",
|
| 628 |
+
"fraternises": "fraternizes",
|
| 629 |
+
"fraternising": "fraternizing",
|
| 630 |
+
"fulfil": "fulfill",
|
| 631 |
+
"fulfilment": "fulfillment",
|
| 632 |
+
"fulfils": "fulfills",
|
| 633 |
+
"funnelled": "funneled",
|
| 634 |
+
"funnelling": "funneling",
|
| 635 |
+
"gage": "gauge",
|
| 636 |
+
"gaged": "gauged",
|
| 637 |
+
"gages": "gauges",
|
| 638 |
+
"gaging": "gauging",
|
| 639 |
+
"galvanise": "galvanize",
|
| 640 |
+
"galvanised": "galvanized",
|
| 641 |
+
"galvanises": "galvanizes",
|
| 642 |
+
"galvanising": "galvanizing",
|
| 643 |
+
"gambolled": "gamboled",
|
| 644 |
+
"gambolling": "gamboling",
|
| 645 |
+
"gaol": "jail",
|
| 646 |
+
"gaolbird": "jailbird",
|
| 647 |
+
"gaolbirds": "jailbirds",
|
| 648 |
+
"gaolbreak": "jailbreak",
|
| 649 |
+
"gaolbreaks": "jailbreaks",
|
| 650 |
+
"gaoled": "jailed",
|
| 651 |
+
"gaoler": "jailer",
|
| 652 |
+
"gaolers": "jailers",
|
| 653 |
+
"gaoling": "jailing",
|
| 654 |
+
"gaols": "jails",
|
| 655 |
+
"gasses": "gases",
|
| 656 |
+
"generalisation": "generalization",
|
| 657 |
+
"generalisations": "generalizations",
|
| 658 |
+
"generalise": "generalize",
|
| 659 |
+
"generalised": "generalized",
|
| 660 |
+
"generalises": "generalizes",
|
| 661 |
+
"generalising": "generalizing",
|
| 662 |
+
"ghettoise": "ghettoize",
|
| 663 |
+
"ghettoised": "ghettoized",
|
| 664 |
+
"ghettoises": "ghettoizes",
|
| 665 |
+
"ghettoising": "ghettoizing",
|
| 666 |
+
"gipsies": "gypsies",
|
| 667 |
+
"glamor": "glamour",
|
| 668 |
+
"glamorise": "glamorize",
|
| 669 |
+
"glamorised": "glamorized",
|
| 670 |
+
"glamorises": "glamorizes",
|
| 671 |
+
"glamorising": "glamorizing",
|
| 672 |
+
"globalisation": "globalization",
|
| 673 |
+
"globalise": "globalize",
|
| 674 |
+
"globalised": "globalized",
|
| 675 |
+
"globalises": "globalizes",
|
| 676 |
+
"globalising": "globalizing",
|
| 677 |
+
"glueing": "gluing",
|
| 678 |
+
"goitre": "goiter",
|
| 679 |
+
"goitres": "goiters",
|
| 680 |
+
"gonorrhoea": "gonorrhea",
|
| 681 |
+
"gramme": "gram",
|
| 682 |
+
"grammes": "grams",
|
| 683 |
+
"gravelled": "graveled",
|
| 684 |
+
"grey": "gray",
|
| 685 |
+
"greyed": "grayed",
|
| 686 |
+
"greying": "graying",
|
| 687 |
+
"greyish": "grayish",
|
| 688 |
+
"greyness": "grayness",
|
| 689 |
+
"greys": "grays",
|
| 690 |
+
"grovelled": "groveled",
|
| 691 |
+
"grovelling": "groveling",
|
| 692 |
+
"groyne": "groin",
|
| 693 |
+
"groynes": "groins",
|
| 694 |
+
"gruelling": "grueling",
|
| 695 |
+
"gruellingly": "gruelingly",
|
| 696 |
+
"gryphon": "griffin",
|
| 697 |
+
"gryphons": "griffins",
|
| 698 |
+
"gynaecological": "gynecological",
|
| 699 |
+
"gynaecologist": "gynecologist",
|
| 700 |
+
"gynaecologists": "gynecologists",
|
| 701 |
+
"gynaecology": "gynecology",
|
| 702 |
+
"haematological": "hematological",
|
| 703 |
+
"haematologist": "hematologist",
|
| 704 |
+
"haematologists": "hematologists",
|
| 705 |
+
"haematology": "hematology",
|
| 706 |
+
"haemoglobin": "hemoglobin",
|
| 707 |
+
"haemophilia": "hemophilia",
|
| 708 |
+
"haemophiliac": "hemophiliac",
|
| 709 |
+
"haemophiliacs": "hemophiliacs",
|
| 710 |
+
"haemorrhage": "hemorrhage",
|
| 711 |
+
"haemorrhaged": "hemorrhaged",
|
| 712 |
+
"haemorrhages": "hemorrhages",
|
| 713 |
+
"haemorrhaging": "hemorrhaging",
|
| 714 |
+
"haemorrhoids": "hemorrhoids",
|
| 715 |
+
"harbour": "harbor",
|
| 716 |
+
"harboured": "harbored",
|
| 717 |
+
"harbouring": "harboring",
|
| 718 |
+
"harbours": "harbors",
|
| 719 |
+
"harmonisation": "harmonization",
|
| 720 |
+
"harmonise": "harmonize",
|
| 721 |
+
"harmonised": "harmonized",
|
| 722 |
+
"harmonises": "harmonizes",
|
| 723 |
+
"harmonising": "harmonizing",
|
| 724 |
+
"homoeopath": "homeopath",
|
| 725 |
+
"homoeopathic": "homeopathic",
|
| 726 |
+
"homoeopaths": "homeopaths",
|
| 727 |
+
"homoeopathy": "homeopathy",
|
| 728 |
+
"homogenise": "homogenize",
|
| 729 |
+
"homogenised": "homogenized",
|
| 730 |
+
"homogenises": "homogenizes",
|
| 731 |
+
"homogenising": "homogenizing",
|
| 732 |
+
"honour": "honor",
|
| 733 |
+
"honourable": "honorable",
|
| 734 |
+
"honourably": "honorably",
|
| 735 |
+
"honoured": "honored",
|
| 736 |
+
"honouring": "honoring",
|
| 737 |
+
"honours": "honors",
|
| 738 |
+
"hospitalisation": "hospitalization",
|
| 739 |
+
"hospitalise": "hospitalize",
|
| 740 |
+
"hospitalised": "hospitalized",
|
| 741 |
+
"hospitalises": "hospitalizes",
|
| 742 |
+
"hospitalising": "hospitalizing",
|
| 743 |
+
"humanise": "humanize",
|
| 744 |
+
"humanised": "humanized",
|
| 745 |
+
"humanises": "humanizes",
|
| 746 |
+
"humanising": "humanizing",
|
| 747 |
+
"humour": "humor",
|
| 748 |
+
"humoured": "humored",
|
| 749 |
+
"humouring": "humoring",
|
| 750 |
+
"humourless": "humorless",
|
| 751 |
+
"humours": "humors",
|
| 752 |
+
"hybridise": "hybridize",
|
| 753 |
+
"hybridised": "hybridized",
|
| 754 |
+
"hybridises": "hybridizes",
|
| 755 |
+
"hybridising": "hybridizing",
|
| 756 |
+
"hypnotise": "hypnotize",
|
| 757 |
+
"hypnotised": "hypnotized",
|
| 758 |
+
"hypnotises": "hypnotizes",
|
| 759 |
+
"hypnotising": "hypnotizing",
|
| 760 |
+
"hypothesise": "hypothesize",
|
| 761 |
+
"hypothesised": "hypothesized",
|
| 762 |
+
"hypothesises": "hypothesizes",
|
| 763 |
+
"hypothesising": "hypothesizing",
|
| 764 |
+
"idealisation": "idealization",
|
| 765 |
+
"idealise": "idealize",
|
| 766 |
+
"idealised": "idealized",
|
| 767 |
+
"idealises": "idealizes",
|
| 768 |
+
"idealising": "idealizing",
|
| 769 |
+
"idolise": "idolize",
|
| 770 |
+
"idolised": "idolized",
|
| 771 |
+
"idolises": "idolizes",
|
| 772 |
+
"idolising": "idolizing",
|
| 773 |
+
"immobilisation": "immobilization",
|
| 774 |
+
"immobilise": "immobilize",
|
| 775 |
+
"immobilised": "immobilized",
|
| 776 |
+
"immobiliser": "immobilizer",
|
| 777 |
+
"immobilisers": "immobilizers",
|
| 778 |
+
"immobilises": "immobilizes",
|
| 779 |
+
"immobilising": "immobilizing",
|
| 780 |
+
"immortalise": "immortalize",
|
| 781 |
+
"immortalised": "immortalized",
|
| 782 |
+
"immortalises": "immortalizes",
|
| 783 |
+
"immortalising": "immortalizing",
|
| 784 |
+
"immunisation": "immunization",
|
| 785 |
+
"immunise": "immunize",
|
| 786 |
+
"immunised": "immunized",
|
| 787 |
+
"immunises": "immunizes",
|
| 788 |
+
"immunising": "immunizing",
|
| 789 |
+
"impanelled": "impaneled",
|
| 790 |
+
"impanelling": "impaneling",
|
| 791 |
+
"imperilled": "imperiled",
|
| 792 |
+
"imperilling": "imperiling",
|
| 793 |
+
"individualise": "individualize",
|
| 794 |
+
"individualised": "individualized",
|
| 795 |
+
"individualises": "individualizes",
|
| 796 |
+
"individualising": "individualizing",
|
| 797 |
+
"industrialise": "industrialize",
|
| 798 |
+
"industrialised": "industrialized",
|
| 799 |
+
"industrialises": "industrializes",
|
| 800 |
+
"industrialising": "industrializing",
|
| 801 |
+
"inflexion": "inflection",
|
| 802 |
+
"inflexions": "inflections",
|
| 803 |
+
"initialise": "initialize",
|
| 804 |
+
"initialised": "initialized",
|
| 805 |
+
"initialises": "initializes",
|
| 806 |
+
"initialising": "initializing",
|
| 807 |
+
"initialled": "initialed",
|
| 808 |
+
"initialling": "initialing",
|
| 809 |
+
"instal": "install",
|
| 810 |
+
"instalment": "installment",
|
| 811 |
+
"instalments": "installments",
|
| 812 |
+
"instals": "installs",
|
| 813 |
+
"instil": "instill",
|
| 814 |
+
"instils": "instills",
|
| 815 |
+
"institutionalisation": "institutionalization",
|
| 816 |
+
"institutionalise": "institutionalize",
|
| 817 |
+
"institutionalised": "institutionalized",
|
| 818 |
+
"institutionalises": "institutionalizes",
|
| 819 |
+
"institutionalising": "institutionalizing",
|
| 820 |
+
"intellectualise": "intellectualize",
|
| 821 |
+
"intellectualised": "intellectualized",
|
| 822 |
+
"intellectualises": "intellectualizes",
|
| 823 |
+
"intellectualising": "intellectualizing",
|
| 824 |
+
"internalisation": "internalization",
|
| 825 |
+
"internalise": "internalize",
|
| 826 |
+
"internalised": "internalized",
|
| 827 |
+
"internalises": "internalizes",
|
| 828 |
+
"internalising": "internalizing",
|
| 829 |
+
"internationalisation": "internationalization",
|
| 830 |
+
"internationalise": "internationalize",
|
| 831 |
+
"internationalised": "internationalized",
|
| 832 |
+
"internationalises": "internationalizes",
|
| 833 |
+
"internationalising": "internationalizing",
|
| 834 |
+
"ionisation": "ionization",
|
| 835 |
+
"ionise": "ionize",
|
| 836 |
+
"ionised": "ionized",
|
| 837 |
+
"ioniser": "ionizer",
|
| 838 |
+
"ionisers": "ionizers",
|
| 839 |
+
"ionises": "ionizes",
|
| 840 |
+
"ionising": "ionizing",
|
| 841 |
+
"italicise": "italicize",
|
| 842 |
+
"italicised": "italicized",
|
| 843 |
+
"italicises": "italicizes",
|
| 844 |
+
"italicising": "italicizing",
|
| 845 |
+
"itemise": "itemize",
|
| 846 |
+
"itemised": "itemized",
|
| 847 |
+
"itemises": "itemizes",
|
| 848 |
+
"itemising": "itemizing",
|
| 849 |
+
"jeopardise": "jeopardize",
|
| 850 |
+
"jeopardised": "jeopardized",
|
| 851 |
+
"jeopardises": "jeopardizes",
|
| 852 |
+
"jeopardising": "jeopardizing",
|
| 853 |
+
"jewelled": "jeweled",
|
| 854 |
+
"jeweller": "jeweler",
|
| 855 |
+
"jewellers": "jewelers",
|
| 856 |
+
"jewellery": "jewelry",
|
| 857 |
+
"judgement": "judgment",
|
| 858 |
+
"kilogramme": "kilogram",
|
| 859 |
+
"kilogrammes": "kilograms",
|
| 860 |
+
"kilometre": "kilometer",
|
| 861 |
+
"kilometres": "kilometers",
|
| 862 |
+
"labelled": "labeled",
|
| 863 |
+
"labelling": "labeling",
|
| 864 |
+
"labour": "labor",
|
| 865 |
+
"laboured": "labored",
|
| 866 |
+
"labourer": "laborer",
|
| 867 |
+
"labourers": "laborers",
|
| 868 |
+
"labouring": "laboring",
|
| 869 |
+
"labours": "labors",
|
| 870 |
+
"lacklustre": "lackluster",
|
| 871 |
+
"legalisation": "legalization",
|
| 872 |
+
"legalise": "legalize",
|
| 873 |
+
"legalised": "legalized",
|
| 874 |
+
"legalises": "legalizes",
|
| 875 |
+
"legalising": "legalizing",
|
| 876 |
+
"legitimise": "legitimize",
|
| 877 |
+
"legitimised": "legitimized",
|
| 878 |
+
"legitimises": "legitimizes",
|
| 879 |
+
"legitimising": "legitimizing",
|
| 880 |
+
"leukaemia": "leukemia",
|
| 881 |
+
"levelled": "leveled",
|
| 882 |
+
"leveller": "leveler",
|
| 883 |
+
"levellers": "levelers",
|
| 884 |
+
"levelling": "leveling",
|
| 885 |
+
"libelled": "libeled",
|
| 886 |
+
"libelling": "libeling",
|
| 887 |
+
"libellous": "libelous",
|
| 888 |
+
"liberalisation": "liberalization",
|
| 889 |
+
"liberalise": "liberalize",
|
| 890 |
+
"liberalised": "liberalized",
|
| 891 |
+
"liberalises": "liberalizes",
|
| 892 |
+
"liberalising": "liberalizing",
|
| 893 |
+
"licence": "license",
|
| 894 |
+
"licenced": "licensed",
|
| 895 |
+
"licences": "licenses",
|
| 896 |
+
"licencing": "licensing",
|
| 897 |
+
"likeable": "likable",
|
| 898 |
+
"lionisation": "lionization",
|
| 899 |
+
"lionise": "lionize",
|
| 900 |
+
"lionised": "lionized",
|
| 901 |
+
"lionises": "lionizes",
|
| 902 |
+
"lionising": "lionizing",
|
| 903 |
+
"liquidise": "liquidize",
|
| 904 |
+
"liquidised": "liquidized",
|
| 905 |
+
"liquidiser": "liquidizer",
|
| 906 |
+
"liquidisers": "liquidizers",
|
| 907 |
+
"liquidises": "liquidizes",
|
| 908 |
+
"liquidising": "liquidizing",
|
| 909 |
+
"litre": "liter",
|
| 910 |
+
"litres": "liters",
|
| 911 |
+
"localise": "localize",
|
| 912 |
+
"localised": "localized",
|
| 913 |
+
"localises": "localizes",
|
| 914 |
+
"localising": "localizing",
|
| 915 |
+
"louvre": "louver",
|
| 916 |
+
"louvred": "louvered",
|
| 917 |
+
"louvres": "louvers",
|
| 918 |
+
"lustre": "luster",
|
| 919 |
+
"magnetise": "magnetize",
|
| 920 |
+
"magnetised": "magnetized",
|
| 921 |
+
"magnetises": "magnetizes",
|
| 922 |
+
"magnetising": "magnetizing",
|
| 923 |
+
"manoeuvrability": "maneuverability",
|
| 924 |
+
"manoeuvrable": "maneuverable",
|
| 925 |
+
"manoeuvre": "maneuver",
|
| 926 |
+
"manoeuvred": "maneuvered",
|
| 927 |
+
"manoeuvres": "maneuvers",
|
| 928 |
+
"manoeuvring": "maneuvering",
|
| 929 |
+
"manoeuvrings": "maneuverings",
|
| 930 |
+
"marginalisation": "marginalization",
|
| 931 |
+
"marginalise": "marginalize",
|
| 932 |
+
"marginalised": "marginalized",
|
| 933 |
+
"marginalises": "marginalizes",
|
| 934 |
+
"marginalising": "marginalizing",
|
| 935 |
+
"marshalled": "marshaled",
|
| 936 |
+
"marshalling": "marshaling",
|
| 937 |
+
"marvelled": "marveled",
|
| 938 |
+
"marvelling": "marveling",
|
| 939 |
+
"marvellous": "marvelous",
|
| 940 |
+
"marvellously": "marvelously",
|
| 941 |
+
"materialisation": "materialization",
|
| 942 |
+
"materialise": "materialize",
|
| 943 |
+
"materialised": "materialized",
|
| 944 |
+
"materialises": "materializes",
|
| 945 |
+
"materialising": "materializing",
|
| 946 |
+
"maximisation": "maximization",
|
| 947 |
+
"maximise": "maximize",
|
| 948 |
+
"maximised": "maximized",
|
| 949 |
+
"maximises": "maximizes",
|
| 950 |
+
"maximising": "maximizing",
|
| 951 |
+
"meagre": "meager",
|
| 952 |
+
"mechanisation": "mechanization",
|
| 953 |
+
"mechanise": "mechanize",
|
| 954 |
+
"mechanised": "mechanized",
|
| 955 |
+
"mechanises": "mechanizes",
|
| 956 |
+
"mechanising": "mechanizing",
|
| 957 |
+
"mediaeval": "medieval",
|
| 958 |
+
"memorialise": "memorialize",
|
| 959 |
+
"memorialised": "memorialized",
|
| 960 |
+
"memorialises": "memorializes",
|
| 961 |
+
"memorialising": "memorializing",
|
| 962 |
+
"memorise": "memorize",
|
| 963 |
+
"memorised": "memorized",
|
| 964 |
+
"memorises": "memorizes",
|
| 965 |
+
"memorising": "memorizing",
|
| 966 |
+
"mesmerise": "mesmerize",
|
| 967 |
+
"mesmerised": "mesmerized",
|
| 968 |
+
"mesmerises": "mesmerizes",
|
| 969 |
+
"mesmerising": "mesmerizing",
|
| 970 |
+
"metabolise": "metabolize",
|
| 971 |
+
"metabolised": "metabolized",
|
| 972 |
+
"metabolises": "metabolizes",
|
| 973 |
+
"metabolising": "metabolizing",
|
| 974 |
+
"metre": "meter",
|
| 975 |
+
"metres": "meters",
|
| 976 |
+
"mhm": "hmm",
|
| 977 |
+
"micrometre": "micrometer",
|
| 978 |
+
"micrometres": "micrometers",
|
| 979 |
+
"militarise": "militarize",
|
| 980 |
+
"militarised": "militarized",
|
| 981 |
+
"militarises": "militarizes",
|
| 982 |
+
"militarising": "militarizing",
|
| 983 |
+
"milligramme": "milligram",
|
| 984 |
+
"milligrammes": "milligrams",
|
| 985 |
+
"millilitre": "milliliter",
|
| 986 |
+
"millilitres": "milliliters",
|
| 987 |
+
"millimetre": "millimeter",
|
| 988 |
+
"millimetres": "millimeters",
|
| 989 |
+
"miniaturisation": "miniaturization",
|
| 990 |
+
"miniaturise": "miniaturize",
|
| 991 |
+
"miniaturised": "miniaturized",
|
| 992 |
+
"miniaturises": "miniaturizes",
|
| 993 |
+
"miniaturising": "miniaturizing",
|
| 994 |
+
"minibusses": "minibuses",
|
| 995 |
+
"minimise": "minimize",
|
| 996 |
+
"minimised": "minimized",
|
| 997 |
+
"minimises": "minimizes",
|
| 998 |
+
"minimising": "minimizing",
|
| 999 |
+
"misbehaviour": "misbehavior",
|
| 1000 |
+
"misdemeanour": "misdemeanor",
|
| 1001 |
+
"misdemeanours": "misdemeanors",
|
| 1002 |
+
"misspelt": "misspelled",
|
| 1003 |
+
"mitre": "miter",
|
| 1004 |
+
"mitres": "miters",
|
| 1005 |
+
"mm": "hmm",
|
| 1006 |
+
"mmm": "hmm",
|
| 1007 |
+
"mobilisation": "mobilization",
|
| 1008 |
+
"mobilise": "mobilize",
|
| 1009 |
+
"mobilised": "mobilized",
|
| 1010 |
+
"mobilises": "mobilizes",
|
| 1011 |
+
"mobilising": "mobilizing",
|
| 1012 |
+
"modelled": "modeled",
|
| 1013 |
+
"modeller": "modeler",
|
| 1014 |
+
"modellers": "modelers",
|
| 1015 |
+
"modelling": "modeling",
|
| 1016 |
+
"modernise": "modernize",
|
| 1017 |
+
"modernised": "modernized",
|
| 1018 |
+
"modernises": "modernizes",
|
| 1019 |
+
"modernising": "modernizing",
|
| 1020 |
+
"moisturise": "moisturize",
|
| 1021 |
+
"moisturised": "moisturized",
|
| 1022 |
+
"moisturiser": "moisturizer",
|
| 1023 |
+
"moisturisers": "moisturizers",
|
| 1024 |
+
"moisturises": "moisturizes",
|
| 1025 |
+
"moisturising": "moisturizing",
|
| 1026 |
+
"monologue": "monolog",
|
| 1027 |
+
"monologues": "monologs",
|
| 1028 |
+
"monopolisation": "monopolization",
|
| 1029 |
+
"monopolise": "monopolize",
|
| 1030 |
+
"monopolised": "monopolized",
|
| 1031 |
+
"monopolises": "monopolizes",
|
| 1032 |
+
"monopolising": "monopolizing",
|
| 1033 |
+
"moralise": "moralize",
|
| 1034 |
+
"moralised": "moralized",
|
| 1035 |
+
"moralises": "moralizes",
|
| 1036 |
+
"moralising": "moralizing",
|
| 1037 |
+
"motorised": "motorized",
|
| 1038 |
+
"mould": "mold",
|
| 1039 |
+
"moulded": "molded",
|
| 1040 |
+
"moulder": "molder",
|
| 1041 |
+
"mouldered": "moldered",
|
| 1042 |
+
"mouldering": "moldering",
|
| 1043 |
+
"moulders": "molders",
|
| 1044 |
+
"mouldier": "moldier",
|
| 1045 |
+
"mouldiest": "moldiest",
|
| 1046 |
+
"moulding": "molding",
|
| 1047 |
+
"mouldings": "moldings",
|
| 1048 |
+
"moulds": "molds",
|
| 1049 |
+
"mouldy": "moldy",
|
| 1050 |
+
"moult": "molt",
|
| 1051 |
+
"moulted": "molted",
|
| 1052 |
+
"moulting": "molting",
|
| 1053 |
+
"moults": "molts",
|
| 1054 |
+
"moustache": "mustache",
|
| 1055 |
+
"moustached": "mustached",
|
| 1056 |
+
"moustaches": "mustaches",
|
| 1057 |
+
"moustachioed": "mustachioed",
|
| 1058 |
+
"multicoloured": "multicolored",
|
| 1059 |
+
"nationalisation": "nationalization",
|
| 1060 |
+
"nationalisations": "nationalizations",
|
| 1061 |
+
"nationalise": "nationalize",
|
| 1062 |
+
"nationalised": "nationalized",
|
| 1063 |
+
"nationalises": "nationalizes",
|
| 1064 |
+
"nationalising": "nationalizing",
|
| 1065 |
+
"naturalisation": "naturalization",
|
| 1066 |
+
"naturalise": "naturalize",
|
| 1067 |
+
"naturalised": "naturalized",
|
| 1068 |
+
"naturalises": "naturalizes",
|
| 1069 |
+
"naturalising": "naturalizing",
|
| 1070 |
+
"neighbour": "neighbor",
|
| 1071 |
+
"neighbourhood": "neighborhood",
|
| 1072 |
+
"neighbourhoods": "neighborhoods",
|
| 1073 |
+
"neighbouring": "neighboring",
|
| 1074 |
+
"neighbourliness": "neighborliness",
|
| 1075 |
+
"neighbourly": "neighborly",
|
| 1076 |
+
"neighbours": "neighbors",
|
| 1077 |
+
"neutralisation": "neutralization",
|
| 1078 |
+
"neutralise": "neutralize",
|
| 1079 |
+
"neutralised": "neutralized",
|
| 1080 |
+
"neutralises": "neutralizes",
|
| 1081 |
+
"neutralising": "neutralizing",
|
| 1082 |
+
"normalisation": "normalization",
|
| 1083 |
+
"normalise": "normalize",
|
| 1084 |
+
"normalised": "normalized",
|
| 1085 |
+
"normalises": "normalizes",
|
| 1086 |
+
"normalising": "normalizing",
|
| 1087 |
+
"odour": "odor",
|
| 1088 |
+
"odourless": "odorless",
|
| 1089 |
+
"odours": "odors",
|
| 1090 |
+
"oesophagus": "esophagus",
|
| 1091 |
+
"oesophaguses": "esophaguses",
|
| 1092 |
+
"oestrogen": "estrogen",
|
| 1093 |
+
"offence": "offense",
|
| 1094 |
+
"offences": "offenses",
|
| 1095 |
+
"omelette": "omelet",
|
| 1096 |
+
"omelettes": "omelets",
|
| 1097 |
+
"optimise": "optimize",
|
| 1098 |
+
"optimised": "optimized",
|
| 1099 |
+
"optimises": "optimizes",
|
| 1100 |
+
"optimising": "optimizing",
|
| 1101 |
+
"organisation": "organization",
|
| 1102 |
+
"organisational": "organizational",
|
| 1103 |
+
"organisations": "organizations",
|
| 1104 |
+
"organise": "organize",
|
| 1105 |
+
"organised": "organized",
|
| 1106 |
+
"organiser": "organizer",
|
| 1107 |
+
"organisers": "organizers",
|
| 1108 |
+
"organises": "organizes",
|
| 1109 |
+
"organising": "organizing",
|
| 1110 |
+
"orthopaedic": "orthopedic",
|
| 1111 |
+
"orthopaedics": "orthopedics",
|
| 1112 |
+
"ostracise": "ostracize",
|
| 1113 |
+
"ostracised": "ostracized",
|
| 1114 |
+
"ostracises": "ostracizes",
|
| 1115 |
+
"ostracising": "ostracizing",
|
| 1116 |
+
"outmanoeuvre": "outmaneuver",
|
| 1117 |
+
"outmanoeuvred": "outmaneuvered",
|
| 1118 |
+
"outmanoeuvres": "outmaneuvers",
|
| 1119 |
+
"outmanoeuvring": "outmaneuvering",
|
| 1120 |
+
"overemphasise": "overemphasize",
|
| 1121 |
+
"overemphasised": "overemphasized",
|
| 1122 |
+
"overemphasises": "overemphasizes",
|
| 1123 |
+
"overemphasising": "overemphasizing",
|
| 1124 |
+
"oxidisation": "oxidization",
|
| 1125 |
+
"oxidise": "oxidize",
|
| 1126 |
+
"oxidised": "oxidized",
|
| 1127 |
+
"oxidises": "oxidizes",
|
| 1128 |
+
"oxidising": "oxidizing",
|
| 1129 |
+
"paederast": "pederast",
|
| 1130 |
+
"paederasts": "pederasts",
|
| 1131 |
+
"paediatric": "pediatric",
|
| 1132 |
+
"paediatrician": "pediatrician",
|
| 1133 |
+
"paediatricians": "pediatricians",
|
| 1134 |
+
"paediatrics": "pediatrics",
|
| 1135 |
+
"paedophile": "pedophile",
|
| 1136 |
+
"paedophiles": "pedophiles",
|
| 1137 |
+
"paedophilia": "pedophilia",
|
| 1138 |
+
"palaeolithic": "paleolithic",
|
| 1139 |
+
"palaeontologist": "paleontologist",
|
| 1140 |
+
"palaeontologists": "paleontologists",
|
| 1141 |
+
"palaeontology": "paleontology",
|
| 1142 |
+
"panelled": "paneled",
|
| 1143 |
+
"panelling": "paneling",
|
| 1144 |
+
"panellist": "panelist",
|
| 1145 |
+
"panellists": "panelists",
|
| 1146 |
+
"paralyse": "paralyze",
|
| 1147 |
+
"paralysed": "paralyzed",
|
| 1148 |
+
"paralyses": "paralyzes",
|
| 1149 |
+
"paralysing": "paralyzing",
|
| 1150 |
+
"parcelled": "parceled",
|
| 1151 |
+
"parcelling": "parceling",
|
| 1152 |
+
"parlour": "parlor",
|
| 1153 |
+
"parlours": "parlors",
|
| 1154 |
+
"particularise": "particularize",
|
| 1155 |
+
"particularised": "particularized",
|
| 1156 |
+
"particularises": "particularizes",
|
| 1157 |
+
"particularising": "particularizing",
|
| 1158 |
+
"passivisation": "passivization",
|
| 1159 |
+
"passivise": "passivize",
|
| 1160 |
+
"passivised": "passivized",
|
| 1161 |
+
"passivises": "passivizes",
|
| 1162 |
+
"passivising": "passivizing",
|
| 1163 |
+
"pasteurisation": "pasteurization",
|
| 1164 |
+
"pasteurise": "pasteurize",
|
| 1165 |
+
"pasteurised": "pasteurized",
|
| 1166 |
+
"pasteurises": "pasteurizes",
|
| 1167 |
+
"pasteurising": "pasteurizing",
|
| 1168 |
+
"patronise": "patronize",
|
| 1169 |
+
"patronised": "patronized",
|
| 1170 |
+
"patronises": "patronizes",
|
| 1171 |
+
"patronising": "patronizing",
|
| 1172 |
+
"patronisingly": "patronizingly",
|
| 1173 |
+
"pedalled": "pedaled",
|
| 1174 |
+
"pedalling": "pedaling",
|
| 1175 |
+
"pedestrianisation": "pedestrianization",
|
| 1176 |
+
"pedestrianise": "pedestrianize",
|
| 1177 |
+
"pedestrianised": "pedestrianized",
|
| 1178 |
+
"pedestrianises": "pedestrianizes",
|
| 1179 |
+
"pedestrianising": "pedestrianizing",
|
| 1180 |
+
"penalise": "penalize",
|
| 1181 |
+
"penalised": "penalized",
|
| 1182 |
+
"penalises": "penalizes",
|
| 1183 |
+
"penalising": "penalizing",
|
| 1184 |
+
"pencilled": "penciled",
|
| 1185 |
+
"pencilling": "penciling",
|
| 1186 |
+
"personalise": "personalize",
|
| 1187 |
+
"personalised": "personalized",
|
| 1188 |
+
"personalises": "personalizes",
|
| 1189 |
+
"personalising": "personalizing",
|
| 1190 |
+
"pharmacopoeia": "pharmacopeia",
|
| 1191 |
+
"pharmacopoeias": "pharmacopeias",
|
| 1192 |
+
"philosophise": "philosophize",
|
| 1193 |
+
"philosophised": "philosophized",
|
| 1194 |
+
"philosophises": "philosophizes",
|
| 1195 |
+
"philosophising": "philosophizing",
|
| 1196 |
+
"philtre": "filter",
|
| 1197 |
+
"philtres": "filters",
|
| 1198 |
+
"phoney": "phony",
|
| 1199 |
+
"plagiarise": "plagiarize",
|
| 1200 |
+
"plagiarised": "plagiarized",
|
| 1201 |
+
"plagiarises": "plagiarizes",
|
| 1202 |
+
"plagiarising": "plagiarizing",
|
| 1203 |
+
"plough": "plow",
|
| 1204 |
+
"ploughed": "plowed",
|
| 1205 |
+
"ploughing": "plowing",
|
| 1206 |
+
"ploughman": "plowman",
|
| 1207 |
+
"ploughmen": "plowmen",
|
| 1208 |
+
"ploughs": "plows",
|
| 1209 |
+
"ploughshare": "plowshare",
|
| 1210 |
+
"ploughshares": "plowshares",
|
| 1211 |
+
"polarisation": "polarization",
|
| 1212 |
+
"polarise": "polarize",
|
| 1213 |
+
"polarised": "polarized",
|
| 1214 |
+
"polarises": "polarizes",
|
| 1215 |
+
"polarising": "polarizing",
|
| 1216 |
+
"politicisation": "politicization",
|
| 1217 |
+
"politicise": "politicize",
|
| 1218 |
+
"politicised": "politicized",
|
| 1219 |
+
"politicises": "politicizes",
|
| 1220 |
+
"politicising": "politicizing",
|
| 1221 |
+
"popularisation": "popularization",
|
| 1222 |
+
"popularise": "popularize",
|
| 1223 |
+
"popularised": "popularized",
|
| 1224 |
+
"popularises": "popularizes",
|
| 1225 |
+
"popularising": "popularizing",
|
| 1226 |
+
"pouffe": "pouf",
|
| 1227 |
+
"pouffes": "poufs",
|
| 1228 |
+
"practise": "practice",
|
| 1229 |
+
"practised": "practiced",
|
| 1230 |
+
"practises": "practices",
|
| 1231 |
+
"practising": "practicing",
|
| 1232 |
+
"praesidium": "presidium",
|
| 1233 |
+
"praesidiums": "presidiums",
|
| 1234 |
+
"pressurisation": "pressurization",
|
| 1235 |
+
"pressurise": "pressurize",
|
| 1236 |
+
"pressurised": "pressurized",
|
| 1237 |
+
"pressurises": "pressurizes",
|
| 1238 |
+
"pressurising": "pressurizing",
|
| 1239 |
+
"pretence": "pretense",
|
| 1240 |
+
"pretences": "pretenses",
|
| 1241 |
+
"primaeval": "primeval",
|
| 1242 |
+
"prioritisation": "prioritization",
|
| 1243 |
+
"prioritise": "prioritize",
|
| 1244 |
+
"prioritised": "prioritized",
|
| 1245 |
+
"prioritises": "prioritizes",
|
| 1246 |
+
"prioritising": "prioritizing",
|
| 1247 |
+
"privatisation": "privatization",
|
| 1248 |
+
"privatisations": "privatizations",
|
| 1249 |
+
"privatise": "privatize",
|
| 1250 |
+
"privatised": "privatized",
|
| 1251 |
+
"privatises": "privatizes",
|
| 1252 |
+
"privatising": "privatizing",
|
| 1253 |
+
"professionalisation": "professionalization",
|
| 1254 |
+
"professionalise": "professionalize",
|
| 1255 |
+
"professionalised": "professionalized",
|
| 1256 |
+
"professionalises": "professionalizes",
|
| 1257 |
+
"professionalising": "professionalizing",
|
| 1258 |
+
"programme": "program",
|
| 1259 |
+
"programmes": "programs",
|
| 1260 |
+
"prologue": "prolog",
|
| 1261 |
+
"prologues": "prologs",
|
| 1262 |
+
"propagandise": "propagandize",
|
| 1263 |
+
"propagandised": "propagandized",
|
| 1264 |
+
"propagandises": "propagandizes",
|
| 1265 |
+
"propagandising": "propagandizing",
|
| 1266 |
+
"proselytise": "proselytize",
|
| 1267 |
+
"proselytised": "proselytized",
|
| 1268 |
+
"proselytiser": "proselytizer",
|
| 1269 |
+
"proselytisers": "proselytizers",
|
| 1270 |
+
"proselytises": "proselytizes",
|
| 1271 |
+
"proselytising": "proselytizing",
|
| 1272 |
+
"psychoanalyse": "psychoanalyze",
|
| 1273 |
+
"psychoanalysed": "psychoanalyzed",
|
| 1274 |
+
"psychoanalyses": "psychoanalyzes",
|
| 1275 |
+
"psychoanalysing": "psychoanalyzing",
|
| 1276 |
+
"publicise": "publicize",
|
| 1277 |
+
"publicised": "publicized",
|
| 1278 |
+
"publicises": "publicizes",
|
| 1279 |
+
"publicising": "publicizing",
|
| 1280 |
+
"pulverisation": "pulverization",
|
| 1281 |
+
"pulverise": "pulverize",
|
| 1282 |
+
"pulverised": "pulverized",
|
| 1283 |
+
"pulverises": "pulverizes",
|
| 1284 |
+
"pulverising": "pulverizing",
|
| 1285 |
+
"pummelled": "pummeled",
|
| 1286 |
+
"pummelling": "pummeling",
|
| 1287 |
+
"pyjama": "pajama",
|
| 1288 |
+
"pyjamas": "pajamas",
|
| 1289 |
+
"pzazz": "pizzazz",
|
| 1290 |
+
"quarrelled": "quarreled",
|
| 1291 |
+
"quarrelling": "quarreling",
|
| 1292 |
+
"radicalise": "radicalize",
|
| 1293 |
+
"radicalised": "radicalized",
|
| 1294 |
+
"radicalises": "radicalizes",
|
| 1295 |
+
"radicalising": "radicalizing",
|
| 1296 |
+
"rancour": "rancor",
|
| 1297 |
+
"randomise": "randomize",
|
| 1298 |
+
"randomised": "randomized",
|
| 1299 |
+
"randomises": "randomizes",
|
| 1300 |
+
"randomising": "randomizing",
|
| 1301 |
+
"rationalisation": "rationalization",
|
| 1302 |
+
"rationalisations": "rationalizations",
|
| 1303 |
+
"rationalise": "rationalize",
|
| 1304 |
+
"rationalised": "rationalized",
|
| 1305 |
+
"rationalises": "rationalizes",
|
| 1306 |
+
"rationalising": "rationalizing",
|
| 1307 |
+
"ravelled": "raveled",
|
| 1308 |
+
"ravelling": "raveling",
|
| 1309 |
+
"realisable": "realizable",
|
| 1310 |
+
"realisation": "realization",
|
| 1311 |
+
"realisations": "realizations",
|
| 1312 |
+
"realise": "realize",
|
| 1313 |
+
"realised": "realized",
|
| 1314 |
+
"realises": "realizes",
|
| 1315 |
+
"realising": "realizing",
|
| 1316 |
+
"recognisable": "recognizable",
|
| 1317 |
+
"recognisably": "recognizably",
|
| 1318 |
+
"recognisance": "recognizance",
|
| 1319 |
+
"recognise": "recognize",
|
| 1320 |
+
"recognised": "recognized",
|
| 1321 |
+
"recognises": "recognizes",
|
| 1322 |
+
"recognising": "recognizing",
|
| 1323 |
+
"reconnoitre": "reconnoiter",
|
| 1324 |
+
"reconnoitred": "reconnoitered",
|
| 1325 |
+
"reconnoitres": "reconnoiters",
|
| 1326 |
+
"reconnoitring": "reconnoitering",
|
| 1327 |
+
"refuelled": "refueled",
|
| 1328 |
+
"refuelling": "refueling",
|
| 1329 |
+
"regularisation": "regularization",
|
| 1330 |
+
"regularise": "regularize",
|
| 1331 |
+
"regularised": "regularized",
|
| 1332 |
+
"regularises": "regularizes",
|
| 1333 |
+
"regularising": "regularizing",
|
| 1334 |
+
"remodelled": "remodeled",
|
| 1335 |
+
"remodelling": "remodeling",
|
| 1336 |
+
"remould": "remold",
|
| 1337 |
+
"remoulded": "remolded",
|
| 1338 |
+
"remoulding": "remolding",
|
| 1339 |
+
"remoulds": "remolds",
|
| 1340 |
+
"reorganisation": "reorganization",
|
| 1341 |
+
"reorganisations": "reorganizations",
|
| 1342 |
+
"reorganise": "reorganize",
|
| 1343 |
+
"reorganised": "reorganized",
|
| 1344 |
+
"reorganises": "reorganizes",
|
| 1345 |
+
"reorganising": "reorganizing",
|
| 1346 |
+
"revelled": "reveled",
|
| 1347 |
+
"reveller": "reveler",
|
| 1348 |
+
"revellers": "revelers",
|
| 1349 |
+
"revelling": "reveling",
|
| 1350 |
+
"revitalise": "revitalize",
|
| 1351 |
+
"revitalised": "revitalized",
|
| 1352 |
+
"revitalises": "revitalizes",
|
| 1353 |
+
"revitalising": "revitalizing",
|
| 1354 |
+
"revolutionise": "revolutionize",
|
| 1355 |
+
"revolutionised": "revolutionized",
|
| 1356 |
+
"revolutionises": "revolutionizes",
|
| 1357 |
+
"revolutionising": "revolutionizing",
|
| 1358 |
+
"rhapsodise": "rhapsodize",
|
| 1359 |
+
"rhapsodised": "rhapsodized",
|
| 1360 |
+
"rhapsodises": "rhapsodizes",
|
| 1361 |
+
"rhapsodising": "rhapsodizing",
|
| 1362 |
+
"rigour": "rigor",
|
| 1363 |
+
"rigours": "rigors",
|
| 1364 |
+
"ritualised": "ritualized",
|
| 1365 |
+
"rivalled": "rivaled",
|
| 1366 |
+
"rivalling": "rivaling",
|
| 1367 |
+
"romanticise": "romanticize",
|
| 1368 |
+
"romanticised": "romanticized",
|
| 1369 |
+
"romanticises": "romanticizes",
|
| 1370 |
+
"romanticising": "romanticizing",
|
| 1371 |
+
"rumour": "rumor",
|
| 1372 |
+
"rumoured": "rumored",
|
| 1373 |
+
"rumours": "rumors",
|
| 1374 |
+
"sabre": "saber",
|
| 1375 |
+
"sabres": "sabers",
|
| 1376 |
+
"saltpetre": "saltpeter",
|
| 1377 |
+
"sanitise": "sanitize",
|
| 1378 |
+
"sanitised": "sanitized",
|
| 1379 |
+
"sanitises": "sanitizes",
|
| 1380 |
+
"sanitising": "sanitizing",
|
| 1381 |
+
"satirise": "satirize",
|
| 1382 |
+
"satirised": "satirized",
|
| 1383 |
+
"satirises": "satirizes",
|
| 1384 |
+
"satirising": "satirizing",
|
| 1385 |
+
"saviour": "savior",
|
| 1386 |
+
"saviours": "saviors",
|
| 1387 |
+
"savour": "savor",
|
| 1388 |
+
"savoured": "savored",
|
| 1389 |
+
"savouries": "savories",
|
| 1390 |
+
"savouring": "savoring",
|
| 1391 |
+
"savours": "savors",
|
| 1392 |
+
"savoury": "savory",
|
| 1393 |
+
"scandalise": "scandalize",
|
| 1394 |
+
"scandalised": "scandalized",
|
| 1395 |
+
"scandalises": "scandalizes",
|
| 1396 |
+
"scandalising": "scandalizing",
|
| 1397 |
+
"sceptic": "skeptic",
|
| 1398 |
+
"sceptical": "skeptical",
|
| 1399 |
+
"sceptically": "skeptically",
|
| 1400 |
+
"scepticism": "skepticism",
|
| 1401 |
+
"sceptics": "skeptics",
|
| 1402 |
+
"sceptre": "scepter",
|
| 1403 |
+
"sceptres": "scepters",
|
| 1404 |
+
"scrutinise": "scrutinize",
|
| 1405 |
+
"scrutinised": "scrutinized",
|
| 1406 |
+
"scrutinises": "scrutinizes",
|
| 1407 |
+
"scrutinising": "scrutinizing",
|
| 1408 |
+
"secularisation": "secularization",
|
| 1409 |
+
"secularise": "secularize",
|
| 1410 |
+
"secularised": "secularized",
|
| 1411 |
+
"secularises": "secularizes",
|
| 1412 |
+
"secularising": "secularizing",
|
| 1413 |
+
"sensationalise": "sensationalize",
|
| 1414 |
+
"sensationalised": "sensationalized",
|
| 1415 |
+
"sensationalises": "sensationalizes",
|
| 1416 |
+
"sensationalising": "sensationalizing",
|
| 1417 |
+
"sensitise": "sensitize",
|
| 1418 |
+
"sensitised": "sensitized",
|
| 1419 |
+
"sensitises": "sensitizes",
|
| 1420 |
+
"sensitising": "sensitizing",
|
| 1421 |
+
"sentimentalise": "sentimentalize",
|
| 1422 |
+
"sentimentalised": "sentimentalized",
|
| 1423 |
+
"sentimentalises": "sentimentalizes",
|
| 1424 |
+
"sentimentalising": "sentimentalizing",
|
| 1425 |
+
"sepulchre": "sepulcher",
|
| 1426 |
+
"sepulchres": "sepulchers",
|
| 1427 |
+
"serialisation": "serialization",
|
| 1428 |
+
"serialisations": "serializations",
|
| 1429 |
+
"serialise": "serialize",
|
| 1430 |
+
"serialised": "serialized",
|
| 1431 |
+
"serialises": "serializes",
|
| 1432 |
+
"serialising": "serializing",
|
| 1433 |
+
"sermonise": "sermonize",
|
| 1434 |
+
"sermonised": "sermonized",
|
| 1435 |
+
"sermonises": "sermonizes",
|
| 1436 |
+
"sermonising": "sermonizing",
|
| 1437 |
+
"sheikh": "sheik",
|
| 1438 |
+
"shovelled": "shoveled",
|
| 1439 |
+
"shovelling": "shoveling",
|
| 1440 |
+
"shrivelled": "shriveled",
|
| 1441 |
+
"shrivelling": "shriveling",
|
| 1442 |
+
"signalise": "signalize",
|
| 1443 |
+
"signalised": "signalized",
|
| 1444 |
+
"signalises": "signalizes",
|
| 1445 |
+
"signalising": "signalizing",
|
| 1446 |
+
"signalled": "signaled",
|
| 1447 |
+
"signalling": "signaling",
|
| 1448 |
+
"smoulder": "smolder",
|
| 1449 |
+
"smouldered": "smoldered",
|
| 1450 |
+
"smouldering": "smoldering",
|
| 1451 |
+
"smoulders": "smolders",
|
| 1452 |
+
"snivelled": "sniveled",
|
| 1453 |
+
"snivelling": "sniveling",
|
| 1454 |
+
"snorkelled": "snorkeled",
|
| 1455 |
+
"snorkelling": "snorkeling",
|
| 1456 |
+
"snowplough": "snowplow",
|
| 1457 |
+
"snowploughs": "snowplows",
|
| 1458 |
+
"socialisation": "socialization",
|
| 1459 |
+
"socialise": "socialize",
|
| 1460 |
+
"socialised": "socialized",
|
| 1461 |
+
"socialises": "socializes",
|
| 1462 |
+
"socialising": "socializing",
|
| 1463 |
+
"sodomise": "sodomize",
|
| 1464 |
+
"sodomised": "sodomized",
|
| 1465 |
+
"sodomises": "sodomizes",
|
| 1466 |
+
"sodomising": "sodomizing",
|
| 1467 |
+
"solemnise": "solemnize",
|
| 1468 |
+
"solemnised": "solemnized",
|
| 1469 |
+
"solemnises": "solemnizes",
|
| 1470 |
+
"solemnising": "solemnizing",
|
| 1471 |
+
"sombre": "somber",
|
| 1472 |
+
"specialisation": "specialization",
|
| 1473 |
+
"specialisations": "specializations",
|
| 1474 |
+
"specialise": "specialize",
|
| 1475 |
+
"specialised": "specialized",
|
| 1476 |
+
"specialises": "specializes",
|
| 1477 |
+
"specialising": "specializing",
|
| 1478 |
+
"spectre": "specter",
|
| 1479 |
+
"spectres": "specters",
|
| 1480 |
+
"spiralled": "spiraled",
|
| 1481 |
+
"spiralling": "spiraling",
|
| 1482 |
+
"splendour": "splendor",
|
| 1483 |
+
"splendours": "splendors",
|
| 1484 |
+
"squirrelled": "squirreled",
|
| 1485 |
+
"squirrelling": "squirreling",
|
| 1486 |
+
"stabilisation": "stabilization",
|
| 1487 |
+
"stabilise": "stabilize",
|
| 1488 |
+
"stabilised": "stabilized",
|
| 1489 |
+
"stabiliser": "stabilizer",
|
| 1490 |
+
"stabilisers": "stabilizers",
|
| 1491 |
+
"stabilises": "stabilizes",
|
| 1492 |
+
"stabilising": "stabilizing",
|
| 1493 |
+
"standardisation": "standardization",
|
| 1494 |
+
"standardise": "standardize",
|
| 1495 |
+
"standardised": "standardized",
|
| 1496 |
+
"standardises": "standardizes",
|
| 1497 |
+
"standardising": "standardizing",
|
| 1498 |
+
"stencilled": "stenciled",
|
| 1499 |
+
"stencilling": "stenciling",
|
| 1500 |
+
"sterilisation": "sterilization",
|
| 1501 |
+
"sterilisations": "sterilizations",
|
| 1502 |
+
"sterilise": "sterilize",
|
| 1503 |
+
"sterilised": "sterilized",
|
| 1504 |
+
"steriliser": "sterilizer",
|
| 1505 |
+
"sterilisers": "sterilizers",
|
| 1506 |
+
"sterilises": "sterilizes",
|
| 1507 |
+
"sterilising": "sterilizing",
|
| 1508 |
+
"stigmatisation": "stigmatization",
|
| 1509 |
+
"stigmatise": "stigmatize",
|
| 1510 |
+
"stigmatised": "stigmatized",
|
| 1511 |
+
"stigmatises": "stigmatizes",
|
| 1512 |
+
"stigmatising": "stigmatizing",
|
| 1513 |
+
"storey": "story",
|
| 1514 |
+
"storeys": "stories",
|
| 1515 |
+
"subsidisation": "subsidization",
|
| 1516 |
+
"subsidise": "subsidize",
|
| 1517 |
+
"subsidised": "subsidized",
|
| 1518 |
+
"subsidiser": "subsidizer",
|
| 1519 |
+
"subsidisers": "subsidizers",
|
| 1520 |
+
"subsidises": "subsidizes",
|
| 1521 |
+
"subsidising": "subsidizing",
|
| 1522 |
+
"succour": "succor",
|
| 1523 |
+
"succoured": "succored",
|
| 1524 |
+
"succouring": "succoring",
|
| 1525 |
+
"succours": "succors",
|
| 1526 |
+
"sulphate": "sulfate",
|
| 1527 |
+
"sulphates": "sulfates",
|
| 1528 |
+
"sulphide": "sulfide",
|
| 1529 |
+
"sulphides": "sulfides",
|
| 1530 |
+
"sulphur": "sulfur",
|
| 1531 |
+
"sulphurous": "sulfurous",
|
| 1532 |
+
"summarise": "summarize",
|
| 1533 |
+
"summarised": "summarized",
|
| 1534 |
+
"summarises": "summarizes",
|
| 1535 |
+
"summarising": "summarizing",
|
| 1536 |
+
"swivelled": "swiveled",
|
| 1537 |
+
"swivelling": "swiveling",
|
| 1538 |
+
"symbolise": "symbolize",
|
| 1539 |
+
"symbolised": "symbolized",
|
| 1540 |
+
"symbolises": "symbolizes",
|
| 1541 |
+
"symbolising": "symbolizing",
|
| 1542 |
+
"sympathise": "sympathize",
|
| 1543 |
+
"sympathised": "sympathized",
|
| 1544 |
+
"sympathiser": "sympathizer",
|
| 1545 |
+
"sympathisers": "sympathizers",
|
| 1546 |
+
"sympathises": "sympathizes",
|
| 1547 |
+
"sympathising": "sympathizing",
|
| 1548 |
+
"synchronisation": "synchronization",
|
| 1549 |
+
"synchronise": "synchronize",
|
| 1550 |
+
"synchronised": "synchronized",
|
| 1551 |
+
"synchronises": "synchronizes",
|
| 1552 |
+
"synchronising": "synchronizing",
|
| 1553 |
+
"synthesise": "synthesize",
|
| 1554 |
+
"synthesised": "synthesized",
|
| 1555 |
+
"synthesiser": "synthesizer",
|
| 1556 |
+
"synthesisers": "synthesizers",
|
| 1557 |
+
"synthesises": "synthesizes",
|
| 1558 |
+
"synthesising": "synthesizing",
|
| 1559 |
+
"syphon": "siphon",
|
| 1560 |
+
"syphoned": "siphoned",
|
| 1561 |
+
"syphoning": "siphoning",
|
| 1562 |
+
"syphons": "siphons",
|
| 1563 |
+
"systematisation": "systematization",
|
| 1564 |
+
"systematise": "systematize",
|
| 1565 |
+
"systematised": "systematized",
|
| 1566 |
+
"systematises": "systematizes",
|
| 1567 |
+
"systematising": "systematizing",
|
| 1568 |
+
"tantalise": "tantalize",
|
| 1569 |
+
"tantalised": "tantalized",
|
| 1570 |
+
"tantalises": "tantalizes",
|
| 1571 |
+
"tantalising": "tantalizing",
|
| 1572 |
+
"tantalisingly": "tantalizingly",
|
| 1573 |
+
"tasselled": "tasseled",
|
| 1574 |
+
"technicolour": "technicolor",
|
| 1575 |
+
"temporise": "temporize",
|
| 1576 |
+
"temporised": "temporized",
|
| 1577 |
+
"temporises": "temporizes",
|
| 1578 |
+
"temporising": "temporizing",
|
| 1579 |
+
"tenderise": "tenderize",
|
| 1580 |
+
"tenderised": "tenderized",
|
| 1581 |
+
"tenderises": "tenderizes",
|
| 1582 |
+
"tenderising": "tenderizing",
|
| 1583 |
+
"terrorise": "terrorize",
|
| 1584 |
+
"terrorised": "terrorized",
|
| 1585 |
+
"terrorises": "terrorizes",
|
| 1586 |
+
"terrorising": "terrorizing",
|
| 1587 |
+
"theatre": "theater",
|
| 1588 |
+
"theatregoer": "theatergoer",
|
| 1589 |
+
"theatregoers": "theatergoers",
|
| 1590 |
+
"theatres": "theaters",
|
| 1591 |
+
"theorise": "theorize",
|
| 1592 |
+
"theorised": "theorized",
|
| 1593 |
+
"theorises": "theorizes",
|
| 1594 |
+
"theorising": "theorizing",
|
| 1595 |
+
"tonne": "ton",
|
| 1596 |
+
"tonnes": "tons",
|
| 1597 |
+
"towelled": "toweled",
|
| 1598 |
+
"towelling": "toweling",
|
| 1599 |
+
"toxaemia": "toxemia",
|
| 1600 |
+
"tranquillise": "tranquilize",
|
| 1601 |
+
"tranquillised": "tranquilized",
|
| 1602 |
+
"tranquilliser": "tranquilizer",
|
| 1603 |
+
"tranquillisers": "tranquilizers",
|
| 1604 |
+
"tranquillises": "tranquilizes",
|
| 1605 |
+
"tranquillising": "tranquilizing",
|
| 1606 |
+
"tranquillity": "tranquility",
|
| 1607 |
+
"tranquillize": "tranquilize",
|
| 1608 |
+
"tranquillized": "tranquilized",
|
| 1609 |
+
"tranquillizer": "tranquilizer",
|
| 1610 |
+
"tranquillizers": "tranquilizers",
|
| 1611 |
+
"tranquillizes": "tranquilizes",
|
| 1612 |
+
"tranquillizing": "tranquilizing",
|
| 1613 |
+
"tranquilly": "tranquility",
|
| 1614 |
+
"transistorised": "transistorized",
|
| 1615 |
+
"traumatise": "traumatize",
|
| 1616 |
+
"traumatised": "traumatized",
|
| 1617 |
+
"traumatises": "traumatizes",
|
| 1618 |
+
"traumatising": "traumatizing",
|
| 1619 |
+
"travelled": "traveled",
|
| 1620 |
+
"traveller": "traveler",
|
| 1621 |
+
"travellers": "travelers",
|
| 1622 |
+
"travelling": "traveling",
|
| 1623 |
+
"travelogue": "travelog",
|
| 1624 |
+
"travelogues": "travelogs",
|
| 1625 |
+
"trialled": "trialed",
|
| 1626 |
+
"trialling": "trialing",
|
| 1627 |
+
"tricolour": "tricolor",
|
| 1628 |
+
"tricolours": "tricolors",
|
| 1629 |
+
"trivialise": "trivialize",
|
| 1630 |
+
"trivialised": "trivialized",
|
| 1631 |
+
"trivialises": "trivializes",
|
| 1632 |
+
"trivialising": "trivializing",
|
| 1633 |
+
"tumour": "tumor",
|
| 1634 |
+
"tumours": "tumors",
|
| 1635 |
+
"tunnelled": "tunneled",
|
| 1636 |
+
"tunnelling": "tunneling",
|
| 1637 |
+
"tyrannise": "tyrannize",
|
| 1638 |
+
"tyrannised": "tyrannized",
|
| 1639 |
+
"tyrannises": "tyrannizes",
|
| 1640 |
+
"tyrannising": "tyrannizing",
|
| 1641 |
+
"tyre": "tire",
|
| 1642 |
+
"tyres": "tires",
|
| 1643 |
+
"unauthorised": "unauthorized",
|
| 1644 |
+
"uncivilised": "uncivilized",
|
| 1645 |
+
"underutilised": "underutilized",
|
| 1646 |
+
"unequalled": "unequaled",
|
| 1647 |
+
"unfavourable": "unfavorable",
|
| 1648 |
+
"unfavourably": "unfavorably",
|
| 1649 |
+
"unionisation": "unionization",
|
| 1650 |
+
"unionise": "unionize",
|
| 1651 |
+
"unionised": "unionized",
|
| 1652 |
+
"unionises": "unionizes",
|
| 1653 |
+
"unionising": "unionizing",
|
| 1654 |
+
"unorganised": "unorganized",
|
| 1655 |
+
"unravelled": "unraveled",
|
| 1656 |
+
"unravelling": "unraveling",
|
| 1657 |
+
"unrecognisable": "unrecognizable",
|
| 1658 |
+
"unrecognised": "unrecognized",
|
| 1659 |
+
"unrivalled": "unrivaled",
|
| 1660 |
+
"unsavoury": "unsavory",
|
| 1661 |
+
"untrammelled": "untrammeled",
|
| 1662 |
+
"urbanisation": "urbanization",
|
| 1663 |
+
"urbanise": "urbanize",
|
| 1664 |
+
"urbanised": "urbanized",
|
| 1665 |
+
"urbanises": "urbanizes",
|
| 1666 |
+
"urbanising": "urbanizing",
|
| 1667 |
+
"utilisable": "utilizable",
|
| 1668 |
+
"utilisation": "utilization",
|
| 1669 |
+
"utilise": "utilize",
|
| 1670 |
+
"utilised": "utilized",
|
| 1671 |
+
"utilises": "utilizes",
|
| 1672 |
+
"utilising": "utilizing",
|
| 1673 |
+
"valour": "valor",
|
| 1674 |
+
"vandalise": "vandalize",
|
| 1675 |
+
"vandalised": "vandalized",
|
| 1676 |
+
"vandalises": "vandalizes",
|
| 1677 |
+
"vandalising": "vandalizing",
|
| 1678 |
+
"vaporisation": "vaporization",
|
| 1679 |
+
"vaporise": "vaporize",
|
| 1680 |
+
"vaporised": "vaporized",
|
| 1681 |
+
"vaporises": "vaporizes",
|
| 1682 |
+
"vaporising": "vaporizing",
|
| 1683 |
+
"vapour": "vapor",
|
| 1684 |
+
"vapours": "vapors",
|
| 1685 |
+
"verbalise": "verbalize",
|
| 1686 |
+
"verbalised": "verbalized",
|
| 1687 |
+
"verbalises": "verbalizes",
|
| 1688 |
+
"verbalising": "verbalizing",
|
| 1689 |
+
"victimisation": "victimization",
|
| 1690 |
+
"victimise": "victimize",
|
| 1691 |
+
"victimised": "victimized",
|
| 1692 |
+
"victimises": "victimizes",
|
| 1693 |
+
"victimising": "victimizing",
|
| 1694 |
+
"videodisc": "videodisk",
|
| 1695 |
+
"videodiscs": "videodisks",
|
| 1696 |
+
"vigour": "vigor",
|
| 1697 |
+
"visualisation": "visualization",
|
| 1698 |
+
"visualisations": "visualizations",
|
| 1699 |
+
"visualise": "visualize",
|
| 1700 |
+
"visualised": "visualized",
|
| 1701 |
+
"visualises": "visualizes",
|
| 1702 |
+
"visualising": "visualizing",
|
| 1703 |
+
"vocalisation": "vocalization",
|
| 1704 |
+
"vocalisations": "vocalizations",
|
| 1705 |
+
"vocalise": "vocalize",
|
| 1706 |
+
"vocalised": "vocalized",
|
| 1707 |
+
"vocalises": "vocalizes",
|
| 1708 |
+
"vocalising": "vocalizing",
|
| 1709 |
+
"vulcanised": "vulcanized",
|
| 1710 |
+
"vulgarisation": "vulgarization",
|
| 1711 |
+
"vulgarise": "vulgarize",
|
| 1712 |
+
"vulgarised": "vulgarized",
|
| 1713 |
+
"vulgarises": "vulgarizes",
|
| 1714 |
+
"vulgarising": "vulgarizing",
|
| 1715 |
+
"waggon": "wagon",
|
| 1716 |
+
"waggons": "wagons",
|
| 1717 |
+
"watercolour": "watercolor",
|
| 1718 |
+
"watercolours": "watercolors",
|
| 1719 |
+
"weaselled": "weaseled",
|
| 1720 |
+
"weaselling": "weaseling",
|
| 1721 |
+
"westernisation": "westernization",
|
| 1722 |
+
"westernise": "westernize",
|
| 1723 |
+
"westernised": "westernized",
|
| 1724 |
+
"westernises": "westernizes",
|
| 1725 |
+
"westernising": "westernizing",
|
| 1726 |
+
"womanise": "womanize",
|
| 1727 |
+
"womanised": "womanized",
|
| 1728 |
+
"womaniser": "womanizer",
|
| 1729 |
+
"womanisers": "womanizers",
|
| 1730 |
+
"womanises": "womanizes",
|
| 1731 |
+
"womanising": "womanizing",
|
| 1732 |
+
"woollen": "woolen",
|
| 1733 |
+
"woollens": "woolens",
|
| 1734 |
+
"woollies": "woolies",
|
| 1735 |
+
"woolly": "wooly",
|
| 1736 |
+
"worshipped": "worshiped",
|
| 1737 |
+
"worshipper": "worshiper",
|
| 1738 |
+
"worshipping": "worshiping",
|
| 1739 |
+
"yodelled": "yodeled",
|
| 1740 |
+
"yodelling": "yodeling",
|
| 1741 |
+
"yoghourt": "yogurt",
|
| 1742 |
+
"yoghourts": "yogurts",
|
| 1743 |
+
"yoghurt": "yogurt",
|
| 1744 |
+
"yoghurts": "yogurts"
|
| 1745 |
+
}
|
| 1746 |
+
|
| 1747 |
+
|
| 1748 |
+
english_name_normalizer = {
|
| 1749 |
+
# ── Double-letter variants ──────────────────────────────────────────────
|
| 1750 |
+
"alan": "allen",
|
| 1751 |
+
"allan": "allen",
|
| 1752 |
+
"bridgette": "bridget",
|
| 1753 |
+
"charly": "charlie",
|
| 1754 |
+
"charley": "charlie",
|
| 1755 |
+
"garry": "gary",
|
| 1756 |
+
"gregg": "greg",
|
| 1757 |
+
"jacky": "jackie",
|
| 1758 |
+
"joann": "joanne",
|
| 1759 |
+
"joane": "joanne",
|
| 1760 |
+
"kellye": "kelly",
|
| 1761 |
+
"kelli": "kelly",
|
| 1762 |
+
"kelley": "kelly",
|
| 1763 |
+
"lilly": "lily",
|
| 1764 |
+
"micheal": "michael",
|
| 1765 |
+
"michele": "michelle",
|
| 1766 |
+
"mollie": "molly",
|
| 1767 |
+
"phillip": "philip",
|
| 1768 |
+
"sallie": "sally",
|
| 1769 |
+
"stacey": "stacy",
|
| 1770 |
+
"stacie": "stacy",
|
| 1771 |
+
"tracey": "tracy",
|
| 1772 |
+
"tracie": "tracy",
|
| 1773 |
+
"bret": "brett",
|
| 1774 |
+
"carrol": "carol",
|
| 1775 |
+
"carole": "carol",
|
| 1776 |
+
"carroll": "carol",
|
| 1777 |
+
"allison": "alison",
|
| 1778 |
+
"alyson": "alison",
|
| 1779 |
+
"russel": "russell",
|
| 1780 |
+
"douglass": "douglas",
|
| 1781 |
+
"dominick": "dominic",
|
| 1782 |
+
"robb": "rob",
|
| 1783 |
+
# ── Chr/Kr variants ─────────────────────────────────────────────────────
|
| 1784 |
+
"kris": "chris",
|
| 1785 |
+
"kristopher": "christopher",
|
| 1786 |
+
"cristopher": "christopher",
|
| 1787 |
+
"kristina": "christina",
|
| 1788 |
+
"kristen": "kristin",
|
| 1789 |
+
# ── C/K variants ────────────────────────────────────────────────────────
|
| 1790 |
+
"karl": "carl",
|
| 1791 |
+
"kathy": "cathy",
|
| 1792 |
+
"katherine": "catherine",
|
| 1793 |
+
"kathryn": "catherine",
|
| 1794 |
+
"catharine": "catherine",
|
| 1795 |
+
"erik": "eric",
|
| 1796 |
+
"erick": "eric",
|
| 1797 |
+
"caren": "karen",
|
| 1798 |
+
"caryn": "karen",
|
| 1799 |
+
"karin": "karen",
|
| 1800 |
+
"katelyn": "caitlin",
|
| 1801 |
+
"kaitlyn": "caitlin",
|
| 1802 |
+
"kaitlin": "caitlin",
|
| 1803 |
+
"nikole": "nicole",
|
| 1804 |
+
"veronika": "veronica",
|
| 1805 |
+
"viktor": "victor",
|
| 1806 |
+
"viktoria": "victoria",
|
| 1807 |
+
"kevan": "kevin",
|
| 1808 |
+
"patrik": "patrick",
|
| 1809 |
+
"frederik": "frederick",
|
| 1810 |
+
"fredrick": "frederick",
|
| 1811 |
+
"lukas": "lucas",
|
| 1812 |
+
# ── Silent letters / alternate spellings ───────────────────────────────
|
| 1813 |
+
"ann": "anne",
|
| 1814 |
+
"jon": "john",
|
| 1815 |
+
"johnathan": "jonathan",
|
| 1816 |
+
"jonathon": "jonathan",
|
| 1817 |
+
"sara": "sarah",
|
| 1818 |
+
"mathew": "matthew",
|
| 1819 |
+
"nicolas": "nicholas",
|
| 1820 |
+
"rachael": "rachel",
|
| 1821 |
+
"rebekah": "rebecca",
|
| 1822 |
+
"devorah": "deborah",
|
| 1823 |
+
"theresa": "teresa",
|
| 1824 |
+
"suzanne": "susanne",
|
| 1825 |
+
"antony": "anthony",
|
| 1826 |
+
"martyn": "martin",
|
| 1827 |
+
"denis": "dennis",
|
| 1828 |
+
"laurence": "lawrence",
|
| 1829 |
+
"tomas": "thomas",
|
| 1830 |
+
"tobey": "toby",
|
| 1831 |
+
# ── Mac/Mc extensions ───────────────────────────────────────────────────
|
| 1832 |
+
"macarthur": "mcarthur",
|
| 1833 |
+
"macartney": "mccartney",
|
| 1834 |
+
"macarthy": "mccarthy",
|
| 1835 |
+
"maccarthy": "mccarthy",
|
| 1836 |
+
"macdonald": "mcdonald",
|
| 1837 |
+
"mackay": "mckay",
|
| 1838 |
+
"mackenzie": "mckenzie",
|
| 1839 |
+
"macleod": "mcleod",
|
| 1840 |
+
"maclean": "mclean",
|
| 1841 |
+
"macmillan": "mcmillan",
|
| 1842 |
+
"macintosh": "mcintosh",
|
| 1843 |
+
"macintyre": "mcintyre",
|
| 1844 |
+
"macnamara": "mcnamara",
|
| 1845 |
+
"macgowan": "mcgowan",
|
| 1846 |
+
# ── International ─────────────────────────────────
|
| 1847 |
+
"mohamad": "mohammed",
|
| 1848 |
+
"mohamed": "mohammed",
|
| 1849 |
+
"mohammad": "mohammed",
|
| 1850 |
+
"muhammad": "mohammed",
|
| 1851 |
+
"muhamad": "mohammed",
|
| 1852 |
+
"muhammed": "mohammed",
|
| 1853 |
+
"mouhamed": "mohammed",
|
| 1854 |
+
"mouhamad": "mohammed",
|
| 1855 |
+
"mahomet": "mohammed",
|
| 1856 |
+
"fatimah": "fatima",
|
| 1857 |
+
"yusuf": "yousef",
|
| 1858 |
+
"yusef": "yousef",
|
| 1859 |
+
"myriam": "miriam",
|
| 1860 |
+
"rajeev": "rajiv",
|
| 1861 |
+
# ── Miscellaneous homophones ────────────────────────────────────────────
|
| 1862 |
+
"alphonso": "alfonso",
|
| 1863 |
+
"bryan": "brian",
|
| 1864 |
+
"geoffrey": "jeffrey",
|
| 1865 |
+
"jeffery": "jeffrey",
|
| 1866 |
+
"geoff": "jeff",
|
| 1867 |
+
"neal": "neil",
|
| 1868 |
+
"shaun": "sean",
|
| 1869 |
+
"shawn": "sean",
|
| 1870 |
+
"shayne": "shane",
|
| 1871 |
+
"stephen": "steven",
|
| 1872 |
+
"toni": "tony",
|
| 1873 |
+
"leigh": "lee",
|
| 1874 |
+
"lewis": "louis",
|
| 1875 |
+
"marc": "mark",
|
| 1876 |
+
"meghan": "megan",
|
| 1877 |
+
"nathalie": "natalie",
|
| 1878 |
+
"robyn": "robin",
|
| 1879 |
+
"rodger": "roger",
|
| 1880 |
+
"linsey": "lindsay",
|
| 1881 |
+
"lindsey": "lindsay",
|
| 1882 |
+
"zackary": "zachary",
|
| 1883 |
+
"zachery": "zachary",
|
| 1884 |
+
"zak": "zach",
|
| 1885 |
+
"sheri": "sherry",
|
| 1886 |
+
"cheri": "sherry",
|
| 1887 |
+
"sherrie": "sherry",
|
| 1888 |
+
"terri": "terry",
|
| 1889 |
+
"lori": "laurie",
|
| 1890 |
+
"jaime": "jamie",
|
| 1891 |
+
"jayson": "jason",
|
| 1892 |
+
"lesley": "leslie",
|
| 1893 |
+
"lynda": "linda",
|
| 1894 |
+
"lynne": "lynn",
|
| 1895 |
+
"gayle": "gail",
|
| 1896 |
+
"rhonda": "ronda",
|
| 1897 |
+
"yvonne": "ivonne",
|
| 1898 |
+
"stewart": "stuart",
|
| 1899 |
+
"walther": "walter",
|
| 1900 |
+
"symon": "simon",
|
| 1901 |
+
"collin": "colin",
|
| 1902 |
+
"dillon": "dylan",
|
| 1903 |
+
"aron": "aaron",
|
| 1904 |
+
"artur": "arthur",
|
| 1905 |
+
"henri": "henry",
|
| 1906 |
+
"josef": "joseph",
|
| 1907 |
+
"pieter": "peter",
|
| 1908 |
+
}
|
| 1909 |
+
|
| 1910 |
+
|
| 1911 |
+
# Regex-based multi-word → single-token mappings, plus spellings that vary too
|
| 1912 |
+
# freely to enumerate in english_spelling_normalizer (e.g. elongations).
|
| 1913 |
+
# Applied after symbol removal, so hyphens/punctuation are already stripped.
|
| 1914 |
+
# Keys are used with re.sub; values are the replacement strings.
|
| 1915 |
+
english_compound_normalizer = {
|
| 1916 |
+
r"\bet\s+cetera\b": "etc",
|
| 1917 |
+
r"\bal\s+right\b": "alright",
|
| 1918 |
+
r"\ball\s+right\b": "alright",
|
| 1919 |
+
r"\bhow\s+ever\b": "however",
|
| 1920 |
+
r"\bwi\s+fi\b": "wifi",
|
| 1921 |
+
r"\bhi\s+fi\b": "hifi",
|
| 1922 |
+
r"\blo\s+fi\b": "lofi",
|
| 1923 |
+
r"\bsci\s+fi\b": "scifi",
|
| 1924 |
+
r"\be\s+mail\b": "email",
|
| 1925 |
+
r"\be\s+book\b": "ebook",
|
| 1926 |
+
r"\be\s+commerce\b": "ecommerce",
|
| 1927 |
+
r"\bx\s+ray\b": "xray",
|
| 1928 |
+
r"\bt\s+shirt\b": "tshirt",
|
| 1929 |
+
r"\ba\s+m\b": "am",
|
| 1930 |
+
r"\bp\s+m\b": "pm",
|
| 1931 |
+
r"\bo\s+k\b": "okay",
|
| 1932 |
+
r"\bo+h+\b": "oh",
|
| 1933 |
+
r"\booo+\b": "oh",
|
| 1934 |
+
}
|
evaluation/standard_asr/vendor/multilingual.py
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Adapted from Hugging Face text scoring, Apache-2.0; see provenance.json.
|
| 2 |
+
# Only dependency imports and unrelated data-loading/scoring code were removed.
|
| 3 |
+
import re
|
| 4 |
+
from difflib import SequenceMatcher
|
| 5 |
+
import num2words
|
| 6 |
+
from .normalizer import BasicMultilingualTextNormalizer
|
| 7 |
+
FILLER_WORDS = {}
|
| 8 |
+
|
| 9 |
+
class MultilingualNormalizer(BasicMultilingualTextNormalizer):
|
| 10 |
+
"""BasicMultilingualTextNormalizer with optional number normalization.
|
| 11 |
+
|
| 12 |
+
Call with just text for standard normalization (backward-compatible).
|
| 13 |
+
Pass lang= to also convert digits to words via num2words and remove
|
| 14 |
+
language-specific filler words (see FILLER_WORDS).
|
| 15 |
+
"""
|
| 16 |
+
|
| 17 |
+
def __init__(self, remove_diacritics: bool = True):
|
| 18 |
+
super().__init__(remove_diacritics)
|
| 19 |
+
# Pre-compile filler patterns. Each filler word is passed through the
|
| 20 |
+
# base normalization itself, so the pattern matches the normalized
|
| 21 |
+
# text exactly (base normalization may strip punctuation such as "…"
|
| 22 |
+
# or combining marks). Longest-first so that multi-word and longer
|
| 23 |
+
# variants match before their prefixes. Matched on whitespace
|
| 24 |
+
# boundaries ((?<!\S) / (?!\S)) rather than \b, which is unreliable
|
| 25 |
+
# next to combining marks.
|
| 26 |
+
self._filler_patterns = {}
|
| 27 |
+
base_normalize = super().__call__
|
| 28 |
+
for lang, words in FILLER_WORDS.items():
|
| 29 |
+
normalized_words = {base_normalize(w) for w in words}
|
| 30 |
+
normalized_words.discard("")
|
| 31 |
+
self._filler_patterns[lang] = re.compile(
|
| 32 |
+
r"(?<!\S)(?:"
|
| 33 |
+
+ "|".join(re.escape(w) for w in sorted(normalized_words, key=len, reverse=True))
|
| 34 |
+
+ r")(?!\S)"
|
| 35 |
+
)
|
| 36 |
+
|
| 37 |
+
def _remove_fillers(self, text, lang):
|
| 38 |
+
pattern = self._filler_patterns.get(lang)
|
| 39 |
+
if pattern is None:
|
| 40 |
+
return text
|
| 41 |
+
text = pattern.sub("", text)
|
| 42 |
+
return re.sub(r"\s+", " ", text).strip()
|
| 43 |
+
|
| 44 |
+
def _normalize_numbers(self, text, lang):
|
| 45 |
+
# Join space-separated thousand groups (e.g. "10 000" -> "10000")
|
| 46 |
+
text = re.sub(r"(\d)\s+(\d{3})\b", r"\1\2", text)
|
| 47 |
+
|
| 48 |
+
# Convert remaining digit sequences to words
|
| 49 |
+
def _replace(m):
|
| 50 |
+
try:
|
| 51 |
+
return num2words.num2words(int(m.group()), lang=lang)
|
| 52 |
+
except Exception:
|
| 53 |
+
return m.group()
|
| 54 |
+
|
| 55 |
+
return re.sub(r"\d+", _replace, text)
|
| 56 |
+
|
| 57 |
+
def __call__(self, s, lang=None):
|
| 58 |
+
s = super().__call__(s)
|
| 59 |
+
if lang is not None:
|
| 60 |
+
s = self._remove_fillers(s, lang)
|
| 61 |
+
s = self._normalize_numbers(s, lang)
|
| 62 |
+
return s
|
| 63 |
+
|
| 64 |
+
def normalize_compound_pairs(refs, preds):
|
| 65 |
+
"""Align compound word boundaries between ref/pred pairs.
|
| 66 |
+
|
| 67 |
+
When a mismatch region has identical characters ignoring whitespace,
|
| 68 |
+
normalize both sides to the joined form.
|
| 69 |
+
"""
|
| 70 |
+
new_refs, new_preds = [], []
|
| 71 |
+
for ref_text, pred_text in zip(refs, preds):
|
| 72 |
+
ref_words = ref_text.split()
|
| 73 |
+
pred_words = pred_text.split()
|
| 74 |
+
|
| 75 |
+
sm = SequenceMatcher(None, ref_words, pred_words)
|
| 76 |
+
new_rw, new_pw = [], []
|
| 77 |
+
|
| 78 |
+
for tag, i1, i2, j1, j2 in sm.get_opcodes():
|
| 79 |
+
if tag == "equal":
|
| 80 |
+
new_rw.extend(ref_words[i1:i2])
|
| 81 |
+
new_pw.extend(pred_words[j1:j2])
|
| 82 |
+
else:
|
| 83 |
+
rc = "".join(ref_words[i1:i2])
|
| 84 |
+
pc = "".join(pred_words[j1:j2])
|
| 85 |
+
if rc == pc:
|
| 86 |
+
new_rw.append(rc)
|
| 87 |
+
new_pw.append(pc)
|
| 88 |
+
else:
|
| 89 |
+
new_rw.extend(ref_words[i1:i2])
|
| 90 |
+
new_pw.extend(pred_words[j1:j2])
|
| 91 |
+
|
| 92 |
+
new_refs.append(" ".join(new_rw))
|
| 93 |
+
new_preds.append(" ".join(new_pw))
|
| 94 |
+
return new_refs, new_preds
|
evaluation/standard_asr/vendor/normalizer.py
ADDED
|
@@ -0,0 +1,753 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright 2022 The OpenAI team and The HuggingFace Team. All rights reserved.
|
| 2 |
+
# Most of the code is copy pasted from the original whisper repository
|
| 3 |
+
#
|
| 4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
| 5 |
+
# you may not use this file except in compliance with the License.
|
| 6 |
+
# You may obtain a copy of the License at
|
| 7 |
+
#
|
| 8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
| 9 |
+
#
|
| 10 |
+
# Unless required by applicable law or agreed to in writing, software
|
| 11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
| 12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 13 |
+
# See the License for the specific language governing permissions and
|
| 14 |
+
# limitations under the License.
|
| 15 |
+
|
| 16 |
+
import re
|
| 17 |
+
import unicodedata
|
| 18 |
+
from fractions import Fraction
|
| 19 |
+
from typing import Iterator, List, Match, Optional, Union
|
| 20 |
+
from .english_abbreviations import english_name_normalizer, english_spelling_normalizer, english_compound_normalizer
|
| 21 |
+
|
| 22 |
+
import regex
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
# non-ASCII letters that are not separated by "NFKD" normalization
|
| 26 |
+
ADDITIONAL_DIACRITICS = {
|
| 27 |
+
"œ": "oe",
|
| 28 |
+
"Œ": "OE",
|
| 29 |
+
"ø": "o",
|
| 30 |
+
"Ø": "O",
|
| 31 |
+
"æ": "ae",
|
| 32 |
+
"Æ": "AE",
|
| 33 |
+
"ß": "ss",
|
| 34 |
+
"ẞ": "SS",
|
| 35 |
+
"đ": "d",
|
| 36 |
+
"Đ": "D",
|
| 37 |
+
"ð": "d",
|
| 38 |
+
"Ð": "D",
|
| 39 |
+
"þ": "th",
|
| 40 |
+
"Þ": "th",
|
| 41 |
+
"ł": "l",
|
| 42 |
+
"Ł": "L",
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
def remove_symbols_and_diacritics(s: str, keep=""):
|
| 47 |
+
"""
|
| 48 |
+
Replace any other markers, symbols, and punctuations with a space, and drop any diacritics (category 'Mn' and some
|
| 49 |
+
manual mappings)
|
| 50 |
+
"""
|
| 51 |
+
|
| 52 |
+
def replace_character(char):
|
| 53 |
+
if char in keep:
|
| 54 |
+
return char
|
| 55 |
+
elif char in ADDITIONAL_DIACRITICS:
|
| 56 |
+
return ADDITIONAL_DIACRITICS[char]
|
| 57 |
+
|
| 58 |
+
elif unicodedata.category(char) == "Mn":
|
| 59 |
+
return ""
|
| 60 |
+
|
| 61 |
+
elif unicodedata.category(char)[0] in "MSP":
|
| 62 |
+
return " "
|
| 63 |
+
|
| 64 |
+
return char
|
| 65 |
+
|
| 66 |
+
return "".join(replace_character(c) for c in unicodedata.normalize("NFKD", s))
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
def remove_symbols(s: str):
|
| 70 |
+
"""
|
| 71 |
+
Replace any other markers, symbols, punctuations with a space, keeping diacritics
|
| 72 |
+
"""
|
| 73 |
+
return "".join(" " if unicodedata.category(c)[0] in "MSP" else c for c in unicodedata.normalize("NFKC", s))
|
| 74 |
+
|
| 75 |
+
|
| 76 |
+
def remove_symbols_keep_marks(s: str):
|
| 77 |
+
"""
|
| 78 |
+
Replace symbols and punctuation with a space, keeping combining marks.
|
| 79 |
+
|
| 80 |
+
Unlike `remove_symbols`, combining marks (category 'M') are preserved. This
|
| 81 |
+
is required for scripts like Devanagari, where vowel signs (matras) and the
|
| 82 |
+
virama are combining marks that are integral to words.
|
| 83 |
+
"""
|
| 84 |
+
return "".join(" " if unicodedata.category(c)[0] in "SP" else c for c in unicodedata.normalize("NFKC", s))
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
class BasicTextNormalizer:
|
| 88 |
+
def __init__(self, remove_diacritics: bool = False, split_letters: bool = False):
|
| 89 |
+
self.clean = remove_symbols_and_diacritics if remove_diacritics else remove_symbols
|
| 90 |
+
self.split_letters = split_letters
|
| 91 |
+
|
| 92 |
+
def __call__(self, s: str):
|
| 93 |
+
s = s.lower()
|
| 94 |
+
s = re.sub(r"[<\[][^>\]]*[>\]]", "", s) # remove words between brackets
|
| 95 |
+
s = re.sub(r"\(([^)]+?)\)", "", s) # remove words between parenthesis
|
| 96 |
+
s = self.clean(s).lower()
|
| 97 |
+
|
| 98 |
+
if self.split_letters:
|
| 99 |
+
s = " ".join(regex.findall(r"\X", s, regex.U))
|
| 100 |
+
|
| 101 |
+
s = re.sub(r"\s+", " ", s) # replace any successive whitespace characters with a space
|
| 102 |
+
|
| 103 |
+
return s
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
class BasicMultilingualTextNormalizer:
|
| 107 |
+
def __init__(self, remove_diacritics: bool = True):
|
| 108 |
+
# When keeping diacritics, also keep combining marks (category 'M'):
|
| 109 |
+
# scripts like Devanagari encode vowel signs and the virama as
|
| 110 |
+
# combining marks, so stripping them mangles words.
|
| 111 |
+
self.clean = remove_symbols_and_diacritics if remove_diacritics else remove_symbols_keep_marks
|
| 112 |
+
|
| 113 |
+
def __call__(self, s: str):
|
| 114 |
+
s = s.lower()
|
| 115 |
+
s = re.sub(r"[<\[][^>\]]*[>\]]", "", s) # remove words between brackets
|
| 116 |
+
s = re.sub(r"\(([^)]+?)\)", "", s) # remove words between parenthesis
|
| 117 |
+
s = self.clean(s).lower()
|
| 118 |
+
|
| 119 |
+
# Remove punctuation and extra spaces
|
| 120 |
+
s = regex.sub(r"[^\w\s]", "", s)
|
| 121 |
+
s = re.sub(r"\s+", " ", s).strip()
|
| 122 |
+
|
| 123 |
+
return s
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
class EnglishNumberNormalizer:
|
| 127 |
+
"""
|
| 128 |
+
Convert any spelled-out numbers into arabic numbers, while handling:
|
| 129 |
+
|
| 130 |
+
- remove any commas
|
| 131 |
+
- keep the suffixes such as: `1960s`, `274th`, `32nd`, etc.
|
| 132 |
+
- spell out currency symbols after the number. e.g. `$20 million` -> `20000000 dollars`
|
| 133 |
+
- spell out `one` and `ones`
|
| 134 |
+
- interpret successive single-digit numbers as nominal: `one oh one` -> `101`
|
| 135 |
+
"""
|
| 136 |
+
|
| 137 |
+
def __init__(self):
|
| 138 |
+
super().__init__()
|
| 139 |
+
|
| 140 |
+
self.zeros = {"o", "oh", "zero"}
|
| 141 |
+
# fmt: off
|
| 142 |
+
self.ones = {
|
| 143 |
+
name: i
|
| 144 |
+
for i, name in enumerate(
|
| 145 |
+
["one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen"],
|
| 146 |
+
start=1,
|
| 147 |
+
)
|
| 148 |
+
}
|
| 149 |
+
# fmt: on
|
| 150 |
+
self.ones_plural = {
|
| 151 |
+
"sixes" if name == "six" else name + "s": (value, "s") for name, value in self.ones.items()
|
| 152 |
+
}
|
| 153 |
+
self.ones_ordinal = {
|
| 154 |
+
"zeroth": (0, "th"),
|
| 155 |
+
"first": (1, "st"),
|
| 156 |
+
"second": (2, "nd"),
|
| 157 |
+
"third": (3, "rd"),
|
| 158 |
+
"fifth": (5, "th"),
|
| 159 |
+
"twelfth": (12, "th"),
|
| 160 |
+
**{
|
| 161 |
+
name + ("h" if name.endswith("t") else "th"): (value, "th")
|
| 162 |
+
for name, value in self.ones.items()
|
| 163 |
+
if value > 3 and value != 5 and value != 12
|
| 164 |
+
},
|
| 165 |
+
}
|
| 166 |
+
self.ones_suffixed = {**self.ones_plural, **self.ones_ordinal}
|
| 167 |
+
|
| 168 |
+
self.tens = {
|
| 169 |
+
"twenty": 20,
|
| 170 |
+
"thirty": 30,
|
| 171 |
+
"forty": 40,
|
| 172 |
+
"fifty": 50,
|
| 173 |
+
"sixty": 60,
|
| 174 |
+
"seventy": 70,
|
| 175 |
+
"eighty": 80,
|
| 176 |
+
"ninety": 90,
|
| 177 |
+
}
|
| 178 |
+
self.tens_plural = {name.replace("y", "ies"): (value, "s") for name, value in self.tens.items()}
|
| 179 |
+
self.tens_ordinal = {name.replace("y", "ieth"): (value, "th") for name, value in self.tens.items()}
|
| 180 |
+
self.tens_suffixed = {**self.tens_plural, **self.tens_ordinal}
|
| 181 |
+
|
| 182 |
+
self.multipliers = {
|
| 183 |
+
"hundred": 100,
|
| 184 |
+
"thousand": 1_000,
|
| 185 |
+
"million": 1_000_000,
|
| 186 |
+
"billion": 1_000_000_000,
|
| 187 |
+
"trillion": 1_000_000_000_000,
|
| 188 |
+
"quadrillion": 1_000_000_000_000_000,
|
| 189 |
+
"quintillion": 1_000_000_000_000_000_000,
|
| 190 |
+
"sextillion": 1_000_000_000_000_000_000_000,
|
| 191 |
+
"septillion": 1_000_000_000_000_000_000_000_000,
|
| 192 |
+
"octillion": 1_000_000_000_000_000_000_000_000_000,
|
| 193 |
+
"nonillion": 1_000_000_000_000_000_000_000_000_000_000,
|
| 194 |
+
"decillion": 1_000_000_000_000_000_000_000_000_000_000_000,
|
| 195 |
+
}
|
| 196 |
+
self.multipliers_plural = {name + "s": (value, "s") for name, value in self.multipliers.items()}
|
| 197 |
+
self.multipliers_ordinal = {name + "th": (value, "th") for name, value in self.multipliers.items()}
|
| 198 |
+
self.multipliers_suffixed = {**self.multipliers_plural, **self.multipliers_ordinal}
|
| 199 |
+
self.decimals = {*self.ones, *self.tens, *self.zeros}
|
| 200 |
+
|
| 201 |
+
self.preceding_prefixers = {
|
| 202 |
+
"minus": "-",
|
| 203 |
+
"negative": "-",
|
| 204 |
+
"plus": "+",
|
| 205 |
+
"positive": "+",
|
| 206 |
+
}
|
| 207 |
+
self.following_prefixers = {
|
| 208 |
+
"pound": "£",
|
| 209 |
+
"pounds": "£",
|
| 210 |
+
"euro": "€",
|
| 211 |
+
"euros": "€",
|
| 212 |
+
"dollar": "$",
|
| 213 |
+
"dollars": "$",
|
| 214 |
+
"cent": "¢",
|
| 215 |
+
"cents": "¢",
|
| 216 |
+
}
|
| 217 |
+
self.prefixes = set(list(self.preceding_prefixers.values()) + list(self.following_prefixers.values()))
|
| 218 |
+
self.suffixers = {
|
| 219 |
+
"per": {"cent": "%"},
|
| 220 |
+
"percent": "%",
|
| 221 |
+
}
|
| 222 |
+
self.specials = {"and", "double", "triple", "point"}
|
| 223 |
+
|
| 224 |
+
self.words = {
|
| 225 |
+
key
|
| 226 |
+
for mapping in [
|
| 227 |
+
self.zeros,
|
| 228 |
+
self.ones,
|
| 229 |
+
self.ones_suffixed,
|
| 230 |
+
self.tens,
|
| 231 |
+
self.tens_suffixed,
|
| 232 |
+
self.multipliers,
|
| 233 |
+
self.multipliers_suffixed,
|
| 234 |
+
self.preceding_prefixers,
|
| 235 |
+
self.following_prefixers,
|
| 236 |
+
self.suffixers,
|
| 237 |
+
self.specials,
|
| 238 |
+
]
|
| 239 |
+
for key in mapping
|
| 240 |
+
}
|
| 241 |
+
self.literal_words = {"one", "ones"}
|
| 242 |
+
|
| 243 |
+
def process_words(self, words: List[str]) -> Iterator[str]:
|
| 244 |
+
prefix: Optional[str] = None
|
| 245 |
+
value: Optional[Union[str, int]] = None
|
| 246 |
+
skip = False
|
| 247 |
+
|
| 248 |
+
def to_fraction(s: str):
|
| 249 |
+
try:
|
| 250 |
+
return Fraction(s)
|
| 251 |
+
except ValueError:
|
| 252 |
+
return None
|
| 253 |
+
|
| 254 |
+
def is_digit_token(token: Optional[str]) -> bool:
|
| 255 |
+
"""True for tokens that continue a digit sequence ("four", "oh", "20")."""
|
| 256 |
+
return token is not None and bool(
|
| 257 |
+
re.match(r"^\d+$", token)
|
| 258 |
+
or token in self.zeros
|
| 259 |
+
or token in self.ones
|
| 260 |
+
or token in self.tens
|
| 261 |
+
)
|
| 262 |
+
|
| 263 |
+
def output(result: Union[str, int]):
|
| 264 |
+
nonlocal prefix, value
|
| 265 |
+
result = str(result)
|
| 266 |
+
if prefix is not None:
|
| 267 |
+
result = prefix + result
|
| 268 |
+
value = None
|
| 269 |
+
prefix = None
|
| 270 |
+
return result
|
| 271 |
+
|
| 272 |
+
if len(words) == 0:
|
| 273 |
+
return
|
| 274 |
+
|
| 275 |
+
for i, current in enumerate(words):
|
| 276 |
+
prev = words[i - 1] if i != 0 else None
|
| 277 |
+
next = words[i + 1] if i != len(words) - 1 else None
|
| 278 |
+
if skip:
|
| 279 |
+
skip = False
|
| 280 |
+
continue
|
| 281 |
+
|
| 282 |
+
next_is_numeric = next is not None and re.match(r"^\d+(\.\d+)?$", next)
|
| 283 |
+
has_prefix = current[0] in self.prefixes
|
| 284 |
+
current_without_prefix = current[1:] if has_prefix else current
|
| 285 |
+
if re.match(r"^\d+(\.\d+)?$", current_without_prefix):
|
| 286 |
+
# arabic numbers (potentially with signs and fractions)
|
| 287 |
+
f = to_fraction(current_without_prefix)
|
| 288 |
+
if f is None:
|
| 289 |
+
raise ValueError("Converting the fraction failed")
|
| 290 |
+
|
| 291 |
+
if value is not None:
|
| 292 |
+
if isinstance(value, str) and value.endswith("."):
|
| 293 |
+
# concatenate decimals / ip address components
|
| 294 |
+
value = str(value) + str(current)
|
| 295 |
+
continue
|
| 296 |
+
else:
|
| 297 |
+
yield output(value)
|
| 298 |
+
|
| 299 |
+
prefix = current[0] if has_prefix else prefix
|
| 300 |
+
if f.denominator == 1:
|
| 301 |
+
value = f.numerator # store integers as int
|
| 302 |
+
else:
|
| 303 |
+
value = current_without_prefix
|
| 304 |
+
elif current not in self.words:
|
| 305 |
+
# non-numeric words
|
| 306 |
+
if value is not None:
|
| 307 |
+
yield output(value)
|
| 308 |
+
yield output(current)
|
| 309 |
+
elif current in self.zeros:
|
| 310 |
+
# "oh" is far more often the interjection than a spoken zero, so
|
| 311 |
+
# read it as a digit only inside a digit sequence: the sequence
|
| 312 |
+
# has to continue on the right ("four oh one", "nineteen oh
|
| 313 |
+
# five"), and with nothing pending on the left it takes two more
|
| 314 |
+
# digit tokens, i.e. a serial/phone-style reading ("oh seven nine
|
| 315 |
+
# eight"). On its own — including the doubled "oh oh" — it stays
|
| 316 |
+
# a word. "o" and "zero" are unchanged.
|
| 317 |
+
next2 = words[i + 2] if i + 2 < len(words) else None
|
| 318 |
+
in_number = is_digit_token(next) and (
|
| 319 |
+
value is not None or is_digit_token(next2)
|
| 320 |
+
)
|
| 321 |
+
if current == "oh" and not in_number:
|
| 322 |
+
if value is not None:
|
| 323 |
+
yield output(value) # don't drop a pending number
|
| 324 |
+
yield output(current)
|
| 325 |
+
else:
|
| 326 |
+
value = str(value or "") + "0"
|
| 327 |
+
elif current in self.ones:
|
| 328 |
+
ones = self.ones[current]
|
| 329 |
+
|
| 330 |
+
if value is None:
|
| 331 |
+
value = ones
|
| 332 |
+
elif isinstance(value, str) or prev in self.ones:
|
| 333 |
+
if prev in self.tens and ones < 10: # replace the last zero with the digit
|
| 334 |
+
value = value[:-1] + str(ones)
|
| 335 |
+
else:
|
| 336 |
+
value = str(value) + str(ones)
|
| 337 |
+
elif ones < 10:
|
| 338 |
+
if value % 10 == 0:
|
| 339 |
+
value += ones
|
| 340 |
+
else:
|
| 341 |
+
value = str(value) + str(ones)
|
| 342 |
+
else: # eleven to nineteen
|
| 343 |
+
if value % 100 == 0:
|
| 344 |
+
value += ones
|
| 345 |
+
else:
|
| 346 |
+
value = str(value) + str(ones)
|
| 347 |
+
elif current in self.ones_suffixed:
|
| 348 |
+
# ordinal or cardinal; yield the number right away
|
| 349 |
+
ones, suffix = self.ones_suffixed[current]
|
| 350 |
+
if value is None:
|
| 351 |
+
yield output(str(ones) + suffix)
|
| 352 |
+
elif isinstance(value, str) or prev in self.ones:
|
| 353 |
+
if prev in self.tens and ones < 10:
|
| 354 |
+
yield output(value[:-1] + str(ones) + suffix)
|
| 355 |
+
else:
|
| 356 |
+
yield output(str(value) + str(ones) + suffix)
|
| 357 |
+
elif ones < 10:
|
| 358 |
+
if value % 10 == 0:
|
| 359 |
+
yield output(str(value + ones) + suffix)
|
| 360 |
+
else:
|
| 361 |
+
yield output(str(value) + str(ones) + suffix)
|
| 362 |
+
else: # eleven to nineteen
|
| 363 |
+
if value % 100 == 0:
|
| 364 |
+
yield output(str(value + ones) + suffix)
|
| 365 |
+
else:
|
| 366 |
+
yield output(str(value) + str(ones) + suffix)
|
| 367 |
+
value = None
|
| 368 |
+
elif current in self.tens:
|
| 369 |
+
tens = self.tens[current]
|
| 370 |
+
if value is None:
|
| 371 |
+
value = tens
|
| 372 |
+
elif isinstance(value, str):
|
| 373 |
+
value = str(value) + str(tens)
|
| 374 |
+
else:
|
| 375 |
+
if value % 100 == 0:
|
| 376 |
+
value += tens
|
| 377 |
+
else:
|
| 378 |
+
value = str(value) + str(tens)
|
| 379 |
+
elif current in self.tens_suffixed:
|
| 380 |
+
# ordinal or cardinal; yield the number right away
|
| 381 |
+
tens, suffix = self.tens_suffixed[current]
|
| 382 |
+
if value is None:
|
| 383 |
+
yield output(str(tens) + suffix)
|
| 384 |
+
elif isinstance(value, str):
|
| 385 |
+
yield output(str(value) + str(tens) + suffix)
|
| 386 |
+
else:
|
| 387 |
+
if value % 100 == 0:
|
| 388 |
+
yield output(str(value + tens) + suffix)
|
| 389 |
+
else:
|
| 390 |
+
yield output(str(value) + str(tens) + suffix)
|
| 391 |
+
elif current in self.multipliers:
|
| 392 |
+
multiplier = self.multipliers[current]
|
| 393 |
+
if value is None:
|
| 394 |
+
value = multiplier
|
| 395 |
+
elif isinstance(value, str) or value == 0:
|
| 396 |
+
f = to_fraction(value)
|
| 397 |
+
p = f * multiplier if f is not None else None
|
| 398 |
+
if f is not None and p.denominator == 1:
|
| 399 |
+
value = p.numerator
|
| 400 |
+
else:
|
| 401 |
+
yield output(value)
|
| 402 |
+
value = multiplier
|
| 403 |
+
else:
|
| 404 |
+
before = value // 1000 * 1000
|
| 405 |
+
residual = value % 1000
|
| 406 |
+
value = before + residual * multiplier
|
| 407 |
+
elif current in self.multipliers_suffixed:
|
| 408 |
+
multiplier, suffix = self.multipliers_suffixed[current]
|
| 409 |
+
if value is None:
|
| 410 |
+
yield output(str(multiplier) + suffix)
|
| 411 |
+
elif isinstance(value, str):
|
| 412 |
+
f = to_fraction(value)
|
| 413 |
+
p = f * multiplier if f is not None else None
|
| 414 |
+
if f is not None and p.denominator == 1:
|
| 415 |
+
yield output(str(p.numerator) + suffix)
|
| 416 |
+
else:
|
| 417 |
+
yield output(value)
|
| 418 |
+
yield output(str(multiplier) + suffix)
|
| 419 |
+
else: # int
|
| 420 |
+
before = value // 1000 * 1000
|
| 421 |
+
residual = value % 1000
|
| 422 |
+
value = before + residual * multiplier
|
| 423 |
+
yield output(str(value) + suffix)
|
| 424 |
+
value = None
|
| 425 |
+
elif current in self.preceding_prefixers:
|
| 426 |
+
# apply prefix (positive, minus, etc.) if it precedes a number
|
| 427 |
+
if value is not None:
|
| 428 |
+
yield output(value)
|
| 429 |
+
|
| 430 |
+
if next in self.words or next_is_numeric:
|
| 431 |
+
prefix = self.preceding_prefixers[current]
|
| 432 |
+
else:
|
| 433 |
+
yield output(current)
|
| 434 |
+
elif current in self.following_prefixers:
|
| 435 |
+
# apply prefix (dollars, cents, etc.) only after a number
|
| 436 |
+
if value is not None:
|
| 437 |
+
prefix = self.following_prefixers[current]
|
| 438 |
+
yield output(value)
|
| 439 |
+
else:
|
| 440 |
+
yield output(current)
|
| 441 |
+
elif current in self.suffixers:
|
| 442 |
+
# apply suffix symbols (percent -> '%')
|
| 443 |
+
if value is not None:
|
| 444 |
+
suffix = self.suffixers[current]
|
| 445 |
+
if isinstance(suffix, dict):
|
| 446 |
+
if next in suffix:
|
| 447 |
+
yield output(str(value) + suffix[next])
|
| 448 |
+
skip = True
|
| 449 |
+
else:
|
| 450 |
+
yield output(value)
|
| 451 |
+
yield output(current)
|
| 452 |
+
else:
|
| 453 |
+
yield output(str(value) + suffix)
|
| 454 |
+
else:
|
| 455 |
+
yield output(current)
|
| 456 |
+
elif current in self.specials:
|
| 457 |
+
if next not in self.words and not next_is_numeric:
|
| 458 |
+
# apply special handling only if the next word can be numeric
|
| 459 |
+
if value is not None:
|
| 460 |
+
yield output(value)
|
| 461 |
+
yield output(current)
|
| 462 |
+
elif current == "and":
|
| 463 |
+
# ignore "and" after hundreds, thousands, etc.
|
| 464 |
+
if prev not in self.multipliers:
|
| 465 |
+
if value is not None:
|
| 466 |
+
yield output(value)
|
| 467 |
+
yield output(current)
|
| 468 |
+
elif current == "double" or current == "triple":
|
| 469 |
+
if next in self.ones or next in self.zeros:
|
| 470 |
+
repeats = 2 if current == "double" else 3
|
| 471 |
+
ones = self.ones.get(next, 0)
|
| 472 |
+
value = str(value or "") + str(ones) * repeats
|
| 473 |
+
skip = True
|
| 474 |
+
else:
|
| 475 |
+
if value is not None:
|
| 476 |
+
yield output(value)
|
| 477 |
+
yield output(current)
|
| 478 |
+
elif current == "point":
|
| 479 |
+
if next in self.decimals or next_is_numeric:
|
| 480 |
+
value = str(value or "") + "."
|
| 481 |
+
else:
|
| 482 |
+
# should all have been covered at this point
|
| 483 |
+
raise ValueError(f"Unexpected token: {current}")
|
| 484 |
+
else:
|
| 485 |
+
# all should have been covered at this point
|
| 486 |
+
raise ValueError(f"Unexpected token: {current}")
|
| 487 |
+
|
| 488 |
+
if value is not None:
|
| 489 |
+
yield output(value)
|
| 490 |
+
|
| 491 |
+
def preprocess(self, s: str):
|
| 492 |
+
# replace "<number> and a half" with "<number> point five"
|
| 493 |
+
results = []
|
| 494 |
+
|
| 495 |
+
segments = re.split(r"\band\s+a\s+half\b", s)
|
| 496 |
+
for i, segment in enumerate(segments):
|
| 497 |
+
if len(segment.strip()) == 0:
|
| 498 |
+
continue
|
| 499 |
+
if i == len(segments) - 1:
|
| 500 |
+
results.append(segment)
|
| 501 |
+
else:
|
| 502 |
+
results.append(segment)
|
| 503 |
+
last_word = segment.rsplit(maxsplit=2)[-1]
|
| 504 |
+
if last_word in self.decimals or last_word in self.multipliers:
|
| 505 |
+
results.append("point five")
|
| 506 |
+
else:
|
| 507 |
+
results.append("and a half")
|
| 508 |
+
|
| 509 |
+
s = " ".join(results)
|
| 510 |
+
|
| 511 |
+
# put a space at number/letter boundary
|
| 512 |
+
s = re.sub(r"([a-z])([0-9])", r"\1 \2", s)
|
| 513 |
+
s = re.sub(r"([0-9])([a-z])", r"\1 \2", s)
|
| 514 |
+
|
| 515 |
+
# but remove spaces which could be a suffix
|
| 516 |
+
s = re.sub(r"([0-9])\s+(st|nd|rd|th|s)\b", r"\1\2", s)
|
| 517 |
+
|
| 518 |
+
return s
|
| 519 |
+
|
| 520 |
+
def postprocess(self, s: str):
|
| 521 |
+
def combine_cents(m: Match):
|
| 522 |
+
try:
|
| 523 |
+
currency = m.group(1)
|
| 524 |
+
integer = m.group(2)
|
| 525 |
+
cents = int(m.group(3))
|
| 526 |
+
return f"{currency}{integer}.{cents:02d}"
|
| 527 |
+
except ValueError:
|
| 528 |
+
return m.string
|
| 529 |
+
|
| 530 |
+
def extract_cents(m: Match):
|
| 531 |
+
try:
|
| 532 |
+
return f"¢{int(m.group(1))}"
|
| 533 |
+
except ValueError:
|
| 534 |
+
return m.string
|
| 535 |
+
|
| 536 |
+
# apply currency postprocessing; "$2 and ¢7" -> "$2.07"
|
| 537 |
+
s = re.sub(r"([€£$])([0-9]+) (?:and )?¢([0-9]{1,2})\b", combine_cents, s)
|
| 538 |
+
s = re.sub(r"[€£$]0.([0-9]{1,2})\b", extract_cents, s)
|
| 539 |
+
|
| 540 |
+
# write "one(s)" instead of "1(s)", just for the readability
|
| 541 |
+
s = re.sub(r"\b1(s?)\b", r"one\1", s)
|
| 542 |
+
|
| 543 |
+
return s
|
| 544 |
+
|
| 545 |
+
def __call__(self, s: str):
|
| 546 |
+
s = self.preprocess(s)
|
| 547 |
+
s = " ".join(word for word in self.process_words(s.split()) if word is not None)
|
| 548 |
+
s = self.postprocess(s)
|
| 549 |
+
|
| 550 |
+
return s
|
| 551 |
+
|
| 552 |
+
|
| 553 |
+
class EnglishSpellingNormalizer:
|
| 554 |
+
"""
|
| 555 |
+
Applies British-American spelling mappings as listed in [1].
|
| 556 |
+
|
| 557 |
+
[1] https://www.tysto.com/uk-us-spelling-list.html
|
| 558 |
+
"""
|
| 559 |
+
|
| 560 |
+
def __init__(self, english_spelling_mapping):
|
| 561 |
+
self.mapping = english_spelling_mapping
|
| 562 |
+
|
| 563 |
+
def __call__(self, s: str):
|
| 564 |
+
return " ".join(self.mapping.get(word, word) for word in s.split())
|
| 565 |
+
|
| 566 |
+
|
| 567 |
+
class EnglishAcronymNormalizer:
|
| 568 |
+
"""
|
| 569 |
+
Collapse sequences of single-character tokens (letters or digits) into single words.
|
| 570 |
+
|
| 571 |
+
This normalizes acronym spacing so that both spaced-out and joined forms match:
|
| 572 |
+
- "b b c" -> "bbc"
|
| 573 |
+
- "5 g" -> "5g"
|
| 574 |
+
|
| 575 |
+
Lone single-character words surrounded by multi-character words are left untouched
|
| 576 |
+
(e.g. "a big cat" stays "a big cat").
|
| 577 |
+
"""
|
| 578 |
+
|
| 579 |
+
def __call__(self, s: str) -> str:
|
| 580 |
+
words = s.split()
|
| 581 |
+
result = []
|
| 582 |
+
i = 0
|
| 583 |
+
while i < len(words):
|
| 584 |
+
if len(words[i]) == 1 and words[i].isalnum():
|
| 585 |
+
# Start of a potential acronym run
|
| 586 |
+
run = [words[i]]
|
| 587 |
+
j = i + 1
|
| 588 |
+
while j < len(words) and len(words[j]) == 1 and words[j].isalnum():
|
| 589 |
+
run.append(words[j])
|
| 590 |
+
j += 1
|
| 591 |
+
# Require 3+ tokens if the run contains common words "a" or "i",
|
| 592 |
+
# otherwise 2+ is enough (e.g. "5 g" -> "5g")
|
| 593 |
+
has_common_word = any(c in ("a", "i") for c in run)
|
| 594 |
+
min_run = 3 if has_common_word else 2
|
| 595 |
+
if len(run) >= min_run:
|
| 596 |
+
result.append("".join(run))
|
| 597 |
+
else:
|
| 598 |
+
result.extend(run)
|
| 599 |
+
i = j
|
| 600 |
+
else:
|
| 601 |
+
result.append(words[i])
|
| 602 |
+
i += 1
|
| 603 |
+
return " ".join(result)
|
| 604 |
+
|
| 605 |
+
|
| 606 |
+
class EnglishNameNormalizer:
|
| 607 |
+
"""
|
| 608 |
+
Collapse common name spelling variants to a single canonical form.
|
| 609 |
+
|
| 610 |
+
This is intentionally conservative and token-based so it can be extended
|
| 611 |
+
with project-specific aliases when needed.
|
| 612 |
+
"""
|
| 613 |
+
|
| 614 |
+
def __init__(self, english_name_mapping=english_name_normalizer):
|
| 615 |
+
self.mapping = english_name_mapping
|
| 616 |
+
|
| 617 |
+
def __call__(self, s: str):
|
| 618 |
+
return " ".join(self.mapping.get(word, word) for word in s.split())
|
| 619 |
+
|
| 620 |
+
|
| 621 |
+
class EnglishTextNormalizer:
|
| 622 |
+
def __init__(self, english_spelling_mapping=english_spelling_normalizer):
|
| 623 |
+
# Filler words / hesitations to remove. Written as regexes so that
|
| 624 |
+
# arbitrary elongation is covered without enumerating every spelling
|
| 625 |
+
# ("uh", "uhh", "uuuh", "uhhhh", ...). Each alternative is wrapped in
|
| 626 |
+
# \b...\b below, so a shorter alternative cannot match a prefix of a
|
| 627 |
+
# longer token and the order of the single-token patterns is irrelevant.
|
| 628 |
+
# Hyphens are word boundaries too, which is why most hyphenated forms
|
| 629 |
+
# need no entry ("um-hmm" is matched as "um" + "hmm") — but any whose
|
| 630 |
+
# halves are not both fillers must be listed *before* the patterns,
|
| 631 |
+
# otherwise only the first half is matched ("ah-ha" -> "ha").
|
| 632 |
+
filler_words = [
|
| 633 |
+
"ah-ha", # "ha" alone is not a filler, so match the pair first
|
| 634 |
+
r"a+h+m*", # ah, aah, ahh, ahhh, aaah, ahm, ahmm
|
| 635 |
+
r"a+h+a+", # aha, ahaa, ahaaa
|
| 636 |
+
r"e+h+m*", # eh, ehh, eeeh, ehhh, ehm, ehmm
|
| 637 |
+
r"e+m+", # em, emm
|
| 638 |
+
r"e+r+m*", # er, err, errr, erm
|
| 639 |
+
r"h+a+h+", # hah, hahh
|
| 640 |
+
r"h+e+h+", # heh, hehh
|
| 641 |
+
r"h+m+", # hm, hmm, hmmm, hhm
|
| 642 |
+
r"h+u+h+", # huh, huhh
|
| 643 |
+
r"m{2,}", # mm, mmm, mmmm
|
| 644 |
+
r"m+h+m*", # mh, mhm, mhmm, mmhm
|
| 645 |
+
r"t+s+k+", # tsk
|
| 646 |
+
r"u+g+h+", # ugh, uuugh
|
| 647 |
+
r"u+h+m*", # uh, uuh, uhh, uhhh, uuuh, uhm, uuuhm
|
| 648 |
+
r"u+h+u+[hm]*", # uhuh, uhum
|
| 649 |
+
r"u+m+h*", # um, umm, ummm, uuum, umh
|
| 650 |
+
# Irregular forms, not worth a pattern of their own.
|
| 651 |
+
"ahem", "eheh", "ehehe", "ehr", "hmmph", "hum", "hunh", "mhum", "mmkay",
|
| 652 |
+
]
|
| 653 |
+
self.ignore_patterns = r"\b(" + "|".join(filler_words) + r")\b"
|
| 654 |
+
self.replacers = {
|
| 655 |
+
# Bare o'clock times: the ":00" is not spoken as words, so drop it
|
| 656 |
+
# ("2:00 AM" -> "2 am"). Applied here, while the colon is still
|
| 657 |
+
# present, so that a time is distinguishable from an unrelated
|
| 658 |
+
# digit sequence — by the time symbols are stripped "3:00" and
|
| 659 |
+
# "3 00" look alike. Without this the minutes are absorbed into the
|
| 660 |
+
# hour ("3:00" -> "30") or left as a stray token ("11:00" -> "11 0").
|
| 661 |
+
r"\b(\d{1,2}):00\b": r"\1",
|
| 662 |
+
# common contractions
|
| 663 |
+
r"\bwon't\b": "will not",
|
| 664 |
+
r"\bcan't\b": "can not",
|
| 665 |
+
r"\blet's\b": "let us",
|
| 666 |
+
r"\bain't\b": "aint",
|
| 667 |
+
r"\by'all\b": "you all",
|
| 668 |
+
r"\bwanna\b": "want to",
|
| 669 |
+
r"\bgotta\b": "got to",
|
| 670 |
+
r"\bgonna\b": "going to",
|
| 671 |
+
r"\bi'ma\b": "i am going to",
|
| 672 |
+
r"\bimma\b": "i am going to",
|
| 673 |
+
r"\bwoulda\b": "would have",
|
| 674 |
+
r"\bcoulda\b": "could have",
|
| 675 |
+
r"\bshoulda\b": "should have",
|
| 676 |
+
r"\bma'am\b": "madam",
|
| 677 |
+
# contractions in titles/prefixes
|
| 678 |
+
r"\bmr\b": "mister ",
|
| 679 |
+
r"\bmrs\b": "missus ",
|
| 680 |
+
r"\bst\b": "saint ",
|
| 681 |
+
r"\bdr\b": "doctor ",
|
| 682 |
+
r"\bprof\b": "professor ",
|
| 683 |
+
r"\bcapt\b": "captain ",
|
| 684 |
+
r"\bgov\b": "governor ",
|
| 685 |
+
r"\bald\b": "alderman ",
|
| 686 |
+
r"\bgen\b": "general ",
|
| 687 |
+
r"\bsen\b": "senator ",
|
| 688 |
+
r"\brep\b": "representative ",
|
| 689 |
+
r"\bpres\b": "president ",
|
| 690 |
+
r"\brev\b": "reverend ",
|
| 691 |
+
r"\bhon\b": "honorable ",
|
| 692 |
+
r"\basst\b": "assistant ",
|
| 693 |
+
r"\bassoc\b": "associate ",
|
| 694 |
+
r"\blt\b": "lieutenant ",
|
| 695 |
+
r"\bcol\b": "colonel ",
|
| 696 |
+
r"\bjr\b": "junior ",
|
| 697 |
+
r"\bsr\b": "senior ",
|
| 698 |
+
r"\besq\b": "esquire ",
|
| 699 |
+
# prefect tenses, ideally it should be any past participles, but it's harder..
|
| 700 |
+
r"'d been\b": " had been",
|
| 701 |
+
r"'s been\b": " has been",
|
| 702 |
+
r"'d gone\b": " had gone",
|
| 703 |
+
r"'s gone\b": " has gone",
|
| 704 |
+
r"'d done\b": " had done", # "'s done" is ambiguous
|
| 705 |
+
r"'s got\b": " has got",
|
| 706 |
+
# general contractions
|
| 707 |
+
r"n't\b": " not",
|
| 708 |
+
r"'re\b": " are",
|
| 709 |
+
r"\b(it|he|she|what|that|who|here|there|how|when|where|why|this)'s\b": r"\1 is",
|
| 710 |
+
r"'d\b": " would",
|
| 711 |
+
r"'ll\b": " will",
|
| 712 |
+
r"'t\b": " not",
|
| 713 |
+
r"'ve\b": " have",
|
| 714 |
+
r"'m\b": " am",
|
| 715 |
+
}
|
| 716 |
+
self.standardize_numbers = EnglishNumberNormalizer()
|
| 717 |
+
self.standardize_spellings = EnglishSpellingNormalizer(english_spelling_mapping)
|
| 718 |
+
self.standardize_names = EnglishNameNormalizer()
|
| 719 |
+
self.standardize_acronyms = EnglishAcronymNormalizer()
|
| 720 |
+
# Multi-word compound mappings — defined in english_abbreviations.py
|
| 721 |
+
self.compound_words = english_compound_normalizer
|
| 722 |
+
|
| 723 |
+
def __call__(self, s: str):
|
| 724 |
+
s = s.lower()
|
| 725 |
+
|
| 726 |
+
s = re.sub(r"[<\[][^>\]]*[>\]]", "", s) # remove words between brackets
|
| 727 |
+
s = re.sub(r"\(([^)]+?)\)", "", s) # remove words between parenthesis
|
| 728 |
+
s = re.sub(self.ignore_patterns, "", s)
|
| 729 |
+
s = re.sub(r"\s+'", "'", s) # standardize when there's a space before an apostrophe
|
| 730 |
+
|
| 731 |
+
for pattern, replacement in self.replacers.items():
|
| 732 |
+
s = re.sub(pattern, replacement, s)
|
| 733 |
+
|
| 734 |
+
s = re.sub(r"(\d),(\d)", r"\1\2", s) # remove commas between digits
|
| 735 |
+
s = re.sub(r"\.([^0-9]|$)", r" \1", s) # remove periods not followed by numbers
|
| 736 |
+
s = remove_symbols_and_diacritics(s, keep=".%$¢€£") # keep some symbols for numerics
|
| 737 |
+
|
| 738 |
+
# Normalize hardcoded compound words (e.g. "wi fi" -> "wifi" after hyphen removal)
|
| 739 |
+
for pattern, replacement in self.compound_words.items():
|
| 740 |
+
s = re.sub(pattern, replacement, s)
|
| 741 |
+
|
| 742 |
+
s = self.standardize_numbers(s)
|
| 743 |
+
s = self.standardize_spellings(s)
|
| 744 |
+
s = self.standardize_names(s)
|
| 745 |
+
s = self.standardize_acronyms(s)
|
| 746 |
+
|
| 747 |
+
# now remove prefix/suffix symbols that are not preceded/followed by numbers
|
| 748 |
+
s = re.sub(r"[.$¢€£]([^0-9])", r" \1", s)
|
| 749 |
+
s = re.sub(r"([^0-9])%", r"\1 ", s)
|
| 750 |
+
|
| 751 |
+
s = re.sub(r"\s+", " ", s) # replace any successive whitespace characters with a space
|
| 752 |
+
|
| 753 |
+
return s
|
evaluation/standard_asr/vendor/provenance.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repository": "https://github.com/huggingface/open_asr_leaderboard",
|
| 3 |
+
"revision": "48219c6028db0517d704600d92f31edfc96e8c23",
|
| 4 |
+
"license": "Apache-2.0",
|
| 5 |
+
"upstream_sha256": {
|
| 6 |
+
"normalizer/normalizer.py": "490b56393484ef386b486f3679cc2261264af280b3512154431e0bdcf2778295",
|
| 7 |
+
"normalizer/english_abbreviations.py": "52997cc963e0bd6568d15554ad8d5fb0759f20f361483632a22f90d2d0e07db1",
|
| 8 |
+
"normalizer/data_utils.py": "738f362b477ee357f743a567b8bbd69fac49e56dce0a477cbdd52dec863842b8",
|
| 9 |
+
"normalizer/eval_utils.py": "27138d5884e39f5e6422e1dc48ce60dc2f5c15a56e63117115d7e6088d29e449"
|
| 10 |
+
},
|
| 11 |
+
"vendored_sha256": {
|
| 12 |
+
"LICENSE": "5ee13882fce0975f0ad3c3d5c2042af4896c2a669be2d6df5b3d256811267c85",
|
| 13 |
+
"english_abbreviations.py": "52997cc963e0bd6568d15554ad8d5fb0759f20f361483632a22f90d2d0e07db1",
|
| 14 |
+
"__init__.py": "8c39e42af3204c41c564c970e24525da160663836b54acc1b629e4342f862334",
|
| 15 |
+
"multilingual.py": "4c8db6c4171c8c2f5567d2ed625a3a1f0d45156af45ca42d9555c0c9b61a29d5",
|
| 16 |
+
"normalizer.py": "490b56393484ef386b486f3679cc2261264af280b3512154431e0bdcf2778295"
|
| 17 |
+
},
|
| 18 |
+
"modifications": {
|
| 19 |
+
"normalizer.py": "None",
|
| 20 |
+
"english_abbreviations.py": "None",
|
| 21 |
+
"multilingual.py": "Exact MultilingualNormalizer and normalize_compound_pairs definitions extracted; imports minimized, empty FILLER_WORDS preserved."
|
| 22 |
+
}
|
| 23 |
+
}
|
evidence/domains-r3-20260908/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Orukeet r3: accent and domain comparison
|
| 2 |
+
|
| 3 |
+
Orukeet scores **15.25% pooled WER versus Parakeet's 16.72%** on 12,006 recordings across 47 partitions and 25 languages, an 8.8% relative reduction. It improves 36 of the 47 partitions. On all 20 English partitions, comprising 5,120 recordings, WER is **8.84% versus 9.51%**, a 7.0% relative reduction; every English partition improves.
|
| 4 |
+
|
| 5 |
+
| Pooled comparison | Parakeet errors / words | Parakeet WER | Orukeet errors / words | Orukeet WER |
|
| 6 |
+
|:--|--:|--:|--:|--:|
|
| 7 |
+
| All 47 partitions | 43,939 / 262,747 | 16.72% | 40,068 / 262,698 | 15.25% |
|
| 8 |
+
| All 20 English partitions | 9,032 / 94,993 | 9.51% | 8,399 / 94,993 | 8.84% |
|
| 9 |
+
|
| 10 |
+
The sample retains its existing 256 recordings per partition and all 230 Lesbos recordings. Of these, 6,118 recordings were included in the earlier FT-4035 adaptation. Greek and Italian EuroSpeech retain their audited human transcript spans. The generic manifest adds three evaluator field aliases while preserving all original fields, references, waveforms and membership.
|
| 11 |
+
|
| 12 |
+
Both models were decoded afresh, using FP32 NeMo weights, BF16 CUDA autocast, greedy-batch TDT and identical duration-sorted 16 kHz audio. Orukeet is the r3 checkpoint, SHA-256 `031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56`. All 12,006 recordings are scored; 70 empty Parakeet hypotheses and 61 empty Orukeet hypotheses remain.
|
| 13 |
+
|
| 14 |
+
The final scores use the same pinned English/multilingual normalization and compound-aware WER as the current complete LibriSpeech/FLEURS comparison. This protocol differs from the older domain report's diagnostic scoring, so the current report uses only these freshly paired scores. `inference-comparison.json` retains the earlier diagnostic normalization; `comparison.json` records the final manuscript scores.
|
| 15 |
+
|
| 16 |
+
`hypotheses-audit.json` independently re-scores all 24,012 predictions and verifies every numerator and denominator against the per-record numeric evidence. Full-partition scoring with unmodified upstream normalizer definitions reproduces all 94 model/partition WERs. `scores.csv` retains full-precision WER/CER and edit counts. The [complete table](../../docs/current-checkpoint-benchmarks.md) includes all 47 comparisons.
|
| 17 |
+
|
| 18 |
+
All weights, manifests, predictions and report materials remain private for review.
|
evidence/domains-r3-20260908/comparison.json
ADDED
|
@@ -0,0 +1,1535 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "complete",
|
| 3 |
+
"publication_authorized": false,
|
| 4 |
+
"rows": 12006,
|
| 5 |
+
"sets": {
|
| 6 |
+
"eurospeech_bg": {
|
| 7 |
+
"rows": 256,
|
| 8 |
+
"hours": 1.072353802083333,
|
| 9 |
+
"language": "bg",
|
| 10 |
+
"models": {
|
| 11 |
+
"parakeet": {
|
| 12 |
+
"words": 7448,
|
| 13 |
+
"errors": 1059,
|
| 14 |
+
"substitutions": 631,
|
| 15 |
+
"deletions": 122,
|
| 16 |
+
"insertions": 306,
|
| 17 |
+
"chars": 46565,
|
| 18 |
+
"char_errors": 3352,
|
| 19 |
+
"utterance_error": 230,
|
| 20 |
+
"wer": 14.21858216970999,
|
| 21 |
+
"cer": 7.198539675722109
|
| 22 |
+
},
|
| 23 |
+
"orukeet": {
|
| 24 |
+
"words": 7448,
|
| 25 |
+
"errors": 971,
|
| 26 |
+
"substitutions": 545,
|
| 27 |
+
"deletions": 104,
|
| 28 |
+
"insertions": 322,
|
| 29 |
+
"chars": 46565,
|
| 30 |
+
"char_errors": 3128,
|
| 31 |
+
"utterance_error": 224,
|
| 32 |
+
"wer": 13.03705692803437,
|
| 33 |
+
"cer": 6.717491678299152
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
},
|
| 37 |
+
"eurospeech_de": {
|
| 38 |
+
"rows": 256,
|
| 39 |
+
"hours": 1.0912282638888895,
|
| 40 |
+
"language": "de",
|
| 41 |
+
"models": {
|
| 42 |
+
"parakeet": {
|
| 43 |
+
"words": 8440,
|
| 44 |
+
"errors": 1131,
|
| 45 |
+
"substitutions": 499,
|
| 46 |
+
"deletions": 244,
|
| 47 |
+
"insertions": 388,
|
| 48 |
+
"chars": 58395,
|
| 49 |
+
"char_errors": 4983,
|
| 50 |
+
"utterance_error": 228,
|
| 51 |
+
"wer": 13.40047393364929,
|
| 52 |
+
"cer": 8.533264834318008
|
| 53 |
+
},
|
| 54 |
+
"orukeet": {
|
| 55 |
+
"words": 8445,
|
| 56 |
+
"errors": 941,
|
| 57 |
+
"substitutions": 376,
|
| 58 |
+
"deletions": 236,
|
| 59 |
+
"insertions": 329,
|
| 60 |
+
"chars": 58395,
|
| 61 |
+
"char_errors": 4174,
|
| 62 |
+
"utterance_error": 221,
|
| 63 |
+
"wer": 11.142687981053879,
|
| 64 |
+
"cer": 7.147872249336416
|
| 65 |
+
}
|
| 66 |
+
}
|
| 67 |
+
},
|
| 68 |
+
"eurospeech_el": {
|
| 69 |
+
"rows": 256,
|
| 70 |
+
"hours": 1.0396271527777776,
|
| 71 |
+
"language": "el",
|
| 72 |
+
"models": {
|
| 73 |
+
"parakeet": {
|
| 74 |
+
"words": 7910,
|
| 75 |
+
"errors": 2043,
|
| 76 |
+
"substitutions": 1804,
|
| 77 |
+
"deletions": 133,
|
| 78 |
+
"insertions": 106,
|
| 79 |
+
"chars": 50646,
|
| 80 |
+
"char_errors": 4291,
|
| 81 |
+
"utterance_error": 256,
|
| 82 |
+
"wer": 25.828065739570164,
|
| 83 |
+
"cer": 8.472534849741342
|
| 84 |
+
},
|
| 85 |
+
"orukeet": {
|
| 86 |
+
"words": 7908,
|
| 87 |
+
"errors": 2084,
|
| 88 |
+
"substitutions": 1756,
|
| 89 |
+
"deletions": 152,
|
| 90 |
+
"insertions": 176,
|
| 91 |
+
"chars": 50646,
|
| 92 |
+
"char_errors": 4563,
|
| 93 |
+
"utterance_error": 255,
|
| 94 |
+
"wer": 26.35306019221042,
|
| 95 |
+
"cer": 9.009596019428978
|
| 96 |
+
}
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"eurospeech_en": {
|
| 100 |
+
"rows": 256,
|
| 101 |
+
"hours": 1.0540027430555547,
|
| 102 |
+
"language": "en",
|
| 103 |
+
"models": {
|
| 104 |
+
"parakeet": {
|
| 105 |
+
"words": 9636,
|
| 106 |
+
"errors": 2351,
|
| 107 |
+
"substitutions": 746,
|
| 108 |
+
"deletions": 325,
|
| 109 |
+
"insertions": 1280,
|
| 110 |
+
"chars": 55374,
|
| 111 |
+
"char_errors": 9882,
|
| 112 |
+
"utterance_error": 248,
|
| 113 |
+
"wer": 24.398090493980906,
|
| 114 |
+
"cer": 17.845920468089716
|
| 115 |
+
},
|
| 116 |
+
"orukeet": {
|
| 117 |
+
"words": 9636,
|
| 118 |
+
"errors": 2290,
|
| 119 |
+
"substitutions": 737,
|
| 120 |
+
"deletions": 324,
|
| 121 |
+
"insertions": 1229,
|
| 122 |
+
"chars": 55374,
|
| 123 |
+
"char_errors": 9687,
|
| 124 |
+
"utterance_error": 247,
|
| 125 |
+
"wer": 23.765047737650477,
|
| 126 |
+
"cer": 17.493769639180844
|
| 127 |
+
}
|
| 128 |
+
}
|
| 129 |
+
},
|
| 130 |
+
"eurospeech_et": {
|
| 131 |
+
"rows": 256,
|
| 132 |
+
"hours": 1.0695780555555554,
|
| 133 |
+
"language": "et",
|
| 134 |
+
"models": {
|
| 135 |
+
"parakeet": {
|
| 136 |
+
"words": 6793,
|
| 137 |
+
"errors": 2355,
|
| 138 |
+
"substitutions": 1515,
|
| 139 |
+
"deletions": 367,
|
| 140 |
+
"insertions": 473,
|
| 141 |
+
"chars": 47632,
|
| 142 |
+
"char_errors": 6958,
|
| 143 |
+
"utterance_error": 252,
|
| 144 |
+
"wer": 34.668040630060354,
|
| 145 |
+
"cer": 14.607826671145448
|
| 146 |
+
},
|
| 147 |
+
"orukeet": {
|
| 148 |
+
"words": 6764,
|
| 149 |
+
"errors": 1713,
|
| 150 |
+
"substitutions": 987,
|
| 151 |
+
"deletions": 220,
|
| 152 |
+
"insertions": 506,
|
| 153 |
+
"chars": 47632,
|
| 154 |
+
"char_errors": 5689,
|
| 155 |
+
"utterance_error": 248,
|
| 156 |
+
"wer": 25.325251330573625,
|
| 157 |
+
"cer": 11.943651326839099
|
| 158 |
+
}
|
| 159 |
+
}
|
| 160 |
+
},
|
| 161 |
+
"eurospeech_fi": {
|
| 162 |
+
"rows": 256,
|
| 163 |
+
"hours": 1.0576934722222222,
|
| 164 |
+
"language": "fi",
|
| 165 |
+
"models": {
|
| 166 |
+
"parakeet": {
|
| 167 |
+
"words": 6296,
|
| 168 |
+
"errors": 1046,
|
| 169 |
+
"substitutions": 600,
|
| 170 |
+
"deletions": 163,
|
| 171 |
+
"insertions": 283,
|
| 172 |
+
"chars": 51597,
|
| 173 |
+
"char_errors": 3704,
|
| 174 |
+
"utterance_error": 228,
|
| 175 |
+
"wer": 16.61372299872935,
|
| 176 |
+
"cer": 7.178711940616703
|
| 177 |
+
},
|
| 178 |
+
"orukeet": {
|
| 179 |
+
"words": 6288,
|
| 180 |
+
"errors": 956,
|
| 181 |
+
"substitutions": 517,
|
| 182 |
+
"deletions": 160,
|
| 183 |
+
"insertions": 279,
|
| 184 |
+
"chars": 51597,
|
| 185 |
+
"char_errors": 3494,
|
| 186 |
+
"utterance_error": 220,
|
| 187 |
+
"wer": 15.20356234096692,
|
| 188 |
+
"cer": 6.771711533616296
|
| 189 |
+
}
|
| 190 |
+
}
|
| 191 |
+
},
|
| 192 |
+
"eurospeech_fr": {
|
| 193 |
+
"rows": 256,
|
| 194 |
+
"hours": 1.0628877083333337,
|
| 195 |
+
"language": "fr",
|
| 196 |
+
"models": {
|
| 197 |
+
"parakeet": {
|
| 198 |
+
"words": 10678,
|
| 199 |
+
"errors": 2074,
|
| 200 |
+
"substitutions": 1216,
|
| 201 |
+
"deletions": 427,
|
| 202 |
+
"insertions": 431,
|
| 203 |
+
"chars": 63628,
|
| 204 |
+
"char_errors": 7236,
|
| 205 |
+
"utterance_error": 245,
|
| 206 |
+
"wer": 19.423112942498594,
|
| 207 |
+
"cer": 11.372351794807317
|
| 208 |
+
},
|
| 209 |
+
"orukeet": {
|
| 210 |
+
"words": 10677,
|
| 211 |
+
"errors": 1525,
|
| 212 |
+
"substitutions": 778,
|
| 213 |
+
"deletions": 294,
|
| 214 |
+
"insertions": 453,
|
| 215 |
+
"chars": 63628,
|
| 216 |
+
"char_errors": 5603,
|
| 217 |
+
"utterance_error": 241,
|
| 218 |
+
"wer": 14.283038306640442,
|
| 219 |
+
"cer": 8.805871628842647
|
| 220 |
+
}
|
| 221 |
+
}
|
| 222 |
+
},
|
| 223 |
+
"eurospeech_hr": {
|
| 224 |
+
"rows": 256,
|
| 225 |
+
"hours": 1.0454521527777771,
|
| 226 |
+
"language": "hr",
|
| 227 |
+
"models": {
|
| 228 |
+
"parakeet": {
|
| 229 |
+
"words": 7503,
|
| 230 |
+
"errors": 970,
|
| 231 |
+
"substitutions": 487,
|
| 232 |
+
"deletions": 163,
|
| 233 |
+
"insertions": 320,
|
| 234 |
+
"chars": 45726,
|
| 235 |
+
"char_errors": 3968,
|
| 236 |
+
"utterance_error": 222,
|
| 237 |
+
"wer": 12.92816206850593,
|
| 238 |
+
"cer": 8.677776319818047
|
| 239 |
+
},
|
| 240 |
+
"orukeet": {
|
| 241 |
+
"words": 7502,
|
| 242 |
+
"errors": 942,
|
| 243 |
+
"substitutions": 479,
|
| 244 |
+
"deletions": 135,
|
| 245 |
+
"insertions": 328,
|
| 246 |
+
"chars": 45726,
|
| 247 |
+
"char_errors": 3869,
|
| 248 |
+
"utterance_error": 216,
|
| 249 |
+
"wer": 12.556651559584111,
|
| 250 |
+
"cer": 8.461269299741941
|
| 251 |
+
}
|
| 252 |
+
}
|
| 253 |
+
},
|
| 254 |
+
"eurospeech_it": {
|
| 255 |
+
"rows": 256,
|
| 256 |
+
"hours": 1.0571320486111113,
|
| 257 |
+
"language": "it",
|
| 258 |
+
"models": {
|
| 259 |
+
"parakeet": {
|
| 260 |
+
"words": 8026,
|
| 261 |
+
"errors": 879,
|
| 262 |
+
"substitutions": 339,
|
| 263 |
+
"deletions": 199,
|
| 264 |
+
"insertions": 341,
|
| 265 |
+
"chars": 50422,
|
| 266 |
+
"char_errors": 3434,
|
| 267 |
+
"utterance_error": 218,
|
| 268 |
+
"wer": 10.951906304510342,
|
| 269 |
+
"cer": 6.810519217801753
|
| 270 |
+
},
|
| 271 |
+
"orukeet": {
|
| 272 |
+
"words": 8025,
|
| 273 |
+
"errors": 989,
|
| 274 |
+
"substitutions": 337,
|
| 275 |
+
"deletions": 204,
|
| 276 |
+
"insertions": 448,
|
| 277 |
+
"chars": 50422,
|
| 278 |
+
"char_errors": 4204,
|
| 279 |
+
"utterance_error": 225,
|
| 280 |
+
"wer": 12.32398753894081,
|
| 281 |
+
"cer": 8.337630399428821
|
| 282 |
+
}
|
| 283 |
+
}
|
| 284 |
+
},
|
| 285 |
+
"eurospeech_lt": {
|
| 286 |
+
"rows": 256,
|
| 287 |
+
"hours": 1.0921616319444443,
|
| 288 |
+
"language": "lt",
|
| 289 |
+
"models": {
|
| 290 |
+
"parakeet": {
|
| 291 |
+
"words": 6473,
|
| 292 |
+
"errors": 2488,
|
| 293 |
+
"substitutions": 1732,
|
| 294 |
+
"deletions": 361,
|
| 295 |
+
"insertions": 395,
|
| 296 |
+
"chars": 47147,
|
| 297 |
+
"char_errors": 7616,
|
| 298 |
+
"utterance_error": 254,
|
| 299 |
+
"wer": 38.43658272825583,
|
| 300 |
+
"cer": 16.15373194476849
|
| 301 |
+
},
|
| 302 |
+
"orukeet": {
|
| 303 |
+
"words": 6468,
|
| 304 |
+
"errors": 2141,
|
| 305 |
+
"substitutions": 1442,
|
| 306 |
+
"deletions": 276,
|
| 307 |
+
"insertions": 423,
|
| 308 |
+
"chars": 47147,
|
| 309 |
+
"char_errors": 6761,
|
| 310 |
+
"utterance_error": 253,
|
| 311 |
+
"wer": 33.10142238713667,
|
| 312 |
+
"cer": 14.340254947292511
|
| 313 |
+
}
|
| 314 |
+
}
|
| 315 |
+
},
|
| 316 |
+
"eurospeech_lv": {
|
| 317 |
+
"rows": 256,
|
| 318 |
+
"hours": 1.0540805208333333,
|
| 319 |
+
"language": "lv",
|
| 320 |
+
"models": {
|
| 321 |
+
"parakeet": {
|
| 322 |
+
"words": 6422,
|
| 323 |
+
"errors": 3672,
|
| 324 |
+
"substitutions": 2603,
|
| 325 |
+
"deletions": 781,
|
| 326 |
+
"insertions": 288,
|
| 327 |
+
"chars": 44539,
|
| 328 |
+
"char_errors": 11870,
|
| 329 |
+
"utterance_error": 256,
|
| 330 |
+
"wer": 57.17844908128309,
|
| 331 |
+
"cer": 26.650800422101977
|
| 332 |
+
},
|
| 333 |
+
"orukeet": {
|
| 334 |
+
"words": 6412,
|
| 335 |
+
"errors": 2702,
|
| 336 |
+
"substitutions": 1952,
|
| 337 |
+
"deletions": 380,
|
| 338 |
+
"insertions": 370,
|
| 339 |
+
"chars": 44539,
|
| 340 |
+
"char_errors": 7665,
|
| 341 |
+
"utterance_error": 255,
|
| 342 |
+
"wer": 42.13973799126637,
|
| 343 |
+
"cer": 17.20963649834976
|
| 344 |
+
}
|
| 345 |
+
}
|
| 346 |
+
},
|
| 347 |
+
"eurospeech_mt": {
|
| 348 |
+
"rows": 256,
|
| 349 |
+
"hours": 1.0746674826388882,
|
| 350 |
+
"language": "mt",
|
| 351 |
+
"models": {
|
| 352 |
+
"parakeet": {
|
| 353 |
+
"words": 7797,
|
| 354 |
+
"errors": 2872,
|
| 355 |
+
"substitutions": 1804,
|
| 356 |
+
"deletions": 529,
|
| 357 |
+
"insertions": 539,
|
| 358 |
+
"chars": 46869,
|
| 359 |
+
"char_errors": 9066,
|
| 360 |
+
"utterance_error": 256,
|
| 361 |
+
"wer": 36.83468000513018,
|
| 362 |
+
"cer": 19.343275939320232
|
| 363 |
+
},
|
| 364 |
+
"orukeet": {
|
| 365 |
+
"words": 7796,
|
| 366 |
+
"errors": 2818,
|
| 367 |
+
"substitutions": 1803,
|
| 368 |
+
"deletions": 475,
|
| 369 |
+
"insertions": 540,
|
| 370 |
+
"chars": 46869,
|
| 371 |
+
"char_errors": 8853,
|
| 372 |
+
"utterance_error": 256,
|
| 373 |
+
"wer": 36.14674191893278,
|
| 374 |
+
"cer": 18.88881776867439
|
| 375 |
+
}
|
| 376 |
+
}
|
| 377 |
+
},
|
| 378 |
+
"eurospeech_pt": {
|
| 379 |
+
"rows": 256,
|
| 380 |
+
"hours": 1.0251623090277782,
|
| 381 |
+
"language": "pt",
|
| 382 |
+
"models": {
|
| 383 |
+
"parakeet": {
|
| 384 |
+
"words": 8224,
|
| 385 |
+
"errors": 1898,
|
| 386 |
+
"substitutions": 486,
|
| 387 |
+
"deletions": 589,
|
| 388 |
+
"insertions": 823,
|
| 389 |
+
"chars": 48490,
|
| 390 |
+
"char_errors": 8568,
|
| 391 |
+
"utterance_error": 238,
|
| 392 |
+
"wer": 23.078793774319067,
|
| 393 |
+
"cer": 17.669622602598473
|
| 394 |
+
},
|
| 395 |
+
"orukeet": {
|
| 396 |
+
"words": 8225,
|
| 397 |
+
"errors": 1958,
|
| 398 |
+
"substitutions": 510,
|
| 399 |
+
"deletions": 611,
|
| 400 |
+
"insertions": 837,
|
| 401 |
+
"chars": 48490,
|
| 402 |
+
"char_errors": 8932,
|
| 403 |
+
"utterance_error": 237,
|
| 404 |
+
"wer": 23.805471124620063,
|
| 405 |
+
"cer": 18.42029284388534
|
| 406 |
+
}
|
| 407 |
+
}
|
| 408 |
+
},
|
| 409 |
+
"eurospeech_sk": {
|
| 410 |
+
"rows": 256,
|
| 411 |
+
"hours": 1.0663451041666665,
|
| 412 |
+
"language": "sk",
|
| 413 |
+
"models": {
|
| 414 |
+
"parakeet": {
|
| 415 |
+
"words": 7269,
|
| 416 |
+
"errors": 1257,
|
| 417 |
+
"substitutions": 844,
|
| 418 |
+
"deletions": 211,
|
| 419 |
+
"insertions": 202,
|
| 420 |
+
"chars": 46146,
|
| 421 |
+
"char_errors": 3580,
|
| 422 |
+
"utterance_error": 241,
|
| 423 |
+
"wer": 17.292612463887743,
|
| 424 |
+
"cer": 7.757985524205782
|
| 425 |
+
},
|
| 426 |
+
"orukeet": {
|
| 427 |
+
"words": 7265,
|
| 428 |
+
"errors": 1083,
|
| 429 |
+
"substitutions": 679,
|
| 430 |
+
"deletions": 163,
|
| 431 |
+
"insertions": 241,
|
| 432 |
+
"chars": 46146,
|
| 433 |
+
"char_errors": 3197,
|
| 434 |
+
"utterance_error": 230,
|
| 435 |
+
"wer": 14.907088781830694,
|
| 436 |
+
"cer": 6.928011095219521
|
| 437 |
+
}
|
| 438 |
+
}
|
| 439 |
+
},
|
| 440 |
+
"eurospeech_sl": {
|
| 441 |
+
"rows": 256,
|
| 442 |
+
"hours": 1.042155416666667,
|
| 443 |
+
"language": "sl",
|
| 444 |
+
"models": {
|
| 445 |
+
"parakeet": {
|
| 446 |
+
"words": 7754,
|
| 447 |
+
"errors": 3755,
|
| 448 |
+
"substitutions": 2988,
|
| 449 |
+
"deletions": 469,
|
| 450 |
+
"insertions": 298,
|
| 451 |
+
"chars": 47334,
|
| 452 |
+
"char_errors": 7539,
|
| 453 |
+
"utterance_error": 255,
|
| 454 |
+
"wer": 48.42661851947382,
|
| 455 |
+
"cer": 15.927240461401952
|
| 456 |
+
},
|
| 457 |
+
"orukeet": {
|
| 458 |
+
"words": 7748,
|
| 459 |
+
"errors": 3892,
|
| 460 |
+
"substitutions": 3140,
|
| 461 |
+
"deletions": 470,
|
| 462 |
+
"insertions": 282,
|
| 463 |
+
"chars": 47334,
|
| 464 |
+
"char_errors": 7820,
|
| 465 |
+
"utterance_error": 256,
|
| 466 |
+
"wer": 50.23231801755292,
|
| 467 |
+
"cer": 16.52089407191448
|
| 468 |
+
}
|
| 469 |
+
}
|
| 470 |
+
},
|
| 471 |
+
"eurospeech_uk": {
|
| 472 |
+
"rows": 256,
|
| 473 |
+
"hours": 1.0933650694444448,
|
| 474 |
+
"language": "uk",
|
| 475 |
+
"models": {
|
| 476 |
+
"parakeet": {
|
| 477 |
+
"words": 7413,
|
| 478 |
+
"errors": 1012,
|
| 479 |
+
"substitutions": 467,
|
| 480 |
+
"deletions": 202,
|
| 481 |
+
"insertions": 343,
|
| 482 |
+
"chars": 49036,
|
| 483 |
+
"char_errors": 3720,
|
| 484 |
+
"utterance_error": 222,
|
| 485 |
+
"wer": 13.651692971806286,
|
| 486 |
+
"cer": 7.586263153601435
|
| 487 |
+
},
|
| 488 |
+
"orukeet": {
|
| 489 |
+
"words": 7411,
|
| 490 |
+
"errors": 1056,
|
| 491 |
+
"substitutions": 500,
|
| 492 |
+
"deletions": 186,
|
| 493 |
+
"insertions": 370,
|
| 494 |
+
"chars": 49036,
|
| 495 |
+
"char_errors": 3720,
|
| 496 |
+
"utterance_error": 218,
|
| 497 |
+
"wer": 14.249089191742005,
|
| 498 |
+
"cer": 7.586263153601435
|
| 499 |
+
}
|
| 500 |
+
}
|
| 501 |
+
},
|
| 502 |
+
"gigaspeechbench_agr_en": {
|
| 503 |
+
"rows": 256,
|
| 504 |
+
"hours": 0.4082733159722223,
|
| 505 |
+
"language": "en",
|
| 506 |
+
"models": {
|
| 507 |
+
"parakeet": {
|
| 508 |
+
"words": 4660,
|
| 509 |
+
"errors": 289,
|
| 510 |
+
"substitutions": 119,
|
| 511 |
+
"deletions": 79,
|
| 512 |
+
"insertions": 91,
|
| 513 |
+
"chars": 23271,
|
| 514 |
+
"char_errors": 921,
|
| 515 |
+
"utterance_error": 128,
|
| 516 |
+
"wer": 6.201716738197425,
|
| 517 |
+
"cer": 3.9577156117055563
|
| 518 |
+
},
|
| 519 |
+
"orukeet": {
|
| 520 |
+
"words": 4660,
|
| 521 |
+
"errors": 272,
|
| 522 |
+
"substitutions": 130,
|
| 523 |
+
"deletions": 63,
|
| 524 |
+
"insertions": 79,
|
| 525 |
+
"chars": 23271,
|
| 526 |
+
"char_errors": 793,
|
| 527 |
+
"utterance_error": 115,
|
| 528 |
+
"wer": 5.836909871244635,
|
| 529 |
+
"cer": 3.407674788363199
|
| 530 |
+
}
|
| 531 |
+
}
|
| 532 |
+
},
|
| 533 |
+
"gigaspeechbench_ait_en": {
|
| 534 |
+
"rows": 256,
|
| 535 |
+
"hours": 0.5016255555555552,
|
| 536 |
+
"language": "en",
|
| 537 |
+
"models": {
|
| 538 |
+
"parakeet": {
|
| 539 |
+
"words": 5073,
|
| 540 |
+
"errors": 442,
|
| 541 |
+
"substitutions": 212,
|
| 542 |
+
"deletions": 77,
|
| 543 |
+
"insertions": 153,
|
| 544 |
+
"chars": 26079,
|
| 545 |
+
"char_errors": 1268,
|
| 546 |
+
"utterance_error": 162,
|
| 547 |
+
"wer": 8.712793219002563,
|
| 548 |
+
"cer": 4.862149622301469
|
| 549 |
+
},
|
| 550 |
+
"orukeet": {
|
| 551 |
+
"words": 5073,
|
| 552 |
+
"errors": 405,
|
| 553 |
+
"substitutions": 210,
|
| 554 |
+
"deletions": 70,
|
| 555 |
+
"insertions": 125,
|
| 556 |
+
"chars": 26079,
|
| 557 |
+
"char_errors": 1148,
|
| 558 |
+
"utterance_error": 161,
|
| 559 |
+
"wer": 7.983441750443524,
|
| 560 |
+
"cer": 4.402009279496913
|
| 561 |
+
}
|
| 562 |
+
}
|
| 563 |
+
},
|
| 564 |
+
"gigaspeechbench_art_en": {
|
| 565 |
+
"rows": 256,
|
| 566 |
+
"hours": 0.4463050000000003,
|
| 567 |
+
"language": "en",
|
| 568 |
+
"models": {
|
| 569 |
+
"parakeet": {
|
| 570 |
+
"words": 4311,
|
| 571 |
+
"errors": 236,
|
| 572 |
+
"substitutions": 109,
|
| 573 |
+
"deletions": 47,
|
| 574 |
+
"insertions": 80,
|
| 575 |
+
"chars": 22835,
|
| 576 |
+
"char_errors": 653,
|
| 577 |
+
"utterance_error": 106,
|
| 578 |
+
"wer": 5.474367896079796,
|
| 579 |
+
"cer": 2.8596452813663236
|
| 580 |
+
},
|
| 581 |
+
"orukeet": {
|
| 582 |
+
"words": 4311,
|
| 583 |
+
"errors": 210,
|
| 584 |
+
"substitutions": 109,
|
| 585 |
+
"deletions": 40,
|
| 586 |
+
"insertions": 61,
|
| 587 |
+
"chars": 22835,
|
| 588 |
+
"char_errors": 563,
|
| 589 |
+
"utterance_error": 102,
|
| 590 |
+
"wer": 4.8712595685455815,
|
| 591 |
+
"cer": 2.4655134661703526
|
| 592 |
+
}
|
| 593 |
+
}
|
| 594 |
+
},
|
| 595 |
+
"gigaspeechbench_bio_en": {
|
| 596 |
+
"rows": 256,
|
| 597 |
+
"hours": 0.5044194444444443,
|
| 598 |
+
"language": "en",
|
| 599 |
+
"models": {
|
| 600 |
+
"parakeet": {
|
| 601 |
+
"words": 4871,
|
| 602 |
+
"errors": 179,
|
| 603 |
+
"substitutions": 108,
|
| 604 |
+
"deletions": 16,
|
| 605 |
+
"insertions": 55,
|
| 606 |
+
"chars": 27904,
|
| 607 |
+
"char_errors": 451,
|
| 608 |
+
"utterance_error": 92,
|
| 609 |
+
"wer": 3.6748101005953604,
|
| 610 |
+
"cer": 1.6162557339449541
|
| 611 |
+
},
|
| 612 |
+
"orukeet": {
|
| 613 |
+
"words": 4871,
|
| 614 |
+
"errors": 161,
|
| 615 |
+
"substitutions": 111,
|
| 616 |
+
"deletions": 13,
|
| 617 |
+
"insertions": 37,
|
| 618 |
+
"chars": 27904,
|
| 619 |
+
"char_errors": 381,
|
| 620 |
+
"utterance_error": 87,
|
| 621 |
+
"wer": 3.305276123999179,
|
| 622 |
+
"cer": 1.365395642201835
|
| 623 |
+
}
|
| 624 |
+
}
|
| 625 |
+
},
|
| 626 |
+
"gigaspeechbench_chn_en": {
|
| 627 |
+
"rows": 256,
|
| 628 |
+
"hours": 0.3659214236111112,
|
| 629 |
+
"language": "en",
|
| 630 |
+
"models": {
|
| 631 |
+
"parakeet": {
|
| 632 |
+
"words": 2795,
|
| 633 |
+
"errors": 405,
|
| 634 |
+
"substitutions": 281,
|
| 635 |
+
"deletions": 61,
|
| 636 |
+
"insertions": 63,
|
| 637 |
+
"chars": 14020,
|
| 638 |
+
"char_errors": 1261,
|
| 639 |
+
"utterance_error": 165,
|
| 640 |
+
"wer": 14.490161001788909,
|
| 641 |
+
"cer": 8.99429386590585
|
| 642 |
+
},
|
| 643 |
+
"orukeet": {
|
| 644 |
+
"words": 2795,
|
| 645 |
+
"errors": 379,
|
| 646 |
+
"substitutions": 252,
|
| 647 |
+
"deletions": 64,
|
| 648 |
+
"insertions": 63,
|
| 649 |
+
"chars": 14020,
|
| 650 |
+
"char_errors": 1180,
|
| 651 |
+
"utterance_error": 157,
|
| 652 |
+
"wer": 13.559928443649374,
|
| 653 |
+
"cer": 8.41654778887304
|
| 654 |
+
}
|
| 655 |
+
}
|
| 656 |
+
},
|
| 657 |
+
"gigaspeechbench_ecm_en": {
|
| 658 |
+
"rows": 256,
|
| 659 |
+
"hours": 0.47235996527777796,
|
| 660 |
+
"language": "en",
|
| 661 |
+
"models": {
|
| 662 |
+
"parakeet": {
|
| 663 |
+
"words": 5800,
|
| 664 |
+
"errors": 409,
|
| 665 |
+
"substitutions": 223,
|
| 666 |
+
"deletions": 60,
|
| 667 |
+
"insertions": 126,
|
| 668 |
+
"chars": 29608,
|
| 669 |
+
"char_errors": 1272,
|
| 670 |
+
"utterance_error": 139,
|
| 671 |
+
"wer": 7.051724137931035,
|
| 672 |
+
"cer": 4.29613617941097
|
| 673 |
+
},
|
| 674 |
+
"orukeet": {
|
| 675 |
+
"words": 5800,
|
| 676 |
+
"errors": 381,
|
| 677 |
+
"substitutions": 213,
|
| 678 |
+
"deletions": 48,
|
| 679 |
+
"insertions": 120,
|
| 680 |
+
"chars": 29608,
|
| 681 |
+
"char_errors": 1174,
|
| 682 |
+
"utterance_error": 134,
|
| 683 |
+
"wer": 6.568965517241379,
|
| 684 |
+
"cer": 3.9651445555255336
|
| 685 |
+
}
|
| 686 |
+
}
|
| 687 |
+
},
|
| 688 |
+
"gigaspeechbench_eng_en": {
|
| 689 |
+
"rows": 256,
|
| 690 |
+
"hours": 0.46552720486111093,
|
| 691 |
+
"language": "en",
|
| 692 |
+
"models": {
|
| 693 |
+
"parakeet": {
|
| 694 |
+
"words": 4485,
|
| 695 |
+
"errors": 182,
|
| 696 |
+
"substitutions": 102,
|
| 697 |
+
"deletions": 27,
|
| 698 |
+
"insertions": 53,
|
| 699 |
+
"chars": 22477,
|
| 700 |
+
"char_errors": 493,
|
| 701 |
+
"utterance_error": 98,
|
| 702 |
+
"wer": 4.057971014492754,
|
| 703 |
+
"cer": 2.1933532054989544
|
| 704 |
+
},
|
| 705 |
+
"orukeet": {
|
| 706 |
+
"words": 4485,
|
| 707 |
+
"errors": 157,
|
| 708 |
+
"substitutions": 95,
|
| 709 |
+
"deletions": 23,
|
| 710 |
+
"insertions": 39,
|
| 711 |
+
"chars": 22477,
|
| 712 |
+
"char_errors": 415,
|
| 713 |
+
"utterance_error": 90,
|
| 714 |
+
"wer": 3.500557413600892,
|
| 715 |
+
"cer": 1.846331805845976
|
| 716 |
+
}
|
| 717 |
+
}
|
| 718 |
+
},
|
| 719 |
+
"gigaspeechbench_ent_en": {
|
| 720 |
+
"rows": 256,
|
| 721 |
+
"hours": 0.2886933854166668,
|
| 722 |
+
"language": "en",
|
| 723 |
+
"models": {
|
| 724 |
+
"parakeet": {
|
| 725 |
+
"words": 3720,
|
| 726 |
+
"errors": 387,
|
| 727 |
+
"substitutions": 208,
|
| 728 |
+
"deletions": 98,
|
| 729 |
+
"insertions": 81,
|
| 730 |
+
"chars": 17497,
|
| 731 |
+
"char_errors": 1189,
|
| 732 |
+
"utterance_error": 133,
|
| 733 |
+
"wer": 10.403225806451612,
|
| 734 |
+
"cer": 6.795450648682631
|
| 735 |
+
},
|
| 736 |
+
"orukeet": {
|
| 737 |
+
"words": 3720,
|
| 738 |
+
"errors": 330,
|
| 739 |
+
"substitutions": 174,
|
| 740 |
+
"deletions": 77,
|
| 741 |
+
"insertions": 79,
|
| 742 |
+
"chars": 17497,
|
| 743 |
+
"char_errors": 987,
|
| 744 |
+
"utterance_error": 129,
|
| 745 |
+
"wer": 8.870967741935484,
|
| 746 |
+
"cer": 5.640967022918215
|
| 747 |
+
}
|
| 748 |
+
}
|
| 749 |
+
},
|
| 750 |
+
"gigaspeechbench_fin_en": {
|
| 751 |
+
"rows": 256,
|
| 752 |
+
"hours": 0.4903747569444444,
|
| 753 |
+
"language": "en",
|
| 754 |
+
"models": {
|
| 755 |
+
"parakeet": {
|
| 756 |
+
"words": 5813,
|
| 757 |
+
"errors": 338,
|
| 758 |
+
"substitutions": 161,
|
| 759 |
+
"deletions": 60,
|
| 760 |
+
"insertions": 117,
|
| 761 |
+
"chars": 29726,
|
| 762 |
+
"char_errors": 1015,
|
| 763 |
+
"utterance_error": 135,
|
| 764 |
+
"wer": 5.814553586788233,
|
| 765 |
+
"cer": 3.4145192760546323
|
| 766 |
+
},
|
| 767 |
+
"orukeet": {
|
| 768 |
+
"words": 5813,
|
| 769 |
+
"errors": 297,
|
| 770 |
+
"substitutions": 156,
|
| 771 |
+
"deletions": 48,
|
| 772 |
+
"insertions": 93,
|
| 773 |
+
"chars": 29726,
|
| 774 |
+
"char_errors": 893,
|
| 775 |
+
"utterance_error": 132,
|
| 776 |
+
"wer": 5.109237915018063,
|
| 777 |
+
"cer": 3.0041041512480655
|
| 778 |
+
}
|
| 779 |
+
}
|
| 780 |
+
},
|
| 781 |
+
"gigaspeechbench_hum_en": {
|
| 782 |
+
"rows": 256,
|
| 783 |
+
"hours": 0.5111050347222221,
|
| 784 |
+
"language": "en",
|
| 785 |
+
"models": {
|
| 786 |
+
"parakeet": {
|
| 787 |
+
"words": 5062,
|
| 788 |
+
"errors": 404,
|
| 789 |
+
"substitutions": 184,
|
| 790 |
+
"deletions": 94,
|
| 791 |
+
"insertions": 126,
|
| 792 |
+
"chars": 27303,
|
| 793 |
+
"char_errors": 1281,
|
| 794 |
+
"utterance_error": 137,
|
| 795 |
+
"wer": 7.981035163966811,
|
| 796 |
+
"cer": 4.69179211075706
|
| 797 |
+
},
|
| 798 |
+
"orukeet": {
|
| 799 |
+
"words": 5062,
|
| 800 |
+
"errors": 378,
|
| 801 |
+
"substitutions": 189,
|
| 802 |
+
"deletions": 71,
|
| 803 |
+
"insertions": 118,
|
| 804 |
+
"chars": 27303,
|
| 805 |
+
"char_errors": 1145,
|
| 806 |
+
"utterance_error": 136,
|
| 807 |
+
"wer": 7.467404188067957,
|
| 808 |
+
"cer": 4.193678350364428
|
| 809 |
+
}
|
| 810 |
+
}
|
| 811 |
+
},
|
| 812 |
+
"gigaspeechbench_ind_en": {
|
| 813 |
+
"rows": 256,
|
| 814 |
+
"hours": 0.5177380729166666,
|
| 815 |
+
"language": "en",
|
| 816 |
+
"models": {
|
| 817 |
+
"parakeet": {
|
| 818 |
+
"words": 5259,
|
| 819 |
+
"errors": 342,
|
| 820 |
+
"substitutions": 227,
|
| 821 |
+
"deletions": 62,
|
| 822 |
+
"insertions": 53,
|
| 823 |
+
"chars": 29317,
|
| 824 |
+
"char_errors": 939,
|
| 825 |
+
"utterance_error": 125,
|
| 826 |
+
"wer": 6.5031374786081,
|
| 827 |
+
"cer": 3.202919807620152
|
| 828 |
+
},
|
| 829 |
+
"orukeet": {
|
| 830 |
+
"words": 5259,
|
| 831 |
+
"errors": 294,
|
| 832 |
+
"substitutions": 194,
|
| 833 |
+
"deletions": 47,
|
| 834 |
+
"insertions": 53,
|
| 835 |
+
"chars": 29317,
|
| 836 |
+
"char_errors": 739,
|
| 837 |
+
"utterance_error": 116,
|
| 838 |
+
"wer": 5.590416428978894,
|
| 839 |
+
"cer": 2.520721765528533
|
| 840 |
+
}
|
| 841 |
+
}
|
| 842 |
+
},
|
| 843 |
+
"gigaspeechbench_jpn_en": {
|
| 844 |
+
"rows": 256,
|
| 845 |
+
"hours": 0.312707482638889,
|
| 846 |
+
"language": "en",
|
| 847 |
+
"models": {
|
| 848 |
+
"parakeet": {
|
| 849 |
+
"words": 2554,
|
| 850 |
+
"errors": 489,
|
| 851 |
+
"substitutions": 283,
|
| 852 |
+
"deletions": 94,
|
| 853 |
+
"insertions": 112,
|
| 854 |
+
"chars": 12402,
|
| 855 |
+
"char_errors": 1474,
|
| 856 |
+
"utterance_error": 158,
|
| 857 |
+
"wer": 19.14643696162882,
|
| 858 |
+
"cer": 11.885179809708111
|
| 859 |
+
},
|
| 860 |
+
"orukeet": {
|
| 861 |
+
"words": 2554,
|
| 862 |
+
"errors": 454,
|
| 863 |
+
"substitutions": 270,
|
| 864 |
+
"deletions": 85,
|
| 865 |
+
"insertions": 99,
|
| 866 |
+
"chars": 12402,
|
| 867 |
+
"char_errors": 1347,
|
| 868 |
+
"utterance_error": 150,
|
| 869 |
+
"wer": 17.776037588097104,
|
| 870 |
+
"cer": 10.861151427189164
|
| 871 |
+
}
|
| 872 |
+
}
|
| 873 |
+
},
|
| 874 |
+
"gigaspeechbench_law_en": {
|
| 875 |
+
"rows": 256,
|
| 876 |
+
"hours": 0.39185109375,
|
| 877 |
+
"language": "en",
|
| 878 |
+
"models": {
|
| 879 |
+
"parakeet": {
|
| 880 |
+
"words": 3958,
|
| 881 |
+
"errors": 386,
|
| 882 |
+
"substitutions": 230,
|
| 883 |
+
"deletions": 74,
|
| 884 |
+
"insertions": 82,
|
| 885 |
+
"chars": 20771,
|
| 886 |
+
"char_errors": 1115,
|
| 887 |
+
"utterance_error": 152,
|
| 888 |
+
"wer": 9.752400202122285,
|
| 889 |
+
"cer": 5.368061239227769
|
| 890 |
+
},
|
| 891 |
+
"orukeet": {
|
| 892 |
+
"words": 3958,
|
| 893 |
+
"errors": 358,
|
| 894 |
+
"substitutions": 203,
|
| 895 |
+
"deletions": 76,
|
| 896 |
+
"insertions": 79,
|
| 897 |
+
"chars": 20771,
|
| 898 |
+
"char_errors": 1045,
|
| 899 |
+
"utterance_error": 144,
|
| 900 |
+
"wer": 9.044972208185953,
|
| 901 |
+
"cer": 5.031052910307641
|
| 902 |
+
}
|
| 903 |
+
}
|
| 904 |
+
},
|
| 905 |
+
"gigaspeechbench_med_en": {
|
| 906 |
+
"rows": 256,
|
| 907 |
+
"hours": 0.5099035937499998,
|
| 908 |
+
"language": "en",
|
| 909 |
+
"models": {
|
| 910 |
+
"parakeet": {
|
| 911 |
+
"words": 5251,
|
| 912 |
+
"errors": 183,
|
| 913 |
+
"substitutions": 114,
|
| 914 |
+
"deletions": 22,
|
| 915 |
+
"insertions": 47,
|
| 916 |
+
"chars": 28617,
|
| 917 |
+
"char_errors": 502,
|
| 918 |
+
"utterance_error": 94,
|
| 919 |
+
"wer": 3.485050466577795,
|
| 920 |
+
"cer": 1.7542020477338645
|
| 921 |
+
},
|
| 922 |
+
"orukeet": {
|
| 923 |
+
"words": 5251,
|
| 924 |
+
"errors": 167,
|
| 925 |
+
"substitutions": 105,
|
| 926 |
+
"deletions": 23,
|
| 927 |
+
"insertions": 39,
|
| 928 |
+
"chars": 28617,
|
| 929 |
+
"char_errors": 444,
|
| 930 |
+
"utterance_error": 88,
|
| 931 |
+
"wer": 3.180346600647496,
|
| 932 |
+
"cer": 1.551525317119195
|
| 933 |
+
}
|
| 934 |
+
}
|
| 935 |
+
},
|
| 936 |
+
"gigaspeechbench_mil_en": {
|
| 937 |
+
"rows": 256,
|
| 938 |
+
"hours": 0.545510017361111,
|
| 939 |
+
"language": "en",
|
| 940 |
+
"models": {
|
| 941 |
+
"parakeet": {
|
| 942 |
+
"words": 5953,
|
| 943 |
+
"errors": 204,
|
| 944 |
+
"substitutions": 135,
|
| 945 |
+
"deletions": 35,
|
| 946 |
+
"insertions": 34,
|
| 947 |
+
"chars": 32433,
|
| 948 |
+
"char_errors": 501,
|
| 949 |
+
"utterance_error": 109,
|
| 950 |
+
"wer": 3.4268436082647407,
|
| 951 |
+
"cer": 1.5447229673480714
|
| 952 |
+
},
|
| 953 |
+
"orukeet": {
|
| 954 |
+
"words": 5953,
|
| 955 |
+
"errors": 182,
|
| 956 |
+
"substitutions": 122,
|
| 957 |
+
"deletions": 29,
|
| 958 |
+
"insertions": 31,
|
| 959 |
+
"chars": 32433,
|
| 960 |
+
"char_errors": 455,
|
| 961 |
+
"utterance_error": 97,
|
| 962 |
+
"wer": 3.0572820426675626,
|
| 963 |
+
"cer": 1.4028921160546357
|
| 964 |
+
}
|
| 965 |
+
}
|
| 966 |
+
},
|
| 967 |
+
"gigaspeechbench_phl_en": {
|
| 968 |
+
"rows": 256,
|
| 969 |
+
"hours": 0.3380872395833332,
|
| 970 |
+
"language": "en",
|
| 971 |
+
"models": {
|
| 972 |
+
"parakeet": {
|
| 973 |
+
"words": 3511,
|
| 974 |
+
"errors": 467,
|
| 975 |
+
"substitutions": 231,
|
| 976 |
+
"deletions": 106,
|
| 977 |
+
"insertions": 130,
|
| 978 |
+
"chars": 17501,
|
| 979 |
+
"char_errors": 1449,
|
| 980 |
+
"utterance_error": 156,
|
| 981 |
+
"wer": 13.30105383081743,
|
| 982 |
+
"cer": 8.279526884178047
|
| 983 |
+
},
|
| 984 |
+
"orukeet": {
|
| 985 |
+
"words": 3511,
|
| 986 |
+
"errors": 449,
|
| 987 |
+
"substitutions": 232,
|
| 988 |
+
"deletions": 93,
|
| 989 |
+
"insertions": 124,
|
| 990 |
+
"chars": 17501,
|
| 991 |
+
"char_errors": 1334,
|
| 992 |
+
"utterance_error": 151,
|
| 993 |
+
"wer": 12.788379379094275,
|
| 994 |
+
"cer": 7.622421575909948
|
| 995 |
+
}
|
| 996 |
+
}
|
| 997 |
+
},
|
| 998 |
+
"gigaspeechbench_sct_en": {
|
| 999 |
+
"rows": 256,
|
| 1000 |
+
"hours": 0.23421114583333333,
|
| 1001 |
+
"language": "en",
|
| 1002 |
+
"models": {
|
| 1003 |
+
"parakeet": {
|
| 1004 |
+
"words": 2840,
|
| 1005 |
+
"errors": 627,
|
| 1006 |
+
"substitutions": 373,
|
| 1007 |
+
"deletions": 152,
|
| 1008 |
+
"insertions": 102,
|
| 1009 |
+
"chars": 13641,
|
| 1010 |
+
"char_errors": 1991,
|
| 1011 |
+
"utterance_error": 179,
|
| 1012 |
+
"wer": 22.077464788732396,
|
| 1013 |
+
"cer": 14.595704127263398
|
| 1014 |
+
},
|
| 1015 |
+
"orukeet": {
|
| 1016 |
+
"words": 2840,
|
| 1017 |
+
"errors": 578,
|
| 1018 |
+
"substitutions": 336,
|
| 1019 |
+
"deletions": 146,
|
| 1020 |
+
"insertions": 96,
|
| 1021 |
+
"chars": 13641,
|
| 1022 |
+
"char_errors": 1790,
|
| 1023 |
+
"utterance_error": 172,
|
| 1024 |
+
"wer": 20.35211267605634,
|
| 1025 |
+
"cer": 13.122205116926912
|
| 1026 |
+
}
|
| 1027 |
+
}
|
| 1028 |
+
},
|
| 1029 |
+
"gigaspeechbench_sgp_en": {
|
| 1030 |
+
"rows": 256,
|
| 1031 |
+
"hours": 0.2844177951388889,
|
| 1032 |
+
"language": "en",
|
| 1033 |
+
"models": {
|
| 1034 |
+
"parakeet": {
|
| 1035 |
+
"words": 3304,
|
| 1036 |
+
"errors": 459,
|
| 1037 |
+
"substitutions": 236,
|
| 1038 |
+
"deletions": 122,
|
| 1039 |
+
"insertions": 101,
|
| 1040 |
+
"chars": 16250,
|
| 1041 |
+
"char_errors": 1503,
|
| 1042 |
+
"utterance_error": 155,
|
| 1043 |
+
"wer": 13.892251815980629,
|
| 1044 |
+
"cer": 9.249230769230769
|
| 1045 |
+
},
|
| 1046 |
+
"orukeet": {
|
| 1047 |
+
"words": 3304,
|
| 1048 |
+
"errors": 425,
|
| 1049 |
+
"substitutions": 222,
|
| 1050 |
+
"deletions": 112,
|
| 1051 |
+
"insertions": 91,
|
| 1052 |
+
"chars": 16250,
|
| 1053 |
+
"char_errors": 1334,
|
| 1054 |
+
"utterance_error": 152,
|
| 1055 |
+
"wer": 12.86319612590799,
|
| 1056 |
+
"cer": 8.20923076923077
|
| 1057 |
+
}
|
| 1058 |
+
}
|
| 1059 |
+
},
|
| 1060 |
+
"golos_crowd_ru": {
|
| 1061 |
+
"rows": 256,
|
| 1062 |
+
"hours": 0.2929183506944444,
|
| 1063 |
+
"language": "ru",
|
| 1064 |
+
"models": {
|
| 1065 |
+
"parakeet": {
|
| 1066 |
+
"words": 1303,
|
| 1067 |
+
"errors": 37,
|
| 1068 |
+
"substitutions": 34,
|
| 1069 |
+
"deletions": 2,
|
| 1070 |
+
"insertions": 1,
|
| 1071 |
+
"chars": 8520,
|
| 1072 |
+
"char_errors": 56,
|
| 1073 |
+
"utterance_error": 31,
|
| 1074 |
+
"wer": 2.83960092095165,
|
| 1075 |
+
"cer": 0.6572769953051644
|
| 1076 |
+
},
|
| 1077 |
+
"orukeet": {
|
| 1078 |
+
"words": 1302,
|
| 1079 |
+
"errors": 38,
|
| 1080 |
+
"substitutions": 35,
|
| 1081 |
+
"deletions": 2,
|
| 1082 |
+
"insertions": 1,
|
| 1083 |
+
"chars": 8520,
|
| 1084 |
+
"char_errors": 61,
|
| 1085 |
+
"utterance_error": 33,
|
| 1086 |
+
"wer": 2.9185867895545314,
|
| 1087 |
+
"cer": 0.715962441314554
|
| 1088 |
+
}
|
| 1089 |
+
}
|
| 1090 |
+
},
|
| 1091 |
+
"golos_farfield_ru": {
|
| 1092 |
+
"rows": 256,
|
| 1093 |
+
"hours": 0.18247008680555546,
|
| 1094 |
+
"language": "ru",
|
| 1095 |
+
"models": {
|
| 1096 |
+
"parakeet": {
|
| 1097 |
+
"words": 1065,
|
| 1098 |
+
"errors": 85,
|
| 1099 |
+
"substitutions": 74,
|
| 1100 |
+
"deletions": 5,
|
| 1101 |
+
"insertions": 6,
|
| 1102 |
+
"chars": 6941,
|
| 1103 |
+
"char_errors": 180,
|
| 1104 |
+
"utterance_error": 60,
|
| 1105 |
+
"wer": 7.981220657276995,
|
| 1106 |
+
"cer": 2.593286269989915
|
| 1107 |
+
},
|
| 1108 |
+
"orukeet": {
|
| 1109 |
+
"words": 1066,
|
| 1110 |
+
"errors": 97,
|
| 1111 |
+
"substitutions": 81,
|
| 1112 |
+
"deletions": 6,
|
| 1113 |
+
"insertions": 10,
|
| 1114 |
+
"chars": 6941,
|
| 1115 |
+
"char_errors": 210,
|
| 1116 |
+
"utterance_error": 67,
|
| 1117 |
+
"wer": 9.099437148217635,
|
| 1118 |
+
"cer": 3.0255006483215676
|
| 1119 |
+
}
|
| 1120 |
+
}
|
| 1121 |
+
},
|
| 1122 |
+
"lesbos_el": {
|
| 1123 |
+
"rows": 230,
|
| 1124 |
+
"hours": 0.11232479166666667,
|
| 1125 |
+
"language": "el",
|
| 1126 |
+
"models": {
|
| 1127 |
+
"parakeet": {
|
| 1128 |
+
"words": 1131,
|
| 1129 |
+
"errors": 1072,
|
| 1130 |
+
"substitutions": 744,
|
| 1131 |
+
"deletions": 240,
|
| 1132 |
+
"insertions": 88,
|
| 1133 |
+
"chars": 5811,
|
| 1134 |
+
"char_errors": 4134,
|
| 1135 |
+
"utterance_error": 229,
|
| 1136 |
+
"wer": 94.78337754199823,
|
| 1137 |
+
"cer": 71.14093959731544
|
| 1138 |
+
},
|
| 1139 |
+
"orukeet": {
|
| 1140 |
+
"words": 1131,
|
| 1141 |
+
"errors": 1058,
|
| 1142 |
+
"substitutions": 688,
|
| 1143 |
+
"deletions": 303,
|
| 1144 |
+
"insertions": 67,
|
| 1145 |
+
"chars": 5811,
|
| 1146 |
+
"char_errors": 4164,
|
| 1147 |
+
"utterance_error": 229,
|
| 1148 |
+
"wer": 93.54553492484527,
|
| 1149 |
+
"cer": 71.65720185854414
|
| 1150 |
+
}
|
| 1151 |
+
}
|
| 1152 |
+
},
|
| 1153 |
+
"monsoon_en_in": {
|
| 1154 |
+
"rows": 256,
|
| 1155 |
+
"hours": 0.6956833333333333,
|
| 1156 |
+
"language": "en",
|
| 1157 |
+
"models": {
|
| 1158 |
+
"parakeet": {
|
| 1159 |
+
"words": 6137,
|
| 1160 |
+
"errors": 253,
|
| 1161 |
+
"substitutions": 139,
|
| 1162 |
+
"deletions": 35,
|
| 1163 |
+
"insertions": 79,
|
| 1164 |
+
"chars": 31236,
|
| 1165 |
+
"char_errors": 600,
|
| 1166 |
+
"utterance_error": 135,
|
| 1167 |
+
"wer": 4.122535440769106,
|
| 1168 |
+
"cer": 1.920860545524395
|
| 1169 |
+
},
|
| 1170 |
+
"orukeet": {
|
| 1171 |
+
"words": 6137,
|
| 1172 |
+
"errors": 232,
|
| 1173 |
+
"substitutions": 133,
|
| 1174 |
+
"deletions": 38,
|
| 1175 |
+
"insertions": 61,
|
| 1176 |
+
"chars": 31236,
|
| 1177 |
+
"char_errors": 563,
|
| 1178 |
+
"utterance_error": 132,
|
| 1179 |
+
"wer": 3.7803487045787842,
|
| 1180 |
+
"cer": 1.8024074785503905
|
| 1181 |
+
}
|
| 1182 |
+
}
|
| 1183 |
+
},
|
| 1184 |
+
"nst_da_da": {
|
| 1185 |
+
"rows": 256,
|
| 1186 |
+
"hours": 0.3674177777777777,
|
| 1187 |
+
"language": "da",
|
| 1188 |
+
"models": {
|
| 1189 |
+
"parakeet": {
|
| 1190 |
+
"words": 2571,
|
| 1191 |
+
"errors": 681,
|
| 1192 |
+
"substitutions": 406,
|
| 1193 |
+
"deletions": 239,
|
| 1194 |
+
"insertions": 36,
|
| 1195 |
+
"chars": 13714,
|
| 1196 |
+
"char_errors": 1715,
|
| 1197 |
+
"utterance_error": 209,
|
| 1198 |
+
"wer": 26.487747957992998,
|
| 1199 |
+
"cer": 12.505468863934665
|
| 1200 |
+
},
|
| 1201 |
+
"orukeet": {
|
| 1202 |
+
"words": 2579,
|
| 1203 |
+
"errors": 299,
|
| 1204 |
+
"substitutions": 243,
|
| 1205 |
+
"deletions": 41,
|
| 1206 |
+
"insertions": 15,
|
| 1207 |
+
"chars": 13714,
|
| 1208 |
+
"char_errors": 604,
|
| 1209 |
+
"utterance_error": 153,
|
| 1210 |
+
"wer": 11.593640946103141,
|
| 1211 |
+
"cer": 4.404258422050459
|
| 1212 |
+
}
|
| 1213 |
+
}
|
| 1214 |
+
},
|
| 1215 |
+
"nst_sv_sv": {
|
| 1216 |
+
"rows": 256,
|
| 1217 |
+
"hours": 0.3503472222222222,
|
| 1218 |
+
"language": "sv",
|
| 1219 |
+
"models": {
|
| 1220 |
+
"parakeet": {
|
| 1221 |
+
"words": 1980,
|
| 1222 |
+
"errors": 328,
|
| 1223 |
+
"substitutions": 259,
|
| 1224 |
+
"deletions": 45,
|
| 1225 |
+
"insertions": 24,
|
| 1226 |
+
"chars": 11754,
|
| 1227 |
+
"char_errors": 807,
|
| 1228 |
+
"utterance_error": 161,
|
| 1229 |
+
"wer": 16.565656565656564,
|
| 1230 |
+
"cer": 6.865747830525779
|
| 1231 |
+
},
|
| 1232 |
+
"orukeet": {
|
| 1233 |
+
"words": 1991,
|
| 1234 |
+
"errors": 246,
|
| 1235 |
+
"substitutions": 193,
|
| 1236 |
+
"deletions": 23,
|
| 1237 |
+
"insertions": 30,
|
| 1238 |
+
"chars": 11754,
|
| 1239 |
+
"char_errors": 417,
|
| 1240 |
+
"utterance_error": 136,
|
| 1241 |
+
"wer": 12.355600200904068,
|
| 1242 |
+
"cer": 3.547728432873915
|
| 1243 |
+
}
|
| 1244 |
+
}
|
| 1245 |
+
},
|
| 1246 |
+
"voxpopuli_cs": {
|
| 1247 |
+
"rows": 256,
|
| 1248 |
+
"hours": 0.6932252083333335,
|
| 1249 |
+
"language": "cs",
|
| 1250 |
+
"models": {
|
| 1251 |
+
"parakeet": {
|
| 1252 |
+
"words": 5397,
|
| 1253 |
+
"errors": 395,
|
| 1254 |
+
"substitutions": 246,
|
| 1255 |
+
"deletions": 85,
|
| 1256 |
+
"insertions": 64,
|
| 1257 |
+
"chars": 35419,
|
| 1258 |
+
"char_errors": 1391,
|
| 1259 |
+
"utterance_error": 150,
|
| 1260 |
+
"wer": 7.318880859736891,
|
| 1261 |
+
"cer": 3.92727067393207
|
| 1262 |
+
},
|
| 1263 |
+
"orukeet": {
|
| 1264 |
+
"words": 5396,
|
| 1265 |
+
"errors": 399,
|
| 1266 |
+
"substitutions": 237,
|
| 1267 |
+
"deletions": 103,
|
| 1268 |
+
"insertions": 59,
|
| 1269 |
+
"chars": 35419,
|
| 1270 |
+
"char_errors": 1411,
|
| 1271 |
+
"utterance_error": 146,
|
| 1272 |
+
"wer": 7.394366197183099,
|
| 1273 |
+
"cer": 3.983737541997233
|
| 1274 |
+
}
|
| 1275 |
+
}
|
| 1276 |
+
},
|
| 1277 |
+
"voxpopuli_es": {
|
| 1278 |
+
"rows": 256,
|
| 1279 |
+
"hours": 0.8307443402777775,
|
| 1280 |
+
"language": "es",
|
| 1281 |
+
"models": {
|
| 1282 |
+
"parakeet": {
|
| 1283 |
+
"words": 7739,
|
| 1284 |
+
"errors": 470,
|
| 1285 |
+
"substitutions": 210,
|
| 1286 |
+
"deletions": 152,
|
| 1287 |
+
"insertions": 108,
|
| 1288 |
+
"chars": 46958,
|
| 1289 |
+
"char_errors": 1994,
|
| 1290 |
+
"utterance_error": 120,
|
| 1291 |
+
"wer": 6.073136064090968,
|
| 1292 |
+
"cer": 4.246347800161847
|
| 1293 |
+
},
|
| 1294 |
+
"orukeet": {
|
| 1295 |
+
"words": 7738,
|
| 1296 |
+
"errors": 480,
|
| 1297 |
+
"substitutions": 216,
|
| 1298 |
+
"deletions": 151,
|
| 1299 |
+
"insertions": 113,
|
| 1300 |
+
"chars": 46958,
|
| 1301 |
+
"char_errors": 2037,
|
| 1302 |
+
"utterance_error": 118,
|
| 1303 |
+
"wer": 6.203153269578703,
|
| 1304 |
+
"cer": 4.3379189914391585
|
| 1305 |
+
}
|
| 1306 |
+
}
|
| 1307 |
+
},
|
| 1308 |
+
"voxpopuli_hu": {
|
| 1309 |
+
"rows": 256,
|
| 1310 |
+
"hours": 0.7771814756944443,
|
| 1311 |
+
"language": "hu",
|
| 1312 |
+
"models": {
|
| 1313 |
+
"parakeet": {
|
| 1314 |
+
"words": 5577,
|
| 1315 |
+
"errors": 669,
|
| 1316 |
+
"substitutions": 505,
|
| 1317 |
+
"deletions": 89,
|
| 1318 |
+
"insertions": 75,
|
| 1319 |
+
"chars": 40981,
|
| 1320 |
+
"char_errors": 1679,
|
| 1321 |
+
"utterance_error": 213,
|
| 1322 |
+
"wer": 11.995696611081227,
|
| 1323 |
+
"cer": 4.097020570508285
|
| 1324 |
+
},
|
| 1325 |
+
"orukeet": {
|
| 1326 |
+
"words": 5576,
|
| 1327 |
+
"errors": 616,
|
| 1328 |
+
"substitutions": 454,
|
| 1329 |
+
"deletions": 101,
|
| 1330 |
+
"insertions": 61,
|
| 1331 |
+
"chars": 40981,
|
| 1332 |
+
"char_errors": 1588,
|
| 1333 |
+
"utterance_error": 204,
|
| 1334 |
+
"wer": 11.047345767575322,
|
| 1335 |
+
"cer": 3.8749664478660844
|
| 1336 |
+
}
|
| 1337 |
+
}
|
| 1338 |
+
},
|
| 1339 |
+
"voxpopuli_it": {
|
| 1340 |
+
"rows": 256,
|
| 1341 |
+
"hours": 0.9244941145833333,
|
| 1342 |
+
"language": "it",
|
| 1343 |
+
"models": {
|
| 1344 |
+
"parakeet": {
|
| 1345 |
+
"words": 8233,
|
| 1346 |
+
"errors": 936,
|
| 1347 |
+
"substitutions": 326,
|
| 1348 |
+
"deletions": 400,
|
| 1349 |
+
"insertions": 210,
|
| 1350 |
+
"chars": 51717,
|
| 1351 |
+
"char_errors": 4507,
|
| 1352 |
+
"utterance_error": 178,
|
| 1353 |
+
"wer": 11.368881331227985,
|
| 1354 |
+
"cer": 8.714735966896765
|
| 1355 |
+
},
|
| 1356 |
+
"orukeet": {
|
| 1357 |
+
"words": 8235,
|
| 1358 |
+
"errors": 973,
|
| 1359 |
+
"substitutions": 257,
|
| 1360 |
+
"deletions": 475,
|
| 1361 |
+
"insertions": 241,
|
| 1362 |
+
"chars": 51717,
|
| 1363 |
+
"char_errors": 4943,
|
| 1364 |
+
"utterance_error": 182,
|
| 1365 |
+
"wer": 11.815421979356406,
|
| 1366 |
+
"cer": 9.557785641085136
|
| 1367 |
+
}
|
| 1368 |
+
}
|
| 1369 |
+
},
|
| 1370 |
+
"voxpopuli_nl": {
|
| 1371 |
+
"rows": 256,
|
| 1372 |
+
"hours": 0.5597956423611112,
|
| 1373 |
+
"language": "nl",
|
| 1374 |
+
"models": {
|
| 1375 |
+
"parakeet": {
|
| 1376 |
+
"words": 5442,
|
| 1377 |
+
"errors": 517,
|
| 1378 |
+
"substitutions": 253,
|
| 1379 |
+
"deletions": 163,
|
| 1380 |
+
"insertions": 101,
|
| 1381 |
+
"chars": 33326,
|
| 1382 |
+
"char_errors": 1890,
|
| 1383 |
+
"utterance_error": 174,
|
| 1384 |
+
"wer": 9.500183755972069,
|
| 1385 |
+
"cer": 5.671247674488387
|
| 1386 |
+
},
|
| 1387 |
+
"orukeet": {
|
| 1388 |
+
"words": 5440,
|
| 1389 |
+
"errors": 520,
|
| 1390 |
+
"substitutions": 255,
|
| 1391 |
+
"deletions": 167,
|
| 1392 |
+
"insertions": 98,
|
| 1393 |
+
"chars": 33326,
|
| 1394 |
+
"char_errors": 1875,
|
| 1395 |
+
"utterance_error": 173,
|
| 1396 |
+
"wer": 9.558823529411764,
|
| 1397 |
+
"cer": 5.626237772309908
|
| 1398 |
+
}
|
| 1399 |
+
}
|
| 1400 |
+
},
|
| 1401 |
+
"voxpopuli_pl": {
|
| 1402 |
+
"rows": 256,
|
| 1403 |
+
"hours": 0.7600847395833334,
|
| 1404 |
+
"language": "pl",
|
| 1405 |
+
"models": {
|
| 1406 |
+
"parakeet": {
|
| 1407 |
+
"words": 5431,
|
| 1408 |
+
"errors": 352,
|
| 1409 |
+
"substitutions": 199,
|
| 1410 |
+
"deletions": 78,
|
| 1411 |
+
"insertions": 75,
|
| 1412 |
+
"chars": 39743,
|
| 1413 |
+
"char_errors": 1359,
|
| 1414 |
+
"utterance_error": 142,
|
| 1415 |
+
"wer": 6.481310992450746,
|
| 1416 |
+
"cer": 3.4194700953627053
|
| 1417 |
+
},
|
| 1418 |
+
"orukeet": {
|
| 1419 |
+
"words": 5431,
|
| 1420 |
+
"errors": 339,
|
| 1421 |
+
"substitutions": 190,
|
| 1422 |
+
"deletions": 74,
|
| 1423 |
+
"insertions": 75,
|
| 1424 |
+
"chars": 39743,
|
| 1425 |
+
"char_errors": 1357,
|
| 1426 |
+
"utterance_error": 140,
|
| 1427 |
+
"wer": 6.241944393297735,
|
| 1428 |
+
"cer": 3.4144377626248645
|
| 1429 |
+
}
|
| 1430 |
+
}
|
| 1431 |
+
},
|
| 1432 |
+
"voxpopuli_ro": {
|
| 1433 |
+
"rows": 256,
|
| 1434 |
+
"hours": 0.8114564409722217,
|
| 1435 |
+
"language": "ro",
|
| 1436 |
+
"models": {
|
| 1437 |
+
"parakeet": {
|
| 1438 |
+
"words": 7439,
|
| 1439 |
+
"errors": 854,
|
| 1440 |
+
"substitutions": 651,
|
| 1441 |
+
"deletions": 129,
|
| 1442 |
+
"insertions": 74,
|
| 1443 |
+
"chars": 47152,
|
| 1444 |
+
"char_errors": 2006,
|
| 1445 |
+
"utterance_error": 216,
|
| 1446 |
+
"wer": 11.480037639467671,
|
| 1447 |
+
"cer": 4.25432643366135
|
| 1448 |
+
},
|
| 1449 |
+
"orukeet": {
|
| 1450 |
+
"words": 7438,
|
| 1451 |
+
"errors": 833,
|
| 1452 |
+
"substitutions": 615,
|
| 1453 |
+
"deletions": 143,
|
| 1454 |
+
"insertions": 75,
|
| 1455 |
+
"chars": 47152,
|
| 1456 |
+
"char_errors": 1961,
|
| 1457 |
+
"utterance_error": 211,
|
| 1458 |
+
"wer": 11.199247109438021,
|
| 1459 |
+
"cer": 4.158890397013913
|
| 1460 |
+
}
|
| 1461 |
+
}
|
| 1462 |
+
}
|
| 1463 |
+
},
|
| 1464 |
+
"models": {
|
| 1465 |
+
"parakeet": "3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d",
|
| 1466 |
+
"orukeet": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56"
|
| 1467 |
+
},
|
| 1468 |
+
"manifest_sha256": "c16b21855716bc1f62a9c55f775b137cc720a944f3e9343fd8993788db2eaa8e",
|
| 1469 |
+
"script_sha256": "1c8951a18eba92ae8fe12c537149c961ae0c0e6f748216e27488305b5a2806c2",
|
| 1470 |
+
"normalizer_sha256": "138b700db56379c5b1965c67c704b2f9ea37071bb0c959d64209ed82f305e0d2",
|
| 1471 |
+
"decoding": {
|
| 1472 |
+
"strategy": "greedy_batch",
|
| 1473 |
+
"model_type": "tdt",
|
| 1474 |
+
"durations": [
|
| 1475 |
+
0,
|
| 1476 |
+
1,
|
| 1477 |
+
2,
|
| 1478 |
+
3,
|
| 1479 |
+
4
|
| 1480 |
+
],
|
| 1481 |
+
"greedy": {
|
| 1482 |
+
"max_symbols": 10
|
| 1483 |
+
},
|
| 1484 |
+
"beam": {
|
| 1485 |
+
"beam_size": 2,
|
| 1486 |
+
"return_best_hypothesis": false,
|
| 1487 |
+
"score_norm": true,
|
| 1488 |
+
"tsd_max_sym_exp": 50,
|
| 1489 |
+
"alsd_max_target_len": 2.0
|
| 1490 |
+
}
|
| 1491 |
+
},
|
| 1492 |
+
"precision": "FP32 weights, BF16 CUDA autocast, TF32 matrix multiplication disabled",
|
| 1493 |
+
"normalizers": {
|
| 1494 |
+
"en": "Pinned EnglishTextNormalizer with spelling/name/compound maps",
|
| 1495 |
+
"other": "Pinned MultilingualNormalizer; diacritics retained; language-specific numbers; compound-boundary alignment"
|
| 1496 |
+
},
|
| 1497 |
+
"empty_output_handling": "Every manifest record is scored; empty hypotheses remain.",
|
| 1498 |
+
"timings": {
|
| 1499 |
+
"parakeet": {
|
| 1500 |
+
"seconds": 99.74245833995519,
|
| 1501 |
+
"rows": 12006
|
| 1502 |
+
},
|
| 1503 |
+
"orukeet": {
|
| 1504 |
+
"seconds": 95.6186072769924,
|
| 1505 |
+
"rows": 12006
|
| 1506 |
+
}
|
| 1507 |
+
},
|
| 1508 |
+
"prediction_sha256": {
|
| 1509 |
+
"parakeet": "7dea719a080b71b4e5bf3b731af07f36d2ba7953265aa359813407880994f90f",
|
| 1510 |
+
"orukeet": "525d958901b5e7b345719dc77fa8b7231dbe24a4b48dc273ea76b23df35ad7fa"
|
| 1511 |
+
},
|
| 1512 |
+
"numeric_evidence_sha256": "298f3164c745523f25b2e7df25492dab5b6607c149ea561d44af3720c29236df",
|
| 1513 |
+
"scoring": {
|
| 1514 |
+
"protocol": "Pinned English and multilingual normalization; compound-aware WER",
|
| 1515 |
+
"dependencies": {
|
| 1516 |
+
"kaldialign": "0.12.0",
|
| 1517 |
+
"num2words": "0.5.14",
|
| 1518 |
+
"regex": "2026.9.3",
|
| 1519 |
+
"rapidfuzz": "3.14.6"
|
| 1520 |
+
},
|
| 1521 |
+
"code_sha256": {
|
| 1522 |
+
"evaluation/standard_asr/rescore.py": "47e77bad2d65f1eb6d7a29a156ba747807b4017d4fcedf8d3d2011c5a4e0ab82",
|
| 1523 |
+
"evaluation/standard_asr/scoring.py": "3b2bd425a79a94b9afa294ba55efc6b9fb5943d7021ce27394dadf6c58082bd0",
|
| 1524 |
+
"evaluation/standard_asr/vendor/provenance.json": "f6fb39bc16cb4b52ac62882baab0f1925d7405ee8a98f0ae32419edf9275aa12",
|
| 1525 |
+
"evaluation/standard_asr/vendor/LICENSE": "5ee13882fce0975f0ad3c3d5c2042af4896c2a669be2d6df5b3d256811267c85",
|
| 1526 |
+
"evaluation/standard_asr/vendor/english_abbreviations.py": "52997cc963e0bd6568d15554ad8d5fb0759f20f361483632a22f90d2d0e07db1",
|
| 1527 |
+
"evaluation/standard_asr/vendor/__init__.py": "8c39e42af3204c41c564c970e24525da160663836b54acc1b629e4342f862334",
|
| 1528 |
+
"evaluation/standard_asr/vendor/multilingual.py": "4c8db6c4171c8c2f5567d2ed625a3a1f0d45156af45ca42d9555c0c9b61a29d5",
|
| 1529 |
+
"evaluation/standard_asr/vendor/normalizer.py": "490b56393484ef386b486f3679cc2261264af280b3512154431e0bdcf2778295"
|
| 1530 |
+
},
|
| 1531 |
+
"reference_word_counts": "Non-English word-boundary alignment may change reference token counts separately for each model.",
|
| 1532 |
+
"cer": "Character distance before compound alignment, including normalized spaces.",
|
| 1533 |
+
"inference_comparison_sha256": "3892c802fd85d6cab5bee77b69a774b0fa6308294f6a7e5e536ef89300e853ba"
|
| 1534 |
+
}
|
| 1535 |
+
}
|
evidence/domains-r3-20260908/hypotheses-audit.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "passed",
|
| 3 |
+
"publication_authorized": false,
|
| 4 |
+
"records": 12006,
|
| 5 |
+
"paired_predictions": 24012,
|
| 6 |
+
"models": {
|
| 7 |
+
"parakeet": "3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d",
|
| 8 |
+
"orukeet": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56"
|
| 9 |
+
},
|
| 10 |
+
"empty_hypotheses": {
|
| 11 |
+
"parakeet": 70,
|
| 12 |
+
"orukeet": 61
|
| 13 |
+
},
|
| 14 |
+
"checks": [
|
| 15 |
+
"Every private hypothesis re-scored locally",
|
| 16 |
+
"All reference and prediction hashes match",
|
| 17 |
+
"Every WER/CER numerator and denominator matches released counts",
|
| 18 |
+
"All 94 model/partition WERs match independent upstream batch scoring"
|
| 19 |
+
],
|
| 20 |
+
"inputs_sha256": {
|
| 21 |
+
"comparison.json": "617a2119027b9e706907fdeb8a5819babb55f1959456d677e744d2b57ddfd2be",
|
| 22 |
+
"numeric-evidence.jsonl.gz": "298f3164c745523f25b2e7df25492dab5b6607c149ea561d44af3720c29236df"
|
| 23 |
+
},
|
| 24 |
+
"manifest_sha256": "c16b21855716bc1f62a9c55f775b137cc720a944f3e9343fd8993788db2eaa8e",
|
| 25 |
+
"prediction_sha256": {
|
| 26 |
+
"parakeet": "7dea719a080b71b4e5bf3b731af07f36d2ba7953265aa359813407880994f90f",
|
| 27 |
+
"orukeet": "525d958901b5e7b345719dc77fa8b7231dbe24a4b48dc273ea76b23df35ad7fa"
|
| 28 |
+
},
|
| 29 |
+
"script_sha256": "80a8c7911819129e39911cd4f78df326485a659a847522779cf40b3b2365eb3a",
|
| 30 |
+
"upstream_scoring_verified": {
|
| 31 |
+
"revision": "48219c6028db0517d704600d92f31edfc96e8c23",
|
| 32 |
+
"model_partition_pairs": 94,
|
| 33 |
+
"check": "Unmodified upstream normalizer definitions and full-partition batch scoring reproduce all 94 paired WERs."
|
| 34 |
+
}
|
| 35 |
+
}
|
evidence/domains-r3-20260908/inference-comparison.json
ADDED
|
@@ -0,0 +1,1513 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "complete",
|
| 3 |
+
"publication_authorized": false,
|
| 4 |
+
"rows": 12006,
|
| 5 |
+
"sets": {
|
| 6 |
+
"eurospeech_bg": {
|
| 7 |
+
"rows": 256,
|
| 8 |
+
"hours": 1.072353802083333,
|
| 9 |
+
"language": "bg",
|
| 10 |
+
"models": {
|
| 11 |
+
"parakeet": {
|
| 12 |
+
"words": 7501,
|
| 13 |
+
"errors": 1107,
|
| 14 |
+
"substitutions": 681,
|
| 15 |
+
"deletions": 134,
|
| 16 |
+
"insertions": 292,
|
| 17 |
+
"chars": 46718,
|
| 18 |
+
"char_errors": 3238,
|
| 19 |
+
"utterance_error": 232,
|
| 20 |
+
"wer": 14.758032262365019,
|
| 21 |
+
"cer": 6.930947386446338
|
| 22 |
+
},
|
| 23 |
+
"orukeet": {
|
| 24 |
+
"words": 7501,
|
| 25 |
+
"errors": 1013,
|
| 26 |
+
"substitutions": 592,
|
| 27 |
+
"deletions": 120,
|
| 28 |
+
"insertions": 301,
|
| 29 |
+
"chars": 46718,
|
| 30 |
+
"char_errors": 3015,
|
| 31 |
+
"utterance_error": 226,
|
| 32 |
+
"wer": 13.504866017864284,
|
| 33 |
+
"cer": 6.453615308874523
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
},
|
| 37 |
+
"eurospeech_de": {
|
| 38 |
+
"rows": 256,
|
| 39 |
+
"hours": 1.0912282638888895,
|
| 40 |
+
"language": "de",
|
| 41 |
+
"models": {
|
| 42 |
+
"parakeet": {
|
| 43 |
+
"words": 8458,
|
| 44 |
+
"errors": 1274,
|
| 45 |
+
"substitutions": 613,
|
| 46 |
+
"deletions": 243,
|
| 47 |
+
"insertions": 418,
|
| 48 |
+
"chars": 56900,
|
| 49 |
+
"char_errors": 5658,
|
| 50 |
+
"utterance_error": 235,
|
| 51 |
+
"wer": 15.062662567982974,
|
| 52 |
+
"cer": 9.943760984182777
|
| 53 |
+
},
|
| 54 |
+
"orukeet": {
|
| 55 |
+
"words": 8458,
|
| 56 |
+
"errors": 1051,
|
| 57 |
+
"substitutions": 466,
|
| 58 |
+
"deletions": 235,
|
| 59 |
+
"insertions": 350,
|
| 60 |
+
"chars": 56900,
|
| 61 |
+
"char_errors": 4842,
|
| 62 |
+
"utterance_error": 227,
|
| 63 |
+
"wer": 12.426105462284228,
|
| 64 |
+
"cer": 8.509666080843585
|
| 65 |
+
}
|
| 66 |
+
}
|
| 67 |
+
},
|
| 68 |
+
"eurospeech_el": {
|
| 69 |
+
"rows": 256,
|
| 70 |
+
"hours": 1.0396271527777776,
|
| 71 |
+
"language": "el",
|
| 72 |
+
"models": {
|
| 73 |
+
"parakeet": {
|
| 74 |
+
"words": 7914,
|
| 75 |
+
"errors": 2063,
|
| 76 |
+
"substitutions": 1816,
|
| 77 |
+
"deletions": 130,
|
| 78 |
+
"insertions": 117,
|
| 79 |
+
"chars": 50648,
|
| 80 |
+
"char_errors": 4296,
|
| 81 |
+
"utterance_error": 256,
|
| 82 |
+
"wer": 26.06772807682588,
|
| 83 |
+
"cer": 8.482072342441953
|
| 84 |
+
},
|
| 85 |
+
"orukeet": {
|
| 86 |
+
"words": 7914,
|
| 87 |
+
"errors": 1395,
|
| 88 |
+
"substitutions": 1043,
|
| 89 |
+
"deletions": 153,
|
| 90 |
+
"insertions": 199,
|
| 91 |
+
"chars": 50648,
|
| 92 |
+
"char_errors": 3730,
|
| 93 |
+
"utterance_error": 252,
|
| 94 |
+
"wer": 17.62699014404852,
|
| 95 |
+
"cer": 7.364555362501974
|
| 96 |
+
}
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"eurospeech_en": {
|
| 100 |
+
"rows": 256,
|
| 101 |
+
"hours": 1.0540027430555547,
|
| 102 |
+
"language": "en",
|
| 103 |
+
"models": {
|
| 104 |
+
"parakeet": {
|
| 105 |
+
"words": 9639,
|
| 106 |
+
"errors": 2477,
|
| 107 |
+
"substitutions": 845,
|
| 108 |
+
"deletions": 310,
|
| 109 |
+
"insertions": 1322,
|
| 110 |
+
"chars": 55385,
|
| 111 |
+
"char_errors": 9915,
|
| 112 |
+
"utterance_error": 251,
|
| 113 |
+
"wer": 25.697686482000208,
|
| 114 |
+
"cer": 17.901959014173514
|
| 115 |
+
},
|
| 116 |
+
"orukeet": {
|
| 117 |
+
"words": 9639,
|
| 118 |
+
"errors": 2426,
|
| 119 |
+
"substitutions": 845,
|
| 120 |
+
"deletions": 310,
|
| 121 |
+
"insertions": 1271,
|
| 122 |
+
"chars": 55385,
|
| 123 |
+
"char_errors": 9720,
|
| 124 |
+
"utterance_error": 250,
|
| 125 |
+
"wer": 25.16858595289968,
|
| 126 |
+
"cer": 17.549878125846348
|
| 127 |
+
}
|
| 128 |
+
}
|
| 129 |
+
},
|
| 130 |
+
"eurospeech_et": {
|
| 131 |
+
"rows": 256,
|
| 132 |
+
"hours": 1.0695780555555554,
|
| 133 |
+
"language": "et",
|
| 134 |
+
"models": {
|
| 135 |
+
"parakeet": {
|
| 136 |
+
"words": 6816,
|
| 137 |
+
"errors": 2609,
|
| 138 |
+
"substitutions": 1722,
|
| 139 |
+
"deletions": 351,
|
| 140 |
+
"insertions": 536,
|
| 141 |
+
"chars": 47716,
|
| 142 |
+
"char_errors": 7007,
|
| 143 |
+
"utterance_error": 254,
|
| 144 |
+
"wer": 38.277582159624416,
|
| 145 |
+
"cer": 14.68480174364993
|
| 146 |
+
},
|
| 147 |
+
"orukeet": {
|
| 148 |
+
"words": 6816,
|
| 149 |
+
"errors": 2004,
|
| 150 |
+
"substitutions": 1203,
|
| 151 |
+
"deletions": 245,
|
| 152 |
+
"insertions": 556,
|
| 153 |
+
"chars": 47716,
|
| 154 |
+
"char_errors": 5727,
|
| 155 |
+
"utterance_error": 253,
|
| 156 |
+
"wer": 29.401408450704224,
|
| 157 |
+
"cer": 12.002263391734429
|
| 158 |
+
}
|
| 159 |
+
}
|
| 160 |
+
},
|
| 161 |
+
"eurospeech_fi": {
|
| 162 |
+
"rows": 256,
|
| 163 |
+
"hours": 1.0576934722222222,
|
| 164 |
+
"language": "fi",
|
| 165 |
+
"models": {
|
| 166 |
+
"parakeet": {
|
| 167 |
+
"words": 6347,
|
| 168 |
+
"errors": 1185,
|
| 169 |
+
"substitutions": 670,
|
| 170 |
+
"deletions": 215,
|
| 171 |
+
"insertions": 300,
|
| 172 |
+
"chars": 51093,
|
| 173 |
+
"char_errors": 4009,
|
| 174 |
+
"utterance_error": 232,
|
| 175 |
+
"wer": 18.670237907672917,
|
| 176 |
+
"cer": 7.846476033898969
|
| 177 |
+
},
|
| 178 |
+
"orukeet": {
|
| 179 |
+
"words": 6347,
|
| 180 |
+
"errors": 1100,
|
| 181 |
+
"substitutions": 595,
|
| 182 |
+
"deletions": 220,
|
| 183 |
+
"insertions": 285,
|
| 184 |
+
"chars": 51093,
|
| 185 |
+
"char_errors": 3898,
|
| 186 |
+
"utterance_error": 228,
|
| 187 |
+
"wer": 17.33102253032929,
|
| 188 |
+
"cer": 7.629225138472981
|
| 189 |
+
}
|
| 190 |
+
}
|
| 191 |
+
},
|
| 192 |
+
"eurospeech_fr": {
|
| 193 |
+
"rows": 256,
|
| 194 |
+
"hours": 1.0628877083333337,
|
| 195 |
+
"language": "fr",
|
| 196 |
+
"models": {
|
| 197 |
+
"parakeet": {
|
| 198 |
+
"words": 10608,
|
| 199 |
+
"errors": 2122,
|
| 200 |
+
"substitutions": 1263,
|
| 201 |
+
"deletions": 413,
|
| 202 |
+
"insertions": 446,
|
| 203 |
+
"chars": 62835,
|
| 204 |
+
"char_errors": 7448,
|
| 205 |
+
"utterance_error": 246,
|
| 206 |
+
"wer": 20.00377073906486,
|
| 207 |
+
"cer": 11.853266491604996
|
| 208 |
+
},
|
| 209 |
+
"orukeet": {
|
| 210 |
+
"words": 10608,
|
| 211 |
+
"errors": 1603,
|
| 212 |
+
"substitutions": 841,
|
| 213 |
+
"deletions": 280,
|
| 214 |
+
"insertions": 482,
|
| 215 |
+
"chars": 62835,
|
| 216 |
+
"char_errors": 6061,
|
| 217 |
+
"utterance_error": 242,
|
| 218 |
+
"wer": 15.111236802413273,
|
| 219 |
+
"cer": 9.645897986790802
|
| 220 |
+
}
|
| 221 |
+
}
|
| 222 |
+
},
|
| 223 |
+
"eurospeech_hr": {
|
| 224 |
+
"rows": 256,
|
| 225 |
+
"hours": 1.0454521527777771,
|
| 226 |
+
"language": "hr",
|
| 227 |
+
"models": {
|
| 228 |
+
"parakeet": {
|
| 229 |
+
"words": 7517,
|
| 230 |
+
"errors": 997,
|
| 231 |
+
"substitutions": 504,
|
| 232 |
+
"deletions": 172,
|
| 233 |
+
"insertions": 321,
|
| 234 |
+
"chars": 45766,
|
| 235 |
+
"char_errors": 3976,
|
| 236 |
+
"utterance_error": 222,
|
| 237 |
+
"wer": 13.263269921511242,
|
| 238 |
+
"cer": 8.687672070969716
|
| 239 |
+
},
|
| 240 |
+
"orukeet": {
|
| 241 |
+
"words": 7517,
|
| 242 |
+
"errors": 973,
|
| 243 |
+
"substitutions": 505,
|
| 244 |
+
"deletions": 143,
|
| 245 |
+
"insertions": 325,
|
| 246 |
+
"chars": 45766,
|
| 247 |
+
"char_errors": 3876,
|
| 248 |
+
"utterance_error": 218,
|
| 249 |
+
"wer": 12.94399361447386,
|
| 250 |
+
"cer": 8.469169252283354
|
| 251 |
+
}
|
| 252 |
+
}
|
| 253 |
+
},
|
| 254 |
+
"eurospeech_it": {
|
| 255 |
+
"rows": 256,
|
| 256 |
+
"hours": 1.0571320486111113,
|
| 257 |
+
"language": "it",
|
| 258 |
+
"models": {
|
| 259 |
+
"parakeet": {
|
| 260 |
+
"words": 8128,
|
| 261 |
+
"errors": 865,
|
| 262 |
+
"substitutions": 382,
|
| 263 |
+
"deletions": 220,
|
| 264 |
+
"insertions": 263,
|
| 265 |
+
"chars": 50659,
|
| 266 |
+
"char_errors": 3208,
|
| 267 |
+
"utterance_error": 222,
|
| 268 |
+
"wer": 10.642224409448819,
|
| 269 |
+
"cer": 6.332537160228193
|
| 270 |
+
},
|
| 271 |
+
"orukeet": {
|
| 272 |
+
"words": 8128,
|
| 273 |
+
"errors": 993,
|
| 274 |
+
"substitutions": 385,
|
| 275 |
+
"deletions": 231,
|
| 276 |
+
"insertions": 377,
|
| 277 |
+
"chars": 50659,
|
| 278 |
+
"char_errors": 4167,
|
| 279 |
+
"utterance_error": 228,
|
| 280 |
+
"wer": 12.217027559055119,
|
| 281 |
+
"cer": 8.225586766418603
|
| 282 |
+
}
|
| 283 |
+
}
|
| 284 |
+
},
|
| 285 |
+
"eurospeech_lt": {
|
| 286 |
+
"rows": 256,
|
| 287 |
+
"hours": 1.0921616319444443,
|
| 288 |
+
"language": "lt",
|
| 289 |
+
"models": {
|
| 290 |
+
"parakeet": {
|
| 291 |
+
"words": 6394,
|
| 292 |
+
"errors": 2521,
|
| 293 |
+
"substitutions": 1826,
|
| 294 |
+
"deletions": 336,
|
| 295 |
+
"insertions": 359,
|
| 296 |
+
"chars": 45706,
|
| 297 |
+
"char_errors": 7374,
|
| 298 |
+
"utterance_error": 254,
|
| 299 |
+
"wer": 39.427588364091335,
|
| 300 |
+
"cer": 16.13354920579355
|
| 301 |
+
},
|
| 302 |
+
"orukeet": {
|
| 303 |
+
"words": 6394,
|
| 304 |
+
"errors": 2204,
|
| 305 |
+
"substitutions": 1507,
|
| 306 |
+
"deletions": 261,
|
| 307 |
+
"insertions": 436,
|
| 308 |
+
"chars": 45706,
|
| 309 |
+
"char_errors": 7056,
|
| 310 |
+
"utterance_error": 253,
|
| 311 |
+
"wer": 34.469815451986236,
|
| 312 |
+
"cer": 15.43779810090579
|
| 313 |
+
}
|
| 314 |
+
}
|
| 315 |
+
},
|
| 316 |
+
"eurospeech_lv": {
|
| 317 |
+
"rows": 256,
|
| 318 |
+
"hours": 1.0540805208333333,
|
| 319 |
+
"language": "lv",
|
| 320 |
+
"models": {
|
| 321 |
+
"parakeet": {
|
| 322 |
+
"words": 6437,
|
| 323 |
+
"errors": 3721,
|
| 324 |
+
"substitutions": 2704,
|
| 325 |
+
"deletions": 769,
|
| 326 |
+
"insertions": 248,
|
| 327 |
+
"chars": 44102,
|
| 328 |
+
"char_errors": 11751,
|
| 329 |
+
"utterance_error": 256,
|
| 330 |
+
"wer": 57.80643156750039,
|
| 331 |
+
"cer": 26.645050111106073
|
| 332 |
+
},
|
| 333 |
+
"orukeet": {
|
| 334 |
+
"words": 6437,
|
| 335 |
+
"errors": 2770,
|
| 336 |
+
"substitutions": 2061,
|
| 337 |
+
"deletions": 373,
|
| 338 |
+
"insertions": 336,
|
| 339 |
+
"chars": 44102,
|
| 340 |
+
"char_errors": 7723,
|
| 341 |
+
"utterance_error": 255,
|
| 342 |
+
"wer": 43.03246854124592,
|
| 343 |
+
"cer": 17.511677474944445
|
| 344 |
+
}
|
| 345 |
+
}
|
| 346 |
+
},
|
| 347 |
+
"eurospeech_mt": {
|
| 348 |
+
"rows": 256,
|
| 349 |
+
"hours": 1.0746674826388882,
|
| 350 |
+
"language": "mt",
|
| 351 |
+
"models": {
|
| 352 |
+
"parakeet": {
|
| 353 |
+
"words": 7827,
|
| 354 |
+
"errors": 3189,
|
| 355 |
+
"substitutions": 2047,
|
| 356 |
+
"deletions": 518,
|
| 357 |
+
"insertions": 624,
|
| 358 |
+
"chars": 46941,
|
| 359 |
+
"char_errors": 9028,
|
| 360 |
+
"utterance_error": 256,
|
| 361 |
+
"wer": 40.743579915676506,
|
| 362 |
+
"cer": 19.232653756843696
|
| 363 |
+
},
|
| 364 |
+
"orukeet": {
|
| 365 |
+
"words": 7827,
|
| 366 |
+
"errors": 3134,
|
| 367 |
+
"substitutions": 2051,
|
| 368 |
+
"deletions": 461,
|
| 369 |
+
"insertions": 622,
|
| 370 |
+
"chars": 46941,
|
| 371 |
+
"char_errors": 8813,
|
| 372 |
+
"utterance_error": 256,
|
| 373 |
+
"wer": 40.040884119074995,
|
| 374 |
+
"cer": 18.774631984832023
|
| 375 |
+
}
|
| 376 |
+
}
|
| 377 |
+
},
|
| 378 |
+
"eurospeech_pt": {
|
| 379 |
+
"rows": 256,
|
| 380 |
+
"hours": 1.0251623090277782,
|
| 381 |
+
"language": "pt",
|
| 382 |
+
"models": {
|
| 383 |
+
"parakeet": {
|
| 384 |
+
"words": 8186,
|
| 385 |
+
"errors": 1908,
|
| 386 |
+
"substitutions": 551,
|
| 387 |
+
"deletions": 567,
|
| 388 |
+
"insertions": 790,
|
| 389 |
+
"chars": 48112,
|
| 390 |
+
"char_errors": 8435,
|
| 391 |
+
"utterance_error": 241,
|
| 392 |
+
"wer": 23.30808697776692,
|
| 393 |
+
"cer": 17.53200864649152
|
| 394 |
+
},
|
| 395 |
+
"orukeet": {
|
| 396 |
+
"words": 8186,
|
| 397 |
+
"errors": 1989,
|
| 398 |
+
"substitutions": 576,
|
| 399 |
+
"deletions": 592,
|
| 400 |
+
"insertions": 821,
|
| 401 |
+
"chars": 48112,
|
| 402 |
+
"char_errors": 8947,
|
| 403 |
+
"utterance_error": 238,
|
| 404 |
+
"wer": 24.297581236257024,
|
| 405 |
+
"cer": 18.596192218157633
|
| 406 |
+
}
|
| 407 |
+
}
|
| 408 |
+
},
|
| 409 |
+
"eurospeech_sk": {
|
| 410 |
+
"rows": 256,
|
| 411 |
+
"hours": 1.0663451041666665,
|
| 412 |
+
"language": "sk",
|
| 413 |
+
"models": {
|
| 414 |
+
"parakeet": {
|
| 415 |
+
"words": 7313,
|
| 416 |
+
"errors": 1361,
|
| 417 |
+
"substitutions": 927,
|
| 418 |
+
"deletions": 235,
|
| 419 |
+
"insertions": 199,
|
| 420 |
+
"chars": 45102,
|
| 421 |
+
"char_errors": 3711,
|
| 422 |
+
"utterance_error": 242,
|
| 423 |
+
"wer": 18.610693285929166,
|
| 424 |
+
"cer": 8.22801649594253
|
| 425 |
+
},
|
| 426 |
+
"orukeet": {
|
| 427 |
+
"words": 7313,
|
| 428 |
+
"errors": 1238,
|
| 429 |
+
"substitutions": 798,
|
| 430 |
+
"deletions": 191,
|
| 431 |
+
"insertions": 249,
|
| 432 |
+
"chars": 45102,
|
| 433 |
+
"char_errors": 4012,
|
| 434 |
+
"utterance_error": 232,
|
| 435 |
+
"wer": 16.928757008067823,
|
| 436 |
+
"cer": 8.895392665513725
|
| 437 |
+
}
|
| 438 |
+
}
|
| 439 |
+
},
|
| 440 |
+
"eurospeech_sl": {
|
| 441 |
+
"rows": 256,
|
| 442 |
+
"hours": 1.042155416666667,
|
| 443 |
+
"language": "sl",
|
| 444 |
+
"models": {
|
| 445 |
+
"parakeet": {
|
| 446 |
+
"words": 7737,
|
| 447 |
+
"errors": 3996,
|
| 448 |
+
"substitutions": 3162,
|
| 449 |
+
"deletions": 467,
|
| 450 |
+
"insertions": 367,
|
| 451 |
+
"chars": 46542,
|
| 452 |
+
"char_errors": 8017,
|
| 453 |
+
"utterance_error": 256,
|
| 454 |
+
"wer": 51.647925552539746,
|
| 455 |
+
"cer": 17.225301877873747
|
| 456 |
+
},
|
| 457 |
+
"orukeet": {
|
| 458 |
+
"words": 7737,
|
| 459 |
+
"errors": 4176,
|
| 460 |
+
"substitutions": 3351,
|
| 461 |
+
"deletions": 474,
|
| 462 |
+
"insertions": 351,
|
| 463 |
+
"chars": 46542,
|
| 464 |
+
"char_errors": 8295,
|
| 465 |
+
"utterance_error": 256,
|
| 466 |
+
"wer": 53.97440868553703,
|
| 467 |
+
"cer": 17.822611834472088
|
| 468 |
+
}
|
| 469 |
+
}
|
| 470 |
+
},
|
| 471 |
+
"eurospeech_uk": {
|
| 472 |
+
"rows": 256,
|
| 473 |
+
"hours": 1.0933650694444448,
|
| 474 |
+
"language": "uk",
|
| 475 |
+
"models": {
|
| 476 |
+
"parakeet": {
|
| 477 |
+
"words": 7235,
|
| 478 |
+
"errors": 1101,
|
| 479 |
+
"substitutions": 531,
|
| 480 |
+
"deletions": 173,
|
| 481 |
+
"insertions": 397,
|
| 482 |
+
"chars": 46747,
|
| 483 |
+
"char_errors": 4132,
|
| 484 |
+
"utterance_error": 230,
|
| 485 |
+
"wer": 15.21769177608846,
|
| 486 |
+
"cer": 8.839069886837658
|
| 487 |
+
},
|
| 488 |
+
"orukeet": {
|
| 489 |
+
"words": 7235,
|
| 490 |
+
"errors": 1226,
|
| 491 |
+
"substitutions": 584,
|
| 492 |
+
"deletions": 150,
|
| 493 |
+
"insertions": 492,
|
| 494 |
+
"chars": 46747,
|
| 495 |
+
"char_errors": 5057,
|
| 496 |
+
"utterance_error": 227,
|
| 497 |
+
"wer": 16.945404284727022,
|
| 498 |
+
"cer": 10.817806490256059
|
| 499 |
+
}
|
| 500 |
+
}
|
| 501 |
+
},
|
| 502 |
+
"gigaspeechbench_agr_en": {
|
| 503 |
+
"rows": 256,
|
| 504 |
+
"hours": 0.4082733159722223,
|
| 505 |
+
"language": "en",
|
| 506 |
+
"models": {
|
| 507 |
+
"parakeet": {
|
| 508 |
+
"words": 4682,
|
| 509 |
+
"errors": 318,
|
| 510 |
+
"substitutions": 132,
|
| 511 |
+
"deletions": 95,
|
| 512 |
+
"insertions": 91,
|
| 513 |
+
"chars": 23326,
|
| 514 |
+
"char_errors": 929,
|
| 515 |
+
"utterance_error": 135,
|
| 516 |
+
"wer": 6.791969243912858,
|
| 517 |
+
"cer": 3.982680270942296
|
| 518 |
+
},
|
| 519 |
+
"orukeet": {
|
| 520 |
+
"words": 4682,
|
| 521 |
+
"errors": 291,
|
| 522 |
+
"substitutions": 140,
|
| 523 |
+
"deletions": 77,
|
| 524 |
+
"insertions": 74,
|
| 525 |
+
"chars": 23326,
|
| 526 |
+
"char_errors": 791,
|
| 527 |
+
"utterance_error": 119,
|
| 528 |
+
"wer": 6.215292609995728,
|
| 529 |
+
"cer": 3.3910657635256793
|
| 530 |
+
}
|
| 531 |
+
}
|
| 532 |
+
},
|
| 533 |
+
"gigaspeechbench_ait_en": {
|
| 534 |
+
"rows": 256,
|
| 535 |
+
"hours": 0.5016255555555552,
|
| 536 |
+
"language": "en",
|
| 537 |
+
"models": {
|
| 538 |
+
"parakeet": {
|
| 539 |
+
"words": 5162,
|
| 540 |
+
"errors": 544,
|
| 541 |
+
"substitutions": 249,
|
| 542 |
+
"deletions": 151,
|
| 543 |
+
"insertions": 144,
|
| 544 |
+
"chars": 26199,
|
| 545 |
+
"char_errors": 1312,
|
| 546 |
+
"utterance_error": 173,
|
| 547 |
+
"wer": 10.53855094924448,
|
| 548 |
+
"cer": 5.007824726134586
|
| 549 |
+
},
|
| 550 |
+
"orukeet": {
|
| 551 |
+
"words": 5162,
|
| 552 |
+
"errors": 512,
|
| 553 |
+
"substitutions": 252,
|
| 554 |
+
"deletions": 143,
|
| 555 |
+
"insertions": 117,
|
| 556 |
+
"chars": 26199,
|
| 557 |
+
"char_errors": 1211,
|
| 558 |
+
"utterance_error": 173,
|
| 559 |
+
"wer": 9.918636187524216,
|
| 560 |
+
"cer": 4.62231382877209
|
| 561 |
+
}
|
| 562 |
+
}
|
| 563 |
+
},
|
| 564 |
+
"gigaspeechbench_art_en": {
|
| 565 |
+
"rows": 256,
|
| 566 |
+
"hours": 0.4463050000000003,
|
| 567 |
+
"language": "en",
|
| 568 |
+
"models": {
|
| 569 |
+
"parakeet": {
|
| 570 |
+
"words": 4336,
|
| 571 |
+
"errors": 263,
|
| 572 |
+
"substitutions": 117,
|
| 573 |
+
"deletions": 66,
|
| 574 |
+
"insertions": 80,
|
| 575 |
+
"chars": 22903,
|
| 576 |
+
"char_errors": 709,
|
| 577 |
+
"utterance_error": 119,
|
| 578 |
+
"wer": 6.06549815498155,
|
| 579 |
+
"cer": 3.0956643234510763
|
| 580 |
+
},
|
| 581 |
+
"orukeet": {
|
| 582 |
+
"words": 4336,
|
| 583 |
+
"errors": 234,
|
| 584 |
+
"substitutions": 116,
|
| 585 |
+
"deletions": 60,
|
| 586 |
+
"insertions": 58,
|
| 587 |
+
"chars": 22903,
|
| 588 |
+
"char_errors": 616,
|
| 589 |
+
"utterance_error": 114,
|
| 590 |
+
"wer": 5.3966789667896675,
|
| 591 |
+
"cer": 2.68960398201109
|
| 592 |
+
}
|
| 593 |
+
}
|
| 594 |
+
},
|
| 595 |
+
"gigaspeechbench_bio_en": {
|
| 596 |
+
"rows": 256,
|
| 597 |
+
"hours": 0.5044194444444443,
|
| 598 |
+
"language": "en",
|
| 599 |
+
"models": {
|
| 600 |
+
"parakeet": {
|
| 601 |
+
"words": 4974,
|
| 602 |
+
"errors": 335,
|
| 603 |
+
"substitutions": 166,
|
| 604 |
+
"deletions": 115,
|
| 605 |
+
"insertions": 54,
|
| 606 |
+
"chars": 28032,
|
| 607 |
+
"char_errors": 548,
|
| 608 |
+
"utterance_error": 123,
|
| 609 |
+
"wer": 6.73502211499799,
|
| 610 |
+
"cer": 1.9549086757990868
|
| 611 |
+
},
|
| 612 |
+
"orukeet": {
|
| 613 |
+
"words": 4974,
|
| 614 |
+
"errors": 296,
|
| 615 |
+
"substitutions": 158,
|
| 616 |
+
"deletions": 99,
|
| 617 |
+
"insertions": 39,
|
| 618 |
+
"chars": 28032,
|
| 619 |
+
"char_errors": 474,
|
| 620 |
+
"utterance_error": 115,
|
| 621 |
+
"wer": 5.950944913550463,
|
| 622 |
+
"cer": 1.6909246575342465
|
| 623 |
+
}
|
| 624 |
+
}
|
| 625 |
+
},
|
| 626 |
+
"gigaspeechbench_chn_en": {
|
| 627 |
+
"rows": 256,
|
| 628 |
+
"hours": 0.3659214236111112,
|
| 629 |
+
"language": "en",
|
| 630 |
+
"models": {
|
| 631 |
+
"parakeet": {
|
| 632 |
+
"words": 2816,
|
| 633 |
+
"errors": 433,
|
| 634 |
+
"substitutions": 296,
|
| 635 |
+
"deletions": 75,
|
| 636 |
+
"insertions": 62,
|
| 637 |
+
"chars": 14060,
|
| 638 |
+
"char_errors": 1300,
|
| 639 |
+
"utterance_error": 170,
|
| 640 |
+
"wer": 15.376420454545455,
|
| 641 |
+
"cer": 9.246088193456615
|
| 642 |
+
},
|
| 643 |
+
"orukeet": {
|
| 644 |
+
"words": 2816,
|
| 645 |
+
"errors": 411,
|
| 646 |
+
"substitutions": 278,
|
| 647 |
+
"deletions": 73,
|
| 648 |
+
"insertions": 60,
|
| 649 |
+
"chars": 14060,
|
| 650 |
+
"char_errors": 1217,
|
| 651 |
+
"utterance_error": 160,
|
| 652 |
+
"wer": 14.595170454545455,
|
| 653 |
+
"cer": 8.655761024182077
|
| 654 |
+
}
|
| 655 |
+
}
|
| 656 |
+
},
|
| 657 |
+
"gigaspeechbench_ecm_en": {
|
| 658 |
+
"rows": 256,
|
| 659 |
+
"hours": 0.47235996527777796,
|
| 660 |
+
"language": "en",
|
| 661 |
+
"models": {
|
| 662 |
+
"parakeet": {
|
| 663 |
+
"words": 5843,
|
| 664 |
+
"errors": 485,
|
| 665 |
+
"substitutions": 250,
|
| 666 |
+
"deletions": 106,
|
| 667 |
+
"insertions": 129,
|
| 668 |
+
"chars": 29666,
|
| 669 |
+
"char_errors": 1301,
|
| 670 |
+
"utterance_error": 153,
|
| 671 |
+
"wer": 8.30053054937532,
|
| 672 |
+
"cer": 4.385491808804693
|
| 673 |
+
},
|
| 674 |
+
"orukeet": {
|
| 675 |
+
"words": 5843,
|
| 676 |
+
"errors": 463,
|
| 677 |
+
"substitutions": 245,
|
| 678 |
+
"deletions": 89,
|
| 679 |
+
"insertions": 129,
|
| 680 |
+
"chars": 29666,
|
| 681 |
+
"char_errors": 1201,
|
| 682 |
+
"utterance_error": 150,
|
| 683 |
+
"wer": 7.924011637857265,
|
| 684 |
+
"cer": 4.048405582147914
|
| 685 |
+
}
|
| 686 |
+
}
|
| 687 |
+
},
|
| 688 |
+
"gigaspeechbench_eng_en": {
|
| 689 |
+
"rows": 256,
|
| 690 |
+
"hours": 0.46552720486111093,
|
| 691 |
+
"language": "en",
|
| 692 |
+
"models": {
|
| 693 |
+
"parakeet": {
|
| 694 |
+
"words": 4572,
|
| 695 |
+
"errors": 281,
|
| 696 |
+
"substitutions": 138,
|
| 697 |
+
"deletions": 89,
|
| 698 |
+
"insertions": 54,
|
| 699 |
+
"chars": 22588,
|
| 700 |
+
"char_errors": 549,
|
| 701 |
+
"utterance_error": 117,
|
| 702 |
+
"wer": 6.146106736657917,
|
| 703 |
+
"cer": 2.430494067646538
|
| 704 |
+
},
|
| 705 |
+
"orukeet": {
|
| 706 |
+
"words": 4572,
|
| 707 |
+
"errors": 228,
|
| 708 |
+
"substitutions": 119,
|
| 709 |
+
"deletions": 70,
|
| 710 |
+
"insertions": 39,
|
| 711 |
+
"chars": 22588,
|
| 712 |
+
"char_errors": 461,
|
| 713 |
+
"utterance_error": 104,
|
| 714 |
+
"wer": 4.986876640419948,
|
| 715 |
+
"cer": 2.0409066761112094
|
| 716 |
+
}
|
| 717 |
+
}
|
| 718 |
+
},
|
| 719 |
+
"gigaspeechbench_ent_en": {
|
| 720 |
+
"rows": 256,
|
| 721 |
+
"hours": 0.2886933854166668,
|
| 722 |
+
"language": "en",
|
| 723 |
+
"models": {
|
| 724 |
+
"parakeet": {
|
| 725 |
+
"words": 3737,
|
| 726 |
+
"errors": 403,
|
| 727 |
+
"substitutions": 210,
|
| 728 |
+
"deletions": 109,
|
| 729 |
+
"insertions": 84,
|
| 730 |
+
"chars": 17535,
|
| 731 |
+
"char_errors": 1201,
|
| 732 |
+
"utterance_error": 134,
|
| 733 |
+
"wer": 10.784051378110783,
|
| 734 |
+
"cer": 6.84915882520673
|
| 735 |
+
},
|
| 736 |
+
"orukeet": {
|
| 737 |
+
"words": 3737,
|
| 738 |
+
"errors": 347,
|
| 739 |
+
"substitutions": 180,
|
| 740 |
+
"deletions": 86,
|
| 741 |
+
"insertions": 81,
|
| 742 |
+
"chars": 17535,
|
| 743 |
+
"char_errors": 1003,
|
| 744 |
+
"utterance_error": 132,
|
| 745 |
+
"wer": 9.285523146909286,
|
| 746 |
+
"cer": 5.719988594240092
|
| 747 |
+
}
|
| 748 |
+
}
|
| 749 |
+
},
|
| 750 |
+
"gigaspeechbench_fin_en": {
|
| 751 |
+
"rows": 256,
|
| 752 |
+
"hours": 0.4903747569444444,
|
| 753 |
+
"language": "en",
|
| 754 |
+
"models": {
|
| 755 |
+
"parakeet": {
|
| 756 |
+
"words": 5877,
|
| 757 |
+
"errors": 440,
|
| 758 |
+
"substitutions": 207,
|
| 759 |
+
"deletions": 110,
|
| 760 |
+
"insertions": 123,
|
| 761 |
+
"chars": 29811,
|
| 762 |
+
"char_errors": 1064,
|
| 763 |
+
"utterance_error": 146,
|
| 764 |
+
"wer": 7.486812999829845,
|
| 765 |
+
"cer": 3.5691523263224982
|
| 766 |
+
},
|
| 767 |
+
"orukeet": {
|
| 768 |
+
"words": 5877,
|
| 769 |
+
"errors": 397,
|
| 770 |
+
"substitutions": 198,
|
| 771 |
+
"deletions": 101,
|
| 772 |
+
"insertions": 98,
|
| 773 |
+
"chars": 29811,
|
| 774 |
+
"char_errors": 946,
|
| 775 |
+
"utterance_error": 143,
|
| 776 |
+
"wer": 6.755147183937383,
|
| 777 |
+
"cer": 3.1733252826138
|
| 778 |
+
}
|
| 779 |
+
}
|
| 780 |
+
},
|
| 781 |
+
"gigaspeechbench_hum_en": {
|
| 782 |
+
"rows": 256,
|
| 783 |
+
"hours": 0.5111050347222221,
|
| 784 |
+
"language": "en",
|
| 785 |
+
"models": {
|
| 786 |
+
"parakeet": {
|
| 787 |
+
"words": 5075,
|
| 788 |
+
"errors": 421,
|
| 789 |
+
"substitutions": 196,
|
| 790 |
+
"deletions": 99,
|
| 791 |
+
"insertions": 126,
|
| 792 |
+
"chars": 27339,
|
| 793 |
+
"char_errors": 1300,
|
| 794 |
+
"utterance_error": 142,
|
| 795 |
+
"wer": 8.295566502463053,
|
| 796 |
+
"cer": 4.75511174512601
|
| 797 |
+
},
|
| 798 |
+
"orukeet": {
|
| 799 |
+
"words": 5075,
|
| 800 |
+
"errors": 397,
|
| 801 |
+
"substitutions": 200,
|
| 802 |
+
"deletions": 77,
|
| 803 |
+
"insertions": 120,
|
| 804 |
+
"chars": 27339,
|
| 805 |
+
"char_errors": 1168,
|
| 806 |
+
"utterance_error": 141,
|
| 807 |
+
"wer": 7.822660098522167,
|
| 808 |
+
"cer": 4.272285014082446
|
| 809 |
+
}
|
| 810 |
+
}
|
| 811 |
+
},
|
| 812 |
+
"gigaspeechbench_ind_en": {
|
| 813 |
+
"rows": 256,
|
| 814 |
+
"hours": 0.5177380729166666,
|
| 815 |
+
"language": "en",
|
| 816 |
+
"models": {
|
| 817 |
+
"parakeet": {
|
| 818 |
+
"words": 5330,
|
| 819 |
+
"errors": 455,
|
| 820 |
+
"substitutions": 275,
|
| 821 |
+
"deletions": 129,
|
| 822 |
+
"insertions": 51,
|
| 823 |
+
"chars": 29433,
|
| 824 |
+
"char_errors": 1005,
|
| 825 |
+
"utterance_error": 145,
|
| 826 |
+
"wer": 8.536585365853659,
|
| 827 |
+
"cer": 3.4145347059423097
|
| 828 |
+
},
|
| 829 |
+
"orukeet": {
|
| 830 |
+
"words": 5330,
|
| 831 |
+
"errors": 412,
|
| 832 |
+
"substitutions": 246,
|
| 833 |
+
"deletions": 113,
|
| 834 |
+
"insertions": 53,
|
| 835 |
+
"chars": 29433,
|
| 836 |
+
"char_errors": 806,
|
| 837 |
+
"utterance_error": 139,
|
| 838 |
+
"wer": 7.729831144465291,
|
| 839 |
+
"cer": 2.7384228586960213
|
| 840 |
+
}
|
| 841 |
+
}
|
| 842 |
+
},
|
| 843 |
+
"gigaspeechbench_jpn_en": {
|
| 844 |
+
"rows": 256,
|
| 845 |
+
"hours": 0.312707482638889,
|
| 846 |
+
"language": "en",
|
| 847 |
+
"models": {
|
| 848 |
+
"parakeet": {
|
| 849 |
+
"words": 2576,
|
| 850 |
+
"errors": 513,
|
| 851 |
+
"substitutions": 297,
|
| 852 |
+
"deletions": 106,
|
| 853 |
+
"insertions": 110,
|
| 854 |
+
"chars": 12445,
|
| 855 |
+
"char_errors": 1500,
|
| 856 |
+
"utterance_error": 163,
|
| 857 |
+
"wer": 19.914596273291924,
|
| 858 |
+
"cer": 12.053033346725593
|
| 859 |
+
},
|
| 860 |
+
"orukeet": {
|
| 861 |
+
"words": 2576,
|
| 862 |
+
"errors": 475,
|
| 863 |
+
"substitutions": 293,
|
| 864 |
+
"deletions": 91,
|
| 865 |
+
"insertions": 91,
|
| 866 |
+
"chars": 12445,
|
| 867 |
+
"char_errors": 1374,
|
| 868 |
+
"utterance_error": 154,
|
| 869 |
+
"wer": 18.43944099378882,
|
| 870 |
+
"cer": 11.040578545600642
|
| 871 |
+
}
|
| 872 |
+
}
|
| 873 |
+
},
|
| 874 |
+
"gigaspeechbench_law_en": {
|
| 875 |
+
"rows": 256,
|
| 876 |
+
"hours": 0.39185109375,
|
| 877 |
+
"language": "en",
|
| 878 |
+
"models": {
|
| 879 |
+
"parakeet": {
|
| 880 |
+
"words": 3999,
|
| 881 |
+
"errors": 445,
|
| 882 |
+
"substitutions": 248,
|
| 883 |
+
"deletions": 104,
|
| 884 |
+
"insertions": 93,
|
| 885 |
+
"chars": 20831,
|
| 886 |
+
"char_errors": 1160,
|
| 887 |
+
"utterance_error": 155,
|
| 888 |
+
"wer": 11.127781945486372,
|
| 889 |
+
"cer": 5.568623685852815
|
| 890 |
+
},
|
| 891 |
+
"orukeet": {
|
| 892 |
+
"words": 3999,
|
| 893 |
+
"errors": 409,
|
| 894 |
+
"substitutions": 220,
|
| 895 |
+
"deletions": 104,
|
| 896 |
+
"insertions": 85,
|
| 897 |
+
"chars": 20831,
|
| 898 |
+
"char_errors": 1091,
|
| 899 |
+
"utterance_error": 149,
|
| 900 |
+
"wer": 10.227556889222306,
|
| 901 |
+
"cer": 5.237386587297777
|
| 902 |
+
}
|
| 903 |
+
}
|
| 904 |
+
},
|
| 905 |
+
"gigaspeechbench_med_en": {
|
| 906 |
+
"rows": 256,
|
| 907 |
+
"hours": 0.5099035937499998,
|
| 908 |
+
"language": "en",
|
| 909 |
+
"models": {
|
| 910 |
+
"parakeet": {
|
| 911 |
+
"words": 5310,
|
| 912 |
+
"errors": 274,
|
| 913 |
+
"substitutions": 147,
|
| 914 |
+
"deletions": 78,
|
| 915 |
+
"insertions": 49,
|
| 916 |
+
"chars": 28697,
|
| 917 |
+
"char_errors": 548,
|
| 918 |
+
"utterance_error": 112,
|
| 919 |
+
"wer": 5.160075329566855,
|
| 920 |
+
"cer": 1.9096072760218838
|
| 921 |
+
},
|
| 922 |
+
"orukeet": {
|
| 923 |
+
"words": 5310,
|
| 924 |
+
"errors": 262,
|
| 925 |
+
"substitutions": 140,
|
| 926 |
+
"deletions": 80,
|
| 927 |
+
"insertions": 42,
|
| 928 |
+
"chars": 28697,
|
| 929 |
+
"char_errors": 490,
|
| 930 |
+
"utterance_error": 106,
|
| 931 |
+
"wer": 4.934086629001883,
|
| 932 |
+
"cer": 1.7074955570268668
|
| 933 |
+
}
|
| 934 |
+
}
|
| 935 |
+
},
|
| 936 |
+
"gigaspeechbench_mil_en": {
|
| 937 |
+
"rows": 256,
|
| 938 |
+
"hours": 0.545510017361111,
|
| 939 |
+
"language": "en",
|
| 940 |
+
"models": {
|
| 941 |
+
"parakeet": {
|
| 942 |
+
"words": 6048,
|
| 943 |
+
"errors": 362,
|
| 944 |
+
"substitutions": 199,
|
| 945 |
+
"deletions": 123,
|
| 946 |
+
"insertions": 40,
|
| 947 |
+
"chars": 32571,
|
| 948 |
+
"char_errors": 574,
|
| 949 |
+
"utterance_error": 139,
|
| 950 |
+
"wer": 5.985449735449736,
|
| 951 |
+
"cer": 1.7623038899634644
|
| 952 |
+
},
|
| 953 |
+
"orukeet": {
|
| 954 |
+
"words": 6048,
|
| 955 |
+
"errors": 338,
|
| 956 |
+
"substitutions": 188,
|
| 957 |
+
"deletions": 115,
|
| 958 |
+
"insertions": 35,
|
| 959 |
+
"chars": 32571,
|
| 960 |
+
"char_errors": 531,
|
| 961 |
+
"utterance_error": 129,
|
| 962 |
+
"wer": 5.588624338624339,
|
| 963 |
+
"cer": 1.6302846090080132
|
| 964 |
+
}
|
| 965 |
+
}
|
| 966 |
+
},
|
| 967 |
+
"gigaspeechbench_phl_en": {
|
| 968 |
+
"rows": 256,
|
| 969 |
+
"hours": 0.3380872395833332,
|
| 970 |
+
"language": "en",
|
| 971 |
+
"models": {
|
| 972 |
+
"parakeet": {
|
| 973 |
+
"words": 3528,
|
| 974 |
+
"errors": 494,
|
| 975 |
+
"substitutions": 249,
|
| 976 |
+
"deletions": 116,
|
| 977 |
+
"insertions": 129,
|
| 978 |
+
"chars": 17518,
|
| 979 |
+
"char_errors": 1466,
|
| 980 |
+
"utterance_error": 159,
|
| 981 |
+
"wer": 14.002267573696145,
|
| 982 |
+
"cer": 8.36853522091563
|
| 983 |
+
},
|
| 984 |
+
"orukeet": {
|
| 985 |
+
"words": 3528,
|
| 986 |
+
"errors": 468,
|
| 987 |
+
"substitutions": 248,
|
| 988 |
+
"deletions": 99,
|
| 989 |
+
"insertions": 121,
|
| 990 |
+
"chars": 17518,
|
| 991 |
+
"char_errors": 1341,
|
| 992 |
+
"utterance_error": 153,
|
| 993 |
+
"wer": 13.26530612244898,
|
| 994 |
+
"cer": 7.654983445598813
|
| 995 |
+
}
|
| 996 |
+
}
|
| 997 |
+
},
|
| 998 |
+
"gigaspeechbench_sct_en": {
|
| 999 |
+
"rows": 256,
|
| 1000 |
+
"hours": 0.23421114583333333,
|
| 1001 |
+
"language": "en",
|
| 1002 |
+
"models": {
|
| 1003 |
+
"parakeet": {
|
| 1004 |
+
"words": 2860,
|
| 1005 |
+
"errors": 648,
|
| 1006 |
+
"substitutions": 391,
|
| 1007 |
+
"deletions": 154,
|
| 1008 |
+
"insertions": 103,
|
| 1009 |
+
"chars": 13690,
|
| 1010 |
+
"char_errors": 2007,
|
| 1011 |
+
"utterance_error": 180,
|
| 1012 |
+
"wer": 22.657342657342657,
|
| 1013 |
+
"cer": 14.660336011687363
|
| 1014 |
+
},
|
| 1015 |
+
"orukeet": {
|
| 1016 |
+
"words": 2860,
|
| 1017 |
+
"errors": 592,
|
| 1018 |
+
"substitutions": 355,
|
| 1019 |
+
"deletions": 146,
|
| 1020 |
+
"insertions": 91,
|
| 1021 |
+
"chars": 13690,
|
| 1022 |
+
"char_errors": 1800,
|
| 1023 |
+
"utterance_error": 174,
|
| 1024 |
+
"wer": 20.6993006993007,
|
| 1025 |
+
"cer": 13.148283418553689
|
| 1026 |
+
}
|
| 1027 |
+
}
|
| 1028 |
+
},
|
| 1029 |
+
"gigaspeechbench_sgp_en": {
|
| 1030 |
+
"rows": 256,
|
| 1031 |
+
"hours": 0.2844177951388889,
|
| 1032 |
+
"language": "en",
|
| 1033 |
+
"models": {
|
| 1034 |
+
"parakeet": {
|
| 1035 |
+
"words": 3339,
|
| 1036 |
+
"errors": 499,
|
| 1037 |
+
"substitutions": 254,
|
| 1038 |
+
"deletions": 147,
|
| 1039 |
+
"insertions": 98,
|
| 1040 |
+
"chars": 16334,
|
| 1041 |
+
"char_errors": 1549,
|
| 1042 |
+
"utterance_error": 160,
|
| 1043 |
+
"wer": 14.94459418987721,
|
| 1044 |
+
"cer": 9.483286396473613
|
| 1045 |
+
},
|
| 1046 |
+
"orukeet": {
|
| 1047 |
+
"words": 3339,
|
| 1048 |
+
"errors": 466,
|
| 1049 |
+
"substitutions": 238,
|
| 1050 |
+
"deletions": 139,
|
| 1051 |
+
"insertions": 89,
|
| 1052 |
+
"chars": 16334,
|
| 1053 |
+
"char_errors": 1382,
|
| 1054 |
+
"utterance_error": 158,
|
| 1055 |
+
"wer": 13.956274333632825,
|
| 1056 |
+
"cer": 8.460879147789885
|
| 1057 |
+
}
|
| 1058 |
+
}
|
| 1059 |
+
},
|
| 1060 |
+
"golos_crowd_ru": {
|
| 1061 |
+
"rows": 256,
|
| 1062 |
+
"hours": 0.2929183506944444,
|
| 1063 |
+
"language": "ru",
|
| 1064 |
+
"models": {
|
| 1065 |
+
"parakeet": {
|
| 1066 |
+
"words": 1304,
|
| 1067 |
+
"errors": 41,
|
| 1068 |
+
"substitutions": 36,
|
| 1069 |
+
"deletions": 3,
|
| 1070 |
+
"insertions": 2,
|
| 1071 |
+
"chars": 8520,
|
| 1072 |
+
"char_errors": 56,
|
| 1073 |
+
"utterance_error": 33,
|
| 1074 |
+
"wer": 3.144171779141104,
|
| 1075 |
+
"cer": 0.6572769953051644
|
| 1076 |
+
},
|
| 1077 |
+
"orukeet": {
|
| 1078 |
+
"words": 1304,
|
| 1079 |
+
"errors": 46,
|
| 1080 |
+
"substitutions": 39,
|
| 1081 |
+
"deletions": 5,
|
| 1082 |
+
"insertions": 2,
|
| 1083 |
+
"chars": 8520,
|
| 1084 |
+
"char_errors": 61,
|
| 1085 |
+
"utterance_error": 35,
|
| 1086 |
+
"wer": 3.5276073619631902,
|
| 1087 |
+
"cer": 0.715962441314554
|
| 1088 |
+
}
|
| 1089 |
+
}
|
| 1090 |
+
},
|
| 1091 |
+
"golos_farfield_ru": {
|
| 1092 |
+
"rows": 256,
|
| 1093 |
+
"hours": 0.18247008680555546,
|
| 1094 |
+
"language": "ru",
|
| 1095 |
+
"models": {
|
| 1096 |
+
"parakeet": {
|
| 1097 |
+
"words": 1066,
|
| 1098 |
+
"errors": 91,
|
| 1099 |
+
"substitutions": 77,
|
| 1100 |
+
"deletions": 6,
|
| 1101 |
+
"insertions": 8,
|
| 1102 |
+
"chars": 6941,
|
| 1103 |
+
"char_errors": 180,
|
| 1104 |
+
"utterance_error": 62,
|
| 1105 |
+
"wer": 8.536585365853659,
|
| 1106 |
+
"cer": 2.593286269989915
|
| 1107 |
+
},
|
| 1108 |
+
"orukeet": {
|
| 1109 |
+
"words": 1066,
|
| 1110 |
+
"errors": 101,
|
| 1111 |
+
"substitutions": 83,
|
| 1112 |
+
"deletions": 7,
|
| 1113 |
+
"insertions": 11,
|
| 1114 |
+
"chars": 6941,
|
| 1115 |
+
"char_errors": 210,
|
| 1116 |
+
"utterance_error": 68,
|
| 1117 |
+
"wer": 9.47467166979362,
|
| 1118 |
+
"cer": 3.0255006483215676
|
| 1119 |
+
}
|
| 1120 |
+
}
|
| 1121 |
+
},
|
| 1122 |
+
"lesbos_el": {
|
| 1123 |
+
"rows": 230,
|
| 1124 |
+
"hours": 0.11232479166666667,
|
| 1125 |
+
"language": "el",
|
| 1126 |
+
"models": {
|
| 1127 |
+
"parakeet": {
|
| 1128 |
+
"words": 1131,
|
| 1129 |
+
"errors": 1087,
|
| 1130 |
+
"substitutions": 755,
|
| 1131 |
+
"deletions": 232,
|
| 1132 |
+
"insertions": 100,
|
| 1133 |
+
"chars": 5811,
|
| 1134 |
+
"char_errors": 4146,
|
| 1135 |
+
"utterance_error": 229,
|
| 1136 |
+
"wer": 96.10963748894784,
|
| 1137 |
+
"cer": 71.34744450180692
|
| 1138 |
+
},
|
| 1139 |
+
"orukeet": {
|
| 1140 |
+
"words": 1131,
|
| 1141 |
+
"errors": 1053,
|
| 1142 |
+
"substitutions": 680,
|
| 1143 |
+
"deletions": 303,
|
| 1144 |
+
"insertions": 70,
|
| 1145 |
+
"chars": 5811,
|
| 1146 |
+
"char_errors": 4141,
|
| 1147 |
+
"utterance_error": 228,
|
| 1148 |
+
"wer": 93.10344827586206,
|
| 1149 |
+
"cer": 71.26140079160213
|
| 1150 |
+
}
|
| 1151 |
+
}
|
| 1152 |
+
},
|
| 1153 |
+
"monsoon_en_in": {
|
| 1154 |
+
"rows": 256,
|
| 1155 |
+
"hours": 0.6956833333333333,
|
| 1156 |
+
"language": "en",
|
| 1157 |
+
"models": {
|
| 1158 |
+
"parakeet": {
|
| 1159 |
+
"words": 6185,
|
| 1160 |
+
"errors": 306,
|
| 1161 |
+
"substitutions": 144,
|
| 1162 |
+
"deletions": 79,
|
| 1163 |
+
"insertions": 83,
|
| 1164 |
+
"chars": 31429,
|
| 1165 |
+
"char_errors": 773,
|
| 1166 |
+
"utterance_error": 150,
|
| 1167 |
+
"wer": 4.947453516572352,
|
| 1168 |
+
"cer": 2.4595119157466034
|
| 1169 |
+
},
|
| 1170 |
+
"orukeet": {
|
| 1171 |
+
"words": 6185,
|
| 1172 |
+
"errors": 282,
|
| 1173 |
+
"substitutions": 136,
|
| 1174 |
+
"deletions": 84,
|
| 1175 |
+
"insertions": 62,
|
| 1176 |
+
"chars": 31429,
|
| 1177 |
+
"char_errors": 738,
|
| 1178 |
+
"utterance_error": 150,
|
| 1179 |
+
"wer": 4.559417946645109,
|
| 1180 |
+
"cer": 2.3481497979573005
|
| 1181 |
+
}
|
| 1182 |
+
}
|
| 1183 |
+
},
|
| 1184 |
+
"nst_da_da": {
|
| 1185 |
+
"rows": 256,
|
| 1186 |
+
"hours": 0.3674177777777777,
|
| 1187 |
+
"language": "da",
|
| 1188 |
+
"models": {
|
| 1189 |
+
"parakeet": {
|
| 1190 |
+
"words": 2583,
|
| 1191 |
+
"errors": 863,
|
| 1192 |
+
"substitutions": 472,
|
| 1193 |
+
"deletions": 355,
|
| 1194 |
+
"insertions": 36,
|
| 1195 |
+
"chars": 13714,
|
| 1196 |
+
"char_errors": 2640,
|
| 1197 |
+
"utterance_error": 216,
|
| 1198 |
+
"wer": 33.41076267905536,
|
| 1199 |
+
"cer": 19.250401050021875
|
| 1200 |
+
},
|
| 1201 |
+
"orukeet": {
|
| 1202 |
+
"words": 2583,
|
| 1203 |
+
"errors": 324,
|
| 1204 |
+
"substitutions": 257,
|
| 1205 |
+
"deletions": 48,
|
| 1206 |
+
"insertions": 19,
|
| 1207 |
+
"chars": 13714,
|
| 1208 |
+
"char_errors": 634,
|
| 1209 |
+
"utterance_error": 157,
|
| 1210 |
+
"wer": 12.543554006968641,
|
| 1211 |
+
"cer": 4.623012979437072
|
| 1212 |
+
}
|
| 1213 |
+
}
|
| 1214 |
+
},
|
| 1215 |
+
"nst_sv_sv": {
|
| 1216 |
+
"rows": 256,
|
| 1217 |
+
"hours": 0.3503472222222222,
|
| 1218 |
+
"language": "sv",
|
| 1219 |
+
"models": {
|
| 1220 |
+
"parakeet": {
|
| 1221 |
+
"words": 1994,
|
| 1222 |
+
"errors": 421,
|
| 1223 |
+
"substitutions": 327,
|
| 1224 |
+
"deletions": 60,
|
| 1225 |
+
"insertions": 34,
|
| 1226 |
+
"chars": 11754,
|
| 1227 |
+
"char_errors": 1463,
|
| 1228 |
+
"utterance_error": 172,
|
| 1229 |
+
"wer": 21.113340020060182,
|
| 1230 |
+
"cer": 12.446826612217118
|
| 1231 |
+
},
|
| 1232 |
+
"orukeet": {
|
| 1233 |
+
"words": 1994,
|
| 1234 |
+
"errors": 273,
|
| 1235 |
+
"substitutions": 209,
|
| 1236 |
+
"deletions": 25,
|
| 1237 |
+
"insertions": 39,
|
| 1238 |
+
"chars": 11754,
|
| 1239 |
+
"char_errors": 419,
|
| 1240 |
+
"utterance_error": 145,
|
| 1241 |
+
"wer": 13.691073219658977,
|
| 1242 |
+
"cer": 3.5647439169644377
|
| 1243 |
+
}
|
| 1244 |
+
}
|
| 1245 |
+
},
|
| 1246 |
+
"voxpopuli_cs": {
|
| 1247 |
+
"rows": 256,
|
| 1248 |
+
"hours": 0.6932252083333335,
|
| 1249 |
+
"language": "cs",
|
| 1250 |
+
"models": {
|
| 1251 |
+
"parakeet": {
|
| 1252 |
+
"words": 5408,
|
| 1253 |
+
"errors": 441,
|
| 1254 |
+
"substitutions": 269,
|
| 1255 |
+
"deletions": 99,
|
| 1256 |
+
"insertions": 73,
|
| 1257 |
+
"chars": 35419,
|
| 1258 |
+
"char_errors": 1393,
|
| 1259 |
+
"utterance_error": 155,
|
| 1260 |
+
"wer": 8.154585798816568,
|
| 1261 |
+
"cer": 3.9329173607385868
|
| 1262 |
+
},
|
| 1263 |
+
"orukeet": {
|
| 1264 |
+
"words": 5408,
|
| 1265 |
+
"errors": 441,
|
| 1266 |
+
"substitutions": 260,
|
| 1267 |
+
"deletions": 114,
|
| 1268 |
+
"insertions": 67,
|
| 1269 |
+
"chars": 35419,
|
| 1270 |
+
"char_errors": 1411,
|
| 1271 |
+
"utterance_error": 153,
|
| 1272 |
+
"wer": 8.154585798816568,
|
| 1273 |
+
"cer": 3.983737541997233
|
| 1274 |
+
}
|
| 1275 |
+
}
|
| 1276 |
+
},
|
| 1277 |
+
"voxpopuli_es": {
|
| 1278 |
+
"rows": 256,
|
| 1279 |
+
"hours": 0.8307443402777775,
|
| 1280 |
+
"language": "es",
|
| 1281 |
+
"models": {
|
| 1282 |
+
"parakeet": {
|
| 1283 |
+
"words": 7740,
|
| 1284 |
+
"errors": 474,
|
| 1285 |
+
"substitutions": 216,
|
| 1286 |
+
"deletions": 151,
|
| 1287 |
+
"insertions": 107,
|
| 1288 |
+
"chars": 46958,
|
| 1289 |
+
"char_errors": 1994,
|
| 1290 |
+
"utterance_error": 121,
|
| 1291 |
+
"wer": 6.124031007751938,
|
| 1292 |
+
"cer": 4.246347800161847
|
| 1293 |
+
},
|
| 1294 |
+
"orukeet": {
|
| 1295 |
+
"words": 7740,
|
| 1296 |
+
"errors": 487,
|
| 1297 |
+
"substitutions": 224,
|
| 1298 |
+
"deletions": 150,
|
| 1299 |
+
"insertions": 113,
|
| 1300 |
+
"chars": 46958,
|
| 1301 |
+
"char_errors": 2037,
|
| 1302 |
+
"utterance_error": 120,
|
| 1303 |
+
"wer": 6.291989664082688,
|
| 1304 |
+
"cer": 4.3379189914391585
|
| 1305 |
+
}
|
| 1306 |
+
}
|
| 1307 |
+
},
|
| 1308 |
+
"voxpopuli_hu": {
|
| 1309 |
+
"rows": 256,
|
| 1310 |
+
"hours": 0.7771814756944443,
|
| 1311 |
+
"language": "hu",
|
| 1312 |
+
"models": {
|
| 1313 |
+
"parakeet": {
|
| 1314 |
+
"words": 5597,
|
| 1315 |
+
"errors": 773,
|
| 1316 |
+
"substitutions": 562,
|
| 1317 |
+
"deletions": 111,
|
| 1318 |
+
"insertions": 100,
|
| 1319 |
+
"chars": 40981,
|
| 1320 |
+
"char_errors": 1683,
|
| 1321 |
+
"utterance_error": 219,
|
| 1322 |
+
"wer": 13.8109701625871,
|
| 1323 |
+
"cer": 4.1067811912837655
|
| 1324 |
+
},
|
| 1325 |
+
"orukeet": {
|
| 1326 |
+
"words": 5597,
|
| 1327 |
+
"errors": 727,
|
| 1328 |
+
"substitutions": 512,
|
| 1329 |
+
"deletions": 126,
|
| 1330 |
+
"insertions": 89,
|
| 1331 |
+
"chars": 40981,
|
| 1332 |
+
"char_errors": 1587,
|
| 1333 |
+
"utterance_error": 210,
|
| 1334 |
+
"wer": 12.989101304270145,
|
| 1335 |
+
"cer": 3.872526292672214
|
| 1336 |
+
}
|
| 1337 |
+
}
|
| 1338 |
+
},
|
| 1339 |
+
"voxpopuli_it": {
|
| 1340 |
+
"rows": 256,
|
| 1341 |
+
"hours": 0.9244941145833333,
|
| 1342 |
+
"language": "it",
|
| 1343 |
+
"models": {
|
| 1344 |
+
"parakeet": {
|
| 1345 |
+
"words": 8239,
|
| 1346 |
+
"errors": 954,
|
| 1347 |
+
"substitutions": 347,
|
| 1348 |
+
"deletions": 401,
|
| 1349 |
+
"insertions": 206,
|
| 1350 |
+
"chars": 51717,
|
| 1351 |
+
"char_errors": 4507,
|
| 1352 |
+
"utterance_error": 179,
|
| 1353 |
+
"wer": 11.579075130477,
|
| 1354 |
+
"cer": 8.714735966896765
|
| 1355 |
+
},
|
| 1356 |
+
"orukeet": {
|
| 1357 |
+
"words": 8239,
|
| 1358 |
+
"errors": 987,
|
| 1359 |
+
"substitutions": 272,
|
| 1360 |
+
"deletions": 475,
|
| 1361 |
+
"insertions": 240,
|
| 1362 |
+
"chars": 51717,
|
| 1363 |
+
"char_errors": 4943,
|
| 1364 |
+
"utterance_error": 184,
|
| 1365 |
+
"wer": 11.979609175870857,
|
| 1366 |
+
"cer": 9.557785641085136
|
| 1367 |
+
}
|
| 1368 |
+
}
|
| 1369 |
+
},
|
| 1370 |
+
"voxpopuli_nl": {
|
| 1371 |
+
"rows": 256,
|
| 1372 |
+
"hours": 0.5597956423611112,
|
| 1373 |
+
"language": "nl",
|
| 1374 |
+
"models": {
|
| 1375 |
+
"parakeet": {
|
| 1376 |
+
"words": 5453,
|
| 1377 |
+
"errors": 568,
|
| 1378 |
+
"substitutions": 288,
|
| 1379 |
+
"deletions": 169,
|
| 1380 |
+
"insertions": 111,
|
| 1381 |
+
"chars": 33326,
|
| 1382 |
+
"char_errors": 1890,
|
| 1383 |
+
"utterance_error": 183,
|
| 1384 |
+
"wer": 10.416284613973959,
|
| 1385 |
+
"cer": 5.671247674488387
|
| 1386 |
+
},
|
| 1387 |
+
"orukeet": {
|
| 1388 |
+
"words": 5453,
|
| 1389 |
+
"errors": 572,
|
| 1390 |
+
"substitutions": 285,
|
| 1391 |
+
"deletions": 178,
|
| 1392 |
+
"insertions": 109,
|
| 1393 |
+
"chars": 33326,
|
| 1394 |
+
"char_errors": 1879,
|
| 1395 |
+
"utterance_error": 181,
|
| 1396 |
+
"wer": 10.489638730973775,
|
| 1397 |
+
"cer": 5.638240412890836
|
| 1398 |
+
}
|
| 1399 |
+
}
|
| 1400 |
+
},
|
| 1401 |
+
"voxpopuli_pl": {
|
| 1402 |
+
"rows": 256,
|
| 1403 |
+
"hours": 0.7600847395833334,
|
| 1404 |
+
"language": "pl",
|
| 1405 |
+
"models": {
|
| 1406 |
+
"parakeet": {
|
| 1407 |
+
"words": 5432,
|
| 1408 |
+
"errors": 354,
|
| 1409 |
+
"substitutions": 206,
|
| 1410 |
+
"deletions": 76,
|
| 1411 |
+
"insertions": 72,
|
| 1412 |
+
"chars": 39743,
|
| 1413 |
+
"char_errors": 1359,
|
| 1414 |
+
"utterance_error": 142,
|
| 1415 |
+
"wer": 6.516936671575847,
|
| 1416 |
+
"cer": 3.4194700953627053
|
| 1417 |
+
},
|
| 1418 |
+
"orukeet": {
|
| 1419 |
+
"words": 5432,
|
| 1420 |
+
"errors": 346,
|
| 1421 |
+
"substitutions": 200,
|
| 1422 |
+
"deletions": 72,
|
| 1423 |
+
"insertions": 74,
|
| 1424 |
+
"chars": 39743,
|
| 1425 |
+
"char_errors": 1357,
|
| 1426 |
+
"utterance_error": 142,
|
| 1427 |
+
"wer": 6.369661266568483,
|
| 1428 |
+
"cer": 3.4144377626248645
|
| 1429 |
+
}
|
| 1430 |
+
}
|
| 1431 |
+
},
|
| 1432 |
+
"voxpopuli_ro": {
|
| 1433 |
+
"rows": 256,
|
| 1434 |
+
"hours": 0.8114564409722217,
|
| 1435 |
+
"language": "ro",
|
| 1436 |
+
"models": {
|
| 1437 |
+
"parakeet": {
|
| 1438 |
+
"words": 7447,
|
| 1439 |
+
"errors": 893,
|
| 1440 |
+
"substitutions": 675,
|
| 1441 |
+
"deletions": 144,
|
| 1442 |
+
"insertions": 74,
|
| 1443 |
+
"chars": 47152,
|
| 1444 |
+
"char_errors": 2072,
|
| 1445 |
+
"utterance_error": 218,
|
| 1446 |
+
"wer": 11.99140593527595,
|
| 1447 |
+
"cer": 4.394299287410926
|
| 1448 |
+
},
|
| 1449 |
+
"orukeet": {
|
| 1450 |
+
"words": 7447,
|
| 1451 |
+
"errors": 868,
|
| 1452 |
+
"substitutions": 638,
|
| 1453 |
+
"deletions": 154,
|
| 1454 |
+
"insertions": 76,
|
| 1455 |
+
"chars": 47152,
|
| 1456 |
+
"char_errors": 1980,
|
| 1457 |
+
"utterance_error": 215,
|
| 1458 |
+
"wer": 11.655700281992749,
|
| 1459 |
+
"cer": 4.199185612487275
|
| 1460 |
+
}
|
| 1461 |
+
}
|
| 1462 |
+
}
|
| 1463 |
+
},
|
| 1464 |
+
"models": {
|
| 1465 |
+
"parakeet": "3cbdc85877e668ca7b82d0d56770eb1fac76691f55d6b97545e8d61ca588d10d",
|
| 1466 |
+
"orukeet": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56"
|
| 1467 |
+
},
|
| 1468 |
+
"manifest_sha256": "c16b21855716bc1f62a9c55f775b137cc720a944f3e9343fd8993788db2eaa8e",
|
| 1469 |
+
"script_sha256": "1c8951a18eba92ae8fe12c537149c961ae0c0e6f748216e27488305b5a2806c2",
|
| 1470 |
+
"normalizer_sha256": "138b700db56379c5b1965c67c704b2f9ea37071bb0c959d64209ed82f305e0d2",
|
| 1471 |
+
"decoding": {
|
| 1472 |
+
"strategy": "greedy_batch",
|
| 1473 |
+
"model_type": "tdt",
|
| 1474 |
+
"durations": [
|
| 1475 |
+
0,
|
| 1476 |
+
1,
|
| 1477 |
+
2,
|
| 1478 |
+
3,
|
| 1479 |
+
4
|
| 1480 |
+
],
|
| 1481 |
+
"greedy": {
|
| 1482 |
+
"max_symbols": 10
|
| 1483 |
+
},
|
| 1484 |
+
"beam": {
|
| 1485 |
+
"beam_size": 2,
|
| 1486 |
+
"return_best_hypothesis": false,
|
| 1487 |
+
"score_norm": true,
|
| 1488 |
+
"tsd_max_sym_exp": 50,
|
| 1489 |
+
"alsd_max_target_len": 2.0
|
| 1490 |
+
}
|
| 1491 |
+
},
|
| 1492 |
+
"precision": "FP32 weights, BF16 CUDA autocast, TF32 matrix multiplication disabled",
|
| 1493 |
+
"normalizers": {
|
| 1494 |
+
"en": "Whisper EnglishTextNormalizer",
|
| 1495 |
+
"other": "Recorded multilingual normalizer"
|
| 1496 |
+
},
|
| 1497 |
+
"empty_output_handling": "Every manifest record is scored; empty hypotheses remain.",
|
| 1498 |
+
"timings": {
|
| 1499 |
+
"parakeet": {
|
| 1500 |
+
"seconds": 99.74245833995519,
|
| 1501 |
+
"rows": 12006
|
| 1502 |
+
},
|
| 1503 |
+
"orukeet": {
|
| 1504 |
+
"seconds": 95.6186072769924,
|
| 1505 |
+
"rows": 12006
|
| 1506 |
+
}
|
| 1507 |
+
},
|
| 1508 |
+
"prediction_sha256": {
|
| 1509 |
+
"parakeet": "7dea719a080b71b4e5bf3b731af07f36d2ba7953265aa359813407880994f90f",
|
| 1510 |
+
"orukeet": "525d958901b5e7b345719dc77fa8b7231dbe24a4b48dc273ea76b23df35ad7fa"
|
| 1511 |
+
},
|
| 1512 |
+
"numeric_evidence_sha256": "5e14b3748855b438630dbf7dda49d73379e49c1ac490f055fbe76d68ca31f0c8"
|
| 1513 |
+
}
|
evidence/domains-r3-20260908/launch.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"pid": 80108, "command": ["/opt/venv/bin/python", "/home/nathanroll/parakeet-ft/standard_asr_20260908/run.py", "--manifest", "/home/nathanroll/parakeet-ft/domains_r3_20260908/manifest.jsonl", "--parakeet", "/home/nathanroll/parakeet-ft/models/parakeet-tdt-0.6b-v3/parakeet-tdt-0.6b-v3.nemo", "--orukeet", "/dev/shm/orukeet-librispeech-ft-20260908/r3/checkpoints/orukeet-targeted-ft.nemo", "--orukeet-sha256", "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56", "--metric-code", "/home/nathanroll/parakeet-ft/unseen_20260907/code", "--output", "/home/nathanroll/parakeet-ft/domains_r3_20260908/evaluation"], "baseline_reuse": false, "publication_authorized": false, "source_manifest_sha256": "de74268f6e85706671c936108d5c3cab2d73ae77f6abb9a589e3d7af556d2a1f", "manifest_sha256": "c16b21855716bc1f62a9c55f775b137cc720a944f3e9343fd8993788db2eaa8e", "all_source_fields_unchanged": true, "wait_for": 80021}
|
evidence/domains-r3-20260908/numeric-evidence.jsonl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:298f3164c745523f25b2e7df25492dab5b6607c149ea561d44af3720c29236df
|
| 3 |
+
size 719000
|
evidence/domains-r3-20260908/scores.csv
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
split,clips,hours,parakeet_wer,parakeet_cer,parakeet_errors,parakeet_words,orukeet_wer,orukeet_cer,orukeet_errors,orukeet_words
|
| 2 |
+
eurospeech_bg,256,1.072353802083333,14.21858216970999,7.198539675722109,1059,7448,13.03705692803437,6.717491678299152,971,7448
|
| 3 |
+
eurospeech_de,256,1.0912282638888895,13.40047393364929,8.533264834318008,1131,8440,11.142687981053879,7.147872249336416,941,8445
|
| 4 |
+
eurospeech_el,256,1.0396271527777776,25.828065739570164,8.472534849741342,2043,7910,26.35306019221042,9.009596019428978,2084,7908
|
| 5 |
+
eurospeech_en,256,1.0540027430555547,24.398090493980906,17.845920468089716,2351,9636,23.765047737650477,17.493769639180844,2290,9636
|
| 6 |
+
eurospeech_et,256,1.0695780555555554,34.668040630060354,14.607826671145448,2355,6793,25.325251330573625,11.943651326839099,1713,6764
|
| 7 |
+
eurospeech_fi,256,1.0576934722222222,16.61372299872935,7.178711940616703,1046,6296,15.20356234096692,6.771711533616296,956,6288
|
| 8 |
+
eurospeech_fr,256,1.0628877083333337,19.423112942498594,11.372351794807317,2074,10678,14.283038306640442,8.805871628842647,1525,10677
|
| 9 |
+
eurospeech_hr,256,1.0454521527777771,12.92816206850593,8.677776319818047,970,7503,12.556651559584111,8.461269299741941,942,7502
|
| 10 |
+
eurospeech_it,256,1.0571320486111113,10.951906304510342,6.810519217801753,879,8026,12.32398753894081,8.337630399428821,989,8025
|
| 11 |
+
eurospeech_lt,256,1.0921616319444443,38.43658272825583,16.15373194476849,2488,6473,33.10142238713667,14.340254947292511,2141,6468
|
| 12 |
+
eurospeech_lv,256,1.0540805208333333,57.17844908128309,26.650800422101977,3672,6422,42.13973799126637,17.20963649834976,2702,6412
|
| 13 |
+
eurospeech_mt,256,1.0746674826388882,36.83468000513018,19.343275939320232,2872,7797,36.14674191893278,18.88881776867439,2818,7796
|
| 14 |
+
eurospeech_pt,256,1.0251623090277782,23.078793774319067,17.669622602598473,1898,8224,23.805471124620063,18.42029284388534,1958,8225
|
| 15 |
+
eurospeech_sk,256,1.0663451041666665,17.292612463887743,7.757985524205782,1257,7269,14.907088781830694,6.928011095219521,1083,7265
|
| 16 |
+
eurospeech_sl,256,1.042155416666667,48.42661851947382,15.927240461401952,3755,7754,50.23231801755292,16.52089407191448,3892,7748
|
| 17 |
+
eurospeech_uk,256,1.0933650694444448,13.651692971806286,7.586263153601435,1012,7413,14.249089191742005,7.586263153601435,1056,7411
|
| 18 |
+
gigaspeechbench_ait_en,256,0.5016255555555552,8.712793219002563,4.862149622301469,442,5073,7.983441750443524,4.402009279496913,405,5073
|
| 19 |
+
gigaspeechbench_chn_en,256,0.3659214236111112,14.490161001788909,8.99429386590585,405,2795,13.559928443649374,8.41654778887304,379,2795
|
| 20 |
+
gigaspeechbench_phl_en,256,0.3380872395833332,13.30105383081743,8.279526884178047,467,3511,12.788379379094275,7.622421575909948,449,3511
|
| 21 |
+
gigaspeechbench_ind_en,256,0.5177380729166666,6.5031374786081,3.202919807620152,342,5259,5.590416428978894,2.520721765528533,294,5259
|
| 22 |
+
gigaspeechbench_jpn_en,256,0.312707482638889,19.14643696162882,11.885179809708111,489,2554,17.776037588097104,10.861151427189164,454,2554
|
| 23 |
+
gigaspeechbench_sct_en,256,0.23421114583333333,22.077464788732396,14.595704127263398,627,2840,20.35211267605634,13.122205116926912,578,2840
|
| 24 |
+
gigaspeechbench_sgp_en,256,0.2844177951388889,13.892251815980629,9.249230769230769,459,3304,12.86319612590799,8.20923076923077,425,3304
|
| 25 |
+
gigaspeechbench_agr_en,256,0.4082733159722223,6.201716738197425,3.9577156117055563,289,4660,5.836909871244635,3.407674788363199,272,4660
|
| 26 |
+
gigaspeechbench_art_en,256,0.4463050000000003,5.474367896079796,2.8596452813663236,236,4311,4.8712595685455815,2.4655134661703526,210,4311
|
| 27 |
+
gigaspeechbench_bio_en,256,0.5044194444444443,3.6748101005953604,1.6162557339449541,179,4871,3.305276123999179,1.365395642201835,161,4871
|
| 28 |
+
gigaspeechbench_ecm_en,256,0.47235996527777796,7.051724137931035,4.29613617941097,409,5800,6.568965517241379,3.9651445555255336,381,5800
|
| 29 |
+
gigaspeechbench_eng_en,256,0.46552720486111093,4.057971014492754,2.1933532054989544,182,4485,3.500557413600892,1.846331805845976,157,4485
|
| 30 |
+
gigaspeechbench_ent_en,256,0.2886933854166668,10.403225806451612,6.795450648682631,387,3720,8.870967741935484,5.640967022918215,330,3720
|
| 31 |
+
gigaspeechbench_fin_en,256,0.4903747569444444,5.814553586788233,3.4145192760546323,338,5813,5.109237915018063,3.0041041512480655,297,5813
|
| 32 |
+
gigaspeechbench_hum_en,256,0.5111050347222221,7.981035163966811,4.69179211075706,404,5062,7.467404188067957,4.193678350364428,378,5062
|
| 33 |
+
gigaspeechbench_law_en,256,0.39185109375,9.752400202122285,5.368061239227769,386,3958,9.044972208185953,5.031052910307641,358,3958
|
| 34 |
+
gigaspeechbench_med_en,256,0.5099035937499998,3.485050466577795,1.7542020477338645,183,5251,3.180346600647496,1.551525317119195,167,5251
|
| 35 |
+
gigaspeechbench_mil_en,256,0.545510017361111,3.4268436082647407,1.5447229673480714,204,5953,3.0572820426675626,1.4028921160546357,182,5953
|
| 36 |
+
golos_crowd_ru,256,0.2929183506944444,2.83960092095165,0.6572769953051644,37,1303,2.9185867895545314,0.715962441314554,38,1302
|
| 37 |
+
golos_farfield_ru,256,0.18247008680555546,7.981220657276995,2.593286269989915,85,1065,9.099437148217635,3.0255006483215676,97,1066
|
| 38 |
+
lesbos_el,230,0.11232479166666667,94.78337754199823,71.14093959731544,1072,1131,93.54553492484527,71.65720185854414,1058,1131
|
| 39 |
+
monsoon_en_in,256,0.6956833333333333,4.122535440769106,1.920860545524395,253,6137,3.7803487045787842,1.8024074785503905,232,6137
|
| 40 |
+
nst_da_da,256,0.3674177777777777,26.487747957992998,12.505468863934665,681,2571,11.593640946103141,4.404258422050459,299,2579
|
| 41 |
+
nst_sv_sv,256,0.3503472222222222,16.565656565656564,6.865747830525779,328,1980,12.355600200904068,3.547728432873915,246,1991
|
| 42 |
+
voxpopuli_cs,256,0.6932252083333335,7.318880859736891,3.92727067393207,395,5397,7.394366197183099,3.983737541997233,399,5396
|
| 43 |
+
voxpopuli_es,256,0.8307443402777775,6.073136064090968,4.246347800161847,470,7739,6.203153269578703,4.3379189914391585,480,7738
|
| 44 |
+
voxpopuli_hu,256,0.7771814756944443,11.995696611081227,4.097020570508285,669,5577,11.047345767575322,3.8749664478660844,616,5576
|
| 45 |
+
voxpopuli_it,256,0.9244941145833333,11.368881331227985,8.714735966896765,936,8233,11.815421979356406,9.557785641085136,973,8235
|
| 46 |
+
voxpopuli_nl,256,0.5597956423611112,9.500183755972069,5.671247674488387,517,5442,9.558823529411764,5.626237772309908,520,5440
|
| 47 |
+
voxpopuli_pl,256,0.7600847395833334,6.481310992450746,3.4194700953627053,352,5431,6.241944393297735,3.4144377626248645,339,5431
|
| 48 |
+
voxpopuli_ro,256,0.8114564409722217,11.480037639467671,4.25432643366135,854,7439,11.199247109438021,4.158890397013913,833,7438
|
evidence/domains-r3-20260908/transfer.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "complete",
|
| 3 |
+
"archive_sha256": "d862a08e5b97e49d5a21d075a3316364cc270dcdb89ad6d4f2782a2e4ce5e980",
|
| 4 |
+
"files_sha256": {
|
| 5 |
+
"orukeet.jsonl": "525d958901b5e7b345719dc77fa8b7231dbe24a4b48dc273ea76b23df35ad7fa",
|
| 6 |
+
"run.log": "adb30a2b9c7510591b0134b2966bbe59c292ca0db85d911998fe8f33a393115a",
|
| 7 |
+
"decoding.json": "dd264a738b97cabfd1755556df9e844fa04493843738a20deecd2c9c7721fb15",
|
| 8 |
+
"inference-comparison.json": "3892c802fd85d6cab5bee77b69a774b0fa6308294f6a7e5e536ef89300e853ba",
|
| 9 |
+
"parakeet.jsonl": "7dea719a080b71b4e5bf3b731af07f36d2ba7953265aa359813407880994f90f",
|
| 10 |
+
"manifest.jsonl": "c16b21855716bc1f62a9c55f775b137cc720a944f3e9343fd8993788db2eaa8e",
|
| 11 |
+
"launch.json": "76c92e393db29d67be6a46f153cf863d5d4afd6f10f9603d3a30ad1e0c4b37d8"
|
| 12 |
+
},
|
| 13 |
+
"publication_authorized": false
|
| 14 |
+
}
|
evidence/r3-promotion-20260908/ci/smoke-results-ci-darwin-arm64.json
ADDED
|
@@ -0,0 +1,659 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "passed",
|
| 3 |
+
"scope": "private compiled native sidecar prototype; not an Electron app benchmark or cross-platform package certification",
|
| 4 |
+
"created_at": "2026-09-08T21:34:02.903Z",
|
| 5 |
+
"platform": "darwin",
|
| 6 |
+
"arch": "arm64",
|
| 7 |
+
"os_release": "23.6.0",
|
| 8 |
+
"cpu": "Apple M1 (Virtual)",
|
| 9 |
+
"node": "v24.20.0",
|
| 10 |
+
"model_sha256": "93ce19c6d8244acbfea980eeaf970531d4f216171578ef8e041dcc2d070a45bd",
|
| 11 |
+
"model_bytes": 714456704,
|
| 12 |
+
"model_identity": {
|
| 13 |
+
"stage": "canonical"
|
| 14 |
+
},
|
| 15 |
+
"runtime_archive_sha256": "971661d38d4bf97a63c528d13041a964316d25068d8df045e5b4839848092f25",
|
| 16 |
+
"runtime_archive": "nemo-speech-0.1.0-macos-aarch64-cpu.tar.gz",
|
| 17 |
+
"sidecar_sha256": "4f262db97807e986fcd4ac43d8658c4dfb4f9ef7d971eb7027904f8909841614",
|
| 18 |
+
"device": "cpu",
|
| 19 |
+
"checks": [
|
| 20 |
+
{
|
| 21 |
+
"name": "released_q8_and_runtime_archive_hashes",
|
| 22 |
+
"passed": true
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"name": "relocated_bin_lib_startup_without_loader_environment",
|
| 26 |
+
"passed": true,
|
| 27 |
+
"ready": {
|
| 28 |
+
"event": "ready",
|
| 29 |
+
"protocol_version": 1,
|
| 30 |
+
"device": "cpu",
|
| 31 |
+
"gpu_index": -1,
|
| 32 |
+
"runtime_version": "nemo-speech-asr 0.1.0"
|
| 33 |
+
},
|
| 34 |
+
"elapsed_ms": 162.11695800000007
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"name": "unicode_model_cli_path_loaded",
|
| 38 |
+
"passed": true,
|
| 39 |
+
"filename": "模型 épreuve with spaces/Orukeet 🦜.gguf"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"name": "two_real_model_requests_same_process_unicode_audio_path",
|
| 43 |
+
"passed": true,
|
| 44 |
+
"results": [
|
| 45 |
+
{
|
| 46 |
+
"elapsed_ms": 11761.855334,
|
| 47 |
+
"audio_seconds": 11,
|
| 48 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 49 |
+
"words": [
|
| 50 |
+
{
|
| 51 |
+
"text": "And",
|
| 52 |
+
"start": 0.24,
|
| 53 |
+
"end": 0.56
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"text": "so,",
|
| 57 |
+
"start": 0.56,
|
| 58 |
+
"end": 1.04
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"text": "my",
|
| 62 |
+
"start": 1.04,
|
| 63 |
+
"end": 1.28
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"text": "fellow",
|
| 67 |
+
"start": 1.28,
|
| 68 |
+
"end": 1.76
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"text": "Americans,",
|
| 72 |
+
"start": 1.76,
|
| 73 |
+
"end": 3.28
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"text": "ask",
|
| 77 |
+
"start": 3.28,
|
| 78 |
+
"end": 3.92
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"text": "not",
|
| 82 |
+
"start": 4.24,
|
| 83 |
+
"end": 4.56
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"text": "what",
|
| 87 |
+
"start": 5.2,
|
| 88 |
+
"end": 5.52
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"text": "your",
|
| 92 |
+
"start": 5.52,
|
| 93 |
+
"end": 5.68
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"text": "country",
|
| 97 |
+
"start": 6,
|
| 98 |
+
"end": 6.56
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"text": "can",
|
| 102 |
+
"start": 6.56,
|
| 103 |
+
"end": 6.8
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"text": "do",
|
| 107 |
+
"start": 6.8,
|
| 108 |
+
"end": 7.12
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"text": "for",
|
| 112 |
+
"start": 7.12,
|
| 113 |
+
"end": 7.44
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"text": "you,",
|
| 117 |
+
"start": 7.44,
|
| 118 |
+
"end": 8.16
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"text": "ask",
|
| 122 |
+
"start": 8.16,
|
| 123 |
+
"end": 8.72
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"text": "what",
|
| 127 |
+
"start": 8.72,
|
| 128 |
+
"end": 8.96
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"text": "you",
|
| 132 |
+
"start": 8.96,
|
| 133 |
+
"end": 9.2
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"text": "can",
|
| 137 |
+
"start": 9.2,
|
| 138 |
+
"end": 9.52
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"text": "do",
|
| 142 |
+
"start": 9.52,
|
| 143 |
+
"end": 9.68
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"text": "for",
|
| 147 |
+
"start": 9.68,
|
| 148 |
+
"end": 9.92
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"text": "your",
|
| 152 |
+
"start": 9.92,
|
| 153 |
+
"end": 10.08
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"text": "country.",
|
| 157 |
+
"start": 10.08,
|
| 158 |
+
"end": 10.8
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"final": true
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"elapsed_ms": 9964.29875,
|
| 165 |
+
"audio_seconds": 11,
|
| 166 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 167 |
+
"words": [
|
| 168 |
+
{
|
| 169 |
+
"text": "And",
|
| 170 |
+
"start": 0.24,
|
| 171 |
+
"end": 0.56
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"text": "so,",
|
| 175 |
+
"start": 0.56,
|
| 176 |
+
"end": 1.04
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"text": "my",
|
| 180 |
+
"start": 1.04,
|
| 181 |
+
"end": 1.28
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"text": "fellow",
|
| 185 |
+
"start": 1.28,
|
| 186 |
+
"end": 1.76
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"text": "Americans,",
|
| 190 |
+
"start": 1.76,
|
| 191 |
+
"end": 3.28
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"text": "ask",
|
| 195 |
+
"start": 3.28,
|
| 196 |
+
"end": 3.92
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"text": "not",
|
| 200 |
+
"start": 4.24,
|
| 201 |
+
"end": 4.56
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"text": "what",
|
| 205 |
+
"start": 5.2,
|
| 206 |
+
"end": 5.52
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"text": "your",
|
| 210 |
+
"start": 5.52,
|
| 211 |
+
"end": 5.68
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"text": "country",
|
| 215 |
+
"start": 6,
|
| 216 |
+
"end": 6.56
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"text": "can",
|
| 220 |
+
"start": 6.56,
|
| 221 |
+
"end": 6.8
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"text": "do",
|
| 225 |
+
"start": 6.8,
|
| 226 |
+
"end": 7.12
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"text": "for",
|
| 230 |
+
"start": 7.12,
|
| 231 |
+
"end": 7.44
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"text": "you,",
|
| 235 |
+
"start": 7.44,
|
| 236 |
+
"end": 8.16
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"text": "ask",
|
| 240 |
+
"start": 8.16,
|
| 241 |
+
"end": 8.72
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"text": "what",
|
| 245 |
+
"start": 8.72,
|
| 246 |
+
"end": 8.96
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"text": "you",
|
| 250 |
+
"start": 8.96,
|
| 251 |
+
"end": 9.2
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"text": "can",
|
| 255 |
+
"start": 9.2,
|
| 256 |
+
"end": 9.52
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"text": "do",
|
| 260 |
+
"start": 9.52,
|
| 261 |
+
"end": 9.68
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"text": "for",
|
| 265 |
+
"start": 9.68,
|
| 266 |
+
"end": 9.92
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"text": "your",
|
| 270 |
+
"start": 9.92,
|
| 271 |
+
"end": 10.08
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"text": "country.",
|
| 275 |
+
"start": 10.08,
|
| 276 |
+
"end": 10.8
|
| 277 |
+
}
|
| 278 |
+
],
|
| 279 |
+
"final": true
|
| 280 |
+
}
|
| 281 |
+
]
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"name": "multilingual_fr_fr_repeats_without_added_word_errors",
|
| 285 |
+
"passed": true,
|
| 286 |
+
"fixture_sha256": "9da159e147d71fbe799a06415fdc91e0ba9e049f3d16f94cb88e4f29f4bf5f02",
|
| 287 |
+
"reference": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 288 |
+
"prior_fixture_text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 289 |
+
"result": {
|
| 290 |
+
"audio_seconds": 9.42,
|
| 291 |
+
"text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 292 |
+
"words": [
|
| 293 |
+
{
|
| 294 |
+
"text": "Les",
|
| 295 |
+
"start": 0,
|
| 296 |
+
"end": 0.16
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"text": "voyageurs",
|
| 300 |
+
"start": 0.16,
|
| 301 |
+
"end": 0.56
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"text": "à",
|
| 305 |
+
"start": 0.56,
|
| 306 |
+
"end": 0.72
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"text": "destination",
|
| 310 |
+
"start": 0.72,
|
| 311 |
+
"end": 1.12
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"text": "de",
|
| 315 |
+
"start": 1.12,
|
| 316 |
+
"end": 1.28
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"text": "pays",
|
| 320 |
+
"start": 1.28,
|
| 321 |
+
"end": 1.52
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"text": "où",
|
| 325 |
+
"start": 1.52,
|
| 326 |
+
"end": 1.68
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"text": "les",
|
| 330 |
+
"start": 1.68,
|
| 331 |
+
"end": 1.84
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"text": "taxes",
|
| 335 |
+
"start": 1.84,
|
| 336 |
+
"end": 2.08
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"text": "sont",
|
| 340 |
+
"start": 2.08,
|
| 341 |
+
"end": 2.24
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"text": "élevées",
|
| 345 |
+
"start": 2.24,
|
| 346 |
+
"end": 2.48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"text": "peuvent",
|
| 350 |
+
"start": 2.64,
|
| 351 |
+
"end": 2.88
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"text": "parfois",
|
| 355 |
+
"start": 2.88,
|
| 356 |
+
"end": 3.12
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"text": "faire",
|
| 360 |
+
"start": 3.12,
|
| 361 |
+
"end": 3.28
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"text": "des",
|
| 365 |
+
"start": 3.28,
|
| 366 |
+
"end": 3.44
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"text": "économies",
|
| 370 |
+
"start": 3.44,
|
| 371 |
+
"end": 3.92
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"text": "considérables,",
|
| 375 |
+
"start": 3.92,
|
| 376 |
+
"end": 4.64
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"text": "en",
|
| 380 |
+
"start": 4.64,
|
| 381 |
+
"end": 4.8
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"text": "particulier",
|
| 385 |
+
"start": 4.8,
|
| 386 |
+
"end": 5.52
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"text": "sur",
|
| 390 |
+
"start": 5.68,
|
| 391 |
+
"end": 5.92
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"text": "des",
|
| 395 |
+
"start": 5.92,
|
| 396 |
+
"end": 6.08
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"text": "produits",
|
| 400 |
+
"start": 6.08,
|
| 401 |
+
"end": 6.64
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"text": "comme",
|
| 405 |
+
"start": 6.64,
|
| 406 |
+
"end": 6.88
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"text": "les",
|
| 410 |
+
"start": 6.88,
|
| 411 |
+
"end": 7.04
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"text": "boissons",
|
| 415 |
+
"start": 7.04,
|
| 416 |
+
"end": 7.52
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"text": "alcoolisées",
|
| 420 |
+
"start": 7.52,
|
| 421 |
+
"end": 8.32
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"text": "ou",
|
| 425 |
+
"start": 8.32,
|
| 426 |
+
"end": 8.4
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"text": "le",
|
| 430 |
+
"start": 8.4,
|
| 431 |
+
"end": 8.64
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"text": "tabac.",
|
| 435 |
+
"start": 8.64,
|
| 436 |
+
"end": 9.2
|
| 437 |
+
}
|
| 438 |
+
],
|
| 439 |
+
"final": true
|
| 440 |
+
},
|
| 441 |
+
"reference_words": 29,
|
| 442 |
+
"prior_fixture_errors": 0,
|
| 443 |
+
"actual_errors": 0,
|
| 444 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 445 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 446 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"name": "multilingual_es_419_repeats_without_added_word_errors",
|
| 450 |
+
"passed": true,
|
| 451 |
+
"fixture_sha256": "25c2820fbfc09a588480efe521c5b31a4e1046756a0434da923d0faf9ff7bf49",
|
| 452 |
+
"reference": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 453 |
+
"prior_fixture_text": "Esto parece tener sentido ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 454 |
+
"result": {
|
| 455 |
+
"audio_seconds": 7.68,
|
| 456 |
+
"text": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 457 |
+
"words": [
|
| 458 |
+
{
|
| 459 |
+
"text": "Esto",
|
| 460 |
+
"start": 0.32,
|
| 461 |
+
"end": 0.88
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"text": "parece",
|
| 465 |
+
"start": 0.88,
|
| 466 |
+
"end": 1.36
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"text": "tener",
|
| 470 |
+
"start": 1.36,
|
| 471 |
+
"end": 1.76
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"text": "sentido,",
|
| 475 |
+
"start": 1.76,
|
| 476 |
+
"end": 2.4
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"text": "ya",
|
| 480 |
+
"start": 2.4,
|
| 481 |
+
"end": 2.64
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"text": "que",
|
| 485 |
+
"start": 2.64,
|
| 486 |
+
"end": 2.88
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"text": "en",
|
| 490 |
+
"start": 2.88,
|
| 491 |
+
"end": 3.04
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"text": "la",
|
| 495 |
+
"start": 3.04,
|
| 496 |
+
"end": 3.28
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"text": "Tierra",
|
| 500 |
+
"start": 3.28,
|
| 501 |
+
"end": 3.6
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"text": "no",
|
| 505 |
+
"start": 3.6,
|
| 506 |
+
"end": 3.76
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"text": "se",
|
| 510 |
+
"start": 3.76,
|
| 511 |
+
"end": 3.92
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"text": "percibe",
|
| 515 |
+
"start": 3.92,
|
| 516 |
+
"end": 4.64
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"text": "su",
|
| 520 |
+
"start": 4.64,
|
| 521 |
+
"end": 4.88
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"text": "movimiento,",
|
| 525 |
+
"start": 4.88,
|
| 526 |
+
"end": 5.52
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"text": "¿cierto?",
|
| 530 |
+
"start": 5.52,
|
| 531 |
+
"end": 6.72
|
| 532 |
+
}
|
| 533 |
+
],
|
| 534 |
+
"final": true
|
| 535 |
+
},
|
| 536 |
+
"reference_words": 15,
|
| 537 |
+
"prior_fixture_errors": 0,
|
| 538 |
+
"actual_errors": 0,
|
| 539 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 540 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 541 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"name": "multilingual_lv_lv_repeats_without_added_word_errors",
|
| 545 |
+
"passed": true,
|
| 546 |
+
"fixture_sha256": "0046336e59aca17a93029fcd1a6352751b118dab6ffb4fd1c215c7f048674e26",
|
| 547 |
+
"reference": "Tas mums ir devis vilcienus, automašīnas un daudzus citus transportlīdzekļus.",
|
| 548 |
+
"prior_fixture_text": "Tas mums ir devas vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 549 |
+
"result": {
|
| 550 |
+
"audio_seconds": 7.14,
|
| 551 |
+
"text": "Tas mums ir devis vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 552 |
+
"words": [
|
| 553 |
+
{
|
| 554 |
+
"text": "Tas",
|
| 555 |
+
"start": 0.88,
|
| 556 |
+
"end": 1.12
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"text": "mums",
|
| 560 |
+
"start": 1.36,
|
| 561 |
+
"end": 1.6
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"text": "ir",
|
| 565 |
+
"start": 1.68,
|
| 566 |
+
"end": 1.84
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"text": "devis",
|
| 570 |
+
"start": 1.84,
|
| 571 |
+
"end": 2.16
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"text": "vilcienus,",
|
| 575 |
+
"start": 2.32,
|
| 576 |
+
"end": 3.28
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"text": "automašīnas",
|
| 580 |
+
"start": 3.28,
|
| 581 |
+
"end": 4.16
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"text": "un",
|
| 585 |
+
"start": 4.16,
|
| 586 |
+
"end": 4.32
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"text": "daudzus",
|
| 590 |
+
"start": 4.32,
|
| 591 |
+
"end": 4.8
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"text": "citas",
|
| 595 |
+
"start": 4.8,
|
| 596 |
+
"end": 5.04
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"text": "transportlīdzekļus.",
|
| 600 |
+
"start": 5.2,
|
| 601 |
+
"end": 6.96
|
| 602 |
+
}
|
| 603 |
+
],
|
| 604 |
+
"final": true
|
| 605 |
+
},
|
| 606 |
+
"reference_words": 10,
|
| 607 |
+
"prior_fixture_errors": 2,
|
| 608 |
+
"actual_errors": 1,
|
| 609 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 610 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 611 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"name": "empty_returns_empty_text",
|
| 615 |
+
"passed": true
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"name": "silence_returns_empty_text",
|
| 619 |
+
"passed": true
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"name": "reject_bad-length",
|
| 623 |
+
"passed": true,
|
| 624 |
+
"error": "PCM byte count must be divisible by four"
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"name": "reject_nan",
|
| 628 |
+
"passed": true,
|
| 629 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"name": "reject_out-of-range",
|
| 633 |
+
"passed": true,
|
| 634 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"name": "reject_too-long",
|
| 638 |
+
"passed": true,
|
| 639 |
+
"error": "PCM exceeds the 30 second request limit"
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"name": "malformed_duplicate_oversized_and_invalid_id_requests_recover",
|
| 643 |
+
"passed": true
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"name": "invalid_operation_path_and_rate_recover",
|
| 647 |
+
"passed": true
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"name": "real_transcription_after_all_request_errors",
|
| 651 |
+
"passed": true
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"name": "shutdown_exit_zero_and_json_only_stdout",
|
| 655 |
+
"passed": true
|
| 656 |
+
}
|
| 657 |
+
],
|
| 658 |
+
"measurement": "Sequential smoke-call wall time includes file read and JSON IPC; no comparative speed claim. Startup includes loading, without weight hashing."
|
| 659 |
+
}
|
evidence/r3-promotion-20260908/ci/smoke-results-ci-linux-x64.json
ADDED
|
@@ -0,0 +1,659 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "passed",
|
| 3 |
+
"scope": "private compiled native sidecar prototype; not an Electron app benchmark or cross-platform package certification",
|
| 4 |
+
"created_at": "2026-09-08T21:33:34.358Z",
|
| 5 |
+
"platform": "linux",
|
| 6 |
+
"arch": "x64",
|
| 7 |
+
"os_release": "6.8.0-1064-azure",
|
| 8 |
+
"cpu": "AMD EPYC 7763 64-Core Processor",
|
| 9 |
+
"node": "v24.20.0",
|
| 10 |
+
"model_sha256": "93ce19c6d8244acbfea980eeaf970531d4f216171578ef8e041dcc2d070a45bd",
|
| 11 |
+
"model_bytes": 714456704,
|
| 12 |
+
"model_identity": {
|
| 13 |
+
"stage": "canonical"
|
| 14 |
+
},
|
| 15 |
+
"runtime_archive_sha256": "0f74131d631ad2c694cf0ec53490866bb6461147959589a69fb6fc231944065b",
|
| 16 |
+
"runtime_archive": "nemo-speech-0.1.0-linux-x86_64-cpu.tar.gz",
|
| 17 |
+
"sidecar_sha256": "34bd14764c7821aeef271b2d16c2e8e82b211a67c1a15b8328fb00225469f75c",
|
| 18 |
+
"device": "cpu",
|
| 19 |
+
"checks": [
|
| 20 |
+
{
|
| 21 |
+
"name": "released_q8_and_runtime_archive_hashes",
|
| 22 |
+
"passed": true
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"name": "relocated_bin_lib_startup_without_loader_environment",
|
| 26 |
+
"passed": true,
|
| 27 |
+
"ready": {
|
| 28 |
+
"event": "ready",
|
| 29 |
+
"protocol_version": 1,
|
| 30 |
+
"device": "cpu",
|
| 31 |
+
"gpu_index": -1,
|
| 32 |
+
"runtime_version": "nemo-speech-asr 0.1.0"
|
| 33 |
+
},
|
| 34 |
+
"elapsed_ms": 66.71482899999955
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"name": "unicode_model_cli_path_loaded",
|
| 38 |
+
"passed": true,
|
| 39 |
+
"filename": "模型 épreuve with spaces/Orukeet 🦜.gguf"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"name": "two_real_model_requests_same_process_unicode_audio_path",
|
| 43 |
+
"passed": true,
|
| 44 |
+
"results": [
|
| 45 |
+
{
|
| 46 |
+
"elapsed_ms": 6568.994298,
|
| 47 |
+
"audio_seconds": 11,
|
| 48 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 49 |
+
"words": [
|
| 50 |
+
{
|
| 51 |
+
"text": "And",
|
| 52 |
+
"start": 0.24,
|
| 53 |
+
"end": 0.56
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"text": "so,",
|
| 57 |
+
"start": 0.56,
|
| 58 |
+
"end": 1.04
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"text": "my",
|
| 62 |
+
"start": 1.04,
|
| 63 |
+
"end": 1.28
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"text": "fellow",
|
| 67 |
+
"start": 1.28,
|
| 68 |
+
"end": 1.76
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"text": "Americans,",
|
| 72 |
+
"start": 1.76,
|
| 73 |
+
"end": 3.28
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"text": "ask",
|
| 77 |
+
"start": 3.28,
|
| 78 |
+
"end": 3.92
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"text": "not",
|
| 82 |
+
"start": 4.24,
|
| 83 |
+
"end": 4.56
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"text": "what",
|
| 87 |
+
"start": 5.2,
|
| 88 |
+
"end": 5.52
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"text": "your",
|
| 92 |
+
"start": 5.52,
|
| 93 |
+
"end": 5.84
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"text": "country",
|
| 97 |
+
"start": 6,
|
| 98 |
+
"end": 6.56
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"text": "can",
|
| 102 |
+
"start": 6.56,
|
| 103 |
+
"end": 6.8
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"text": "do",
|
| 107 |
+
"start": 6.8,
|
| 108 |
+
"end": 7.12
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"text": "for",
|
| 112 |
+
"start": 7.12,
|
| 113 |
+
"end": 7.44
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"text": "you,",
|
| 117 |
+
"start": 7.44,
|
| 118 |
+
"end": 8.16
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"text": "ask",
|
| 122 |
+
"start": 8.16,
|
| 123 |
+
"end": 8.72
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"text": "what",
|
| 127 |
+
"start": 8.72,
|
| 128 |
+
"end": 8.96
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"text": "you",
|
| 132 |
+
"start": 8.96,
|
| 133 |
+
"end": 9.2
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"text": "can",
|
| 137 |
+
"start": 9.2,
|
| 138 |
+
"end": 9.52
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"text": "do",
|
| 142 |
+
"start": 9.52,
|
| 143 |
+
"end": 9.68
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"text": "for",
|
| 147 |
+
"start": 9.68,
|
| 148 |
+
"end": 9.92
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"text": "your",
|
| 152 |
+
"start": 9.92,
|
| 153 |
+
"end": 10.08
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"text": "country.",
|
| 157 |
+
"start": 10.08,
|
| 158 |
+
"end": 10.8
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"final": true
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"elapsed_ms": 6002.989813,
|
| 165 |
+
"audio_seconds": 11,
|
| 166 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 167 |
+
"words": [
|
| 168 |
+
{
|
| 169 |
+
"text": "And",
|
| 170 |
+
"start": 0.24,
|
| 171 |
+
"end": 0.56
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"text": "so,",
|
| 175 |
+
"start": 0.56,
|
| 176 |
+
"end": 1.04
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"text": "my",
|
| 180 |
+
"start": 1.04,
|
| 181 |
+
"end": 1.28
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"text": "fellow",
|
| 185 |
+
"start": 1.28,
|
| 186 |
+
"end": 1.76
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"text": "Americans,",
|
| 190 |
+
"start": 1.76,
|
| 191 |
+
"end": 3.28
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"text": "ask",
|
| 195 |
+
"start": 3.28,
|
| 196 |
+
"end": 3.92
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"text": "not",
|
| 200 |
+
"start": 4.24,
|
| 201 |
+
"end": 4.56
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"text": "what",
|
| 205 |
+
"start": 5.2,
|
| 206 |
+
"end": 5.52
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"text": "your",
|
| 210 |
+
"start": 5.52,
|
| 211 |
+
"end": 5.84
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"text": "country",
|
| 215 |
+
"start": 6,
|
| 216 |
+
"end": 6.56
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"text": "can",
|
| 220 |
+
"start": 6.56,
|
| 221 |
+
"end": 6.8
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"text": "do",
|
| 225 |
+
"start": 6.8,
|
| 226 |
+
"end": 7.12
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"text": "for",
|
| 230 |
+
"start": 7.12,
|
| 231 |
+
"end": 7.44
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"text": "you,",
|
| 235 |
+
"start": 7.44,
|
| 236 |
+
"end": 8.16
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"text": "ask",
|
| 240 |
+
"start": 8.16,
|
| 241 |
+
"end": 8.72
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"text": "what",
|
| 245 |
+
"start": 8.72,
|
| 246 |
+
"end": 8.96
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"text": "you",
|
| 250 |
+
"start": 8.96,
|
| 251 |
+
"end": 9.2
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"text": "can",
|
| 255 |
+
"start": 9.2,
|
| 256 |
+
"end": 9.52
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"text": "do",
|
| 260 |
+
"start": 9.52,
|
| 261 |
+
"end": 9.68
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"text": "for",
|
| 265 |
+
"start": 9.68,
|
| 266 |
+
"end": 9.92
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"text": "your",
|
| 270 |
+
"start": 9.92,
|
| 271 |
+
"end": 10.08
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"text": "country.",
|
| 275 |
+
"start": 10.08,
|
| 276 |
+
"end": 10.8
|
| 277 |
+
}
|
| 278 |
+
],
|
| 279 |
+
"final": true
|
| 280 |
+
}
|
| 281 |
+
]
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"name": "multilingual_fr_fr_repeats_without_added_word_errors",
|
| 285 |
+
"passed": true,
|
| 286 |
+
"fixture_sha256": "9da159e147d71fbe799a06415fdc91e0ba9e049f3d16f94cb88e4f29f4bf5f02",
|
| 287 |
+
"reference": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 288 |
+
"prior_fixture_text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 289 |
+
"result": {
|
| 290 |
+
"audio_seconds": 9.42,
|
| 291 |
+
"text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 292 |
+
"words": [
|
| 293 |
+
{
|
| 294 |
+
"text": "Les",
|
| 295 |
+
"start": 0,
|
| 296 |
+
"end": 0.16
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"text": "voyageurs",
|
| 300 |
+
"start": 0.16,
|
| 301 |
+
"end": 0.56
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"text": "à",
|
| 305 |
+
"start": 0.56,
|
| 306 |
+
"end": 0.72
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"text": "destination",
|
| 310 |
+
"start": 0.72,
|
| 311 |
+
"end": 1.12
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"text": "de",
|
| 315 |
+
"start": 1.12,
|
| 316 |
+
"end": 1.28
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"text": "pays",
|
| 320 |
+
"start": 1.28,
|
| 321 |
+
"end": 1.52
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"text": "où",
|
| 325 |
+
"start": 1.52,
|
| 326 |
+
"end": 1.68
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"text": "les",
|
| 330 |
+
"start": 1.68,
|
| 331 |
+
"end": 1.84
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"text": "taxes",
|
| 335 |
+
"start": 1.84,
|
| 336 |
+
"end": 2.08
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"text": "sont",
|
| 340 |
+
"start": 2.08,
|
| 341 |
+
"end": 2.24
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"text": "élevées",
|
| 345 |
+
"start": 2.24,
|
| 346 |
+
"end": 2.48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"text": "peuvent",
|
| 350 |
+
"start": 2.64,
|
| 351 |
+
"end": 2.88
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"text": "parfois",
|
| 355 |
+
"start": 2.88,
|
| 356 |
+
"end": 3.12
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"text": "faire",
|
| 360 |
+
"start": 3.12,
|
| 361 |
+
"end": 3.28
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"text": "des",
|
| 365 |
+
"start": 3.28,
|
| 366 |
+
"end": 3.44
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"text": "économies",
|
| 370 |
+
"start": 3.44,
|
| 371 |
+
"end": 3.92
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"text": "considérables,",
|
| 375 |
+
"start": 3.92,
|
| 376 |
+
"end": 4.64
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"text": "en",
|
| 380 |
+
"start": 4.64,
|
| 381 |
+
"end": 4.8
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"text": "particulier",
|
| 385 |
+
"start": 4.8,
|
| 386 |
+
"end": 5.52
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"text": "sur",
|
| 390 |
+
"start": 5.68,
|
| 391 |
+
"end": 5.92
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"text": "des",
|
| 395 |
+
"start": 5.92,
|
| 396 |
+
"end": 6.08
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"text": "produits",
|
| 400 |
+
"start": 6.08,
|
| 401 |
+
"end": 6.64
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"text": "comme",
|
| 405 |
+
"start": 6.64,
|
| 406 |
+
"end": 6.88
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"text": "les",
|
| 410 |
+
"start": 6.88,
|
| 411 |
+
"end": 7.04
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"text": "boissons",
|
| 415 |
+
"start": 7.04,
|
| 416 |
+
"end": 7.52
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"text": "alcoolisées",
|
| 420 |
+
"start": 7.52,
|
| 421 |
+
"end": 8.32
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"text": "ou",
|
| 425 |
+
"start": 8.32,
|
| 426 |
+
"end": 8.4
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"text": "le",
|
| 430 |
+
"start": 8.4,
|
| 431 |
+
"end": 8.64
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"text": "tabac.",
|
| 435 |
+
"start": 8.64,
|
| 436 |
+
"end": 9.2
|
| 437 |
+
}
|
| 438 |
+
],
|
| 439 |
+
"final": true
|
| 440 |
+
},
|
| 441 |
+
"reference_words": 29,
|
| 442 |
+
"prior_fixture_errors": 0,
|
| 443 |
+
"actual_errors": 0,
|
| 444 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 445 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 446 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"name": "multilingual_es_419_repeats_without_added_word_errors",
|
| 450 |
+
"passed": true,
|
| 451 |
+
"fixture_sha256": "25c2820fbfc09a588480efe521c5b31a4e1046756a0434da923d0faf9ff7bf49",
|
| 452 |
+
"reference": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 453 |
+
"prior_fixture_text": "Esto parece tener sentido ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 454 |
+
"result": {
|
| 455 |
+
"audio_seconds": 7.68,
|
| 456 |
+
"text": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 457 |
+
"words": [
|
| 458 |
+
{
|
| 459 |
+
"text": "Esto",
|
| 460 |
+
"start": 0.32,
|
| 461 |
+
"end": 0.88
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"text": "parece",
|
| 465 |
+
"start": 0.88,
|
| 466 |
+
"end": 1.36
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"text": "tener",
|
| 470 |
+
"start": 1.36,
|
| 471 |
+
"end": 1.76
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"text": "sentido,",
|
| 475 |
+
"start": 1.76,
|
| 476 |
+
"end": 2.4
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"text": "ya",
|
| 480 |
+
"start": 2.4,
|
| 481 |
+
"end": 2.64
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"text": "que",
|
| 485 |
+
"start": 2.64,
|
| 486 |
+
"end": 2.88
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"text": "en",
|
| 490 |
+
"start": 2.88,
|
| 491 |
+
"end": 3.04
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"text": "la",
|
| 495 |
+
"start": 3.04,
|
| 496 |
+
"end": 3.28
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"text": "Tierra",
|
| 500 |
+
"start": 3.28,
|
| 501 |
+
"end": 3.6
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"text": "no",
|
| 505 |
+
"start": 3.6,
|
| 506 |
+
"end": 3.76
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"text": "se",
|
| 510 |
+
"start": 3.76,
|
| 511 |
+
"end": 3.92
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"text": "percibe",
|
| 515 |
+
"start": 3.92,
|
| 516 |
+
"end": 4.64
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"text": "su",
|
| 520 |
+
"start": 4.64,
|
| 521 |
+
"end": 4.88
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"text": "movimiento,",
|
| 525 |
+
"start": 4.88,
|
| 526 |
+
"end": 5.52
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"text": "¿cierto?",
|
| 530 |
+
"start": 5.52,
|
| 531 |
+
"end": 6.72
|
| 532 |
+
}
|
| 533 |
+
],
|
| 534 |
+
"final": true
|
| 535 |
+
},
|
| 536 |
+
"reference_words": 15,
|
| 537 |
+
"prior_fixture_errors": 0,
|
| 538 |
+
"actual_errors": 0,
|
| 539 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 540 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 541 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"name": "multilingual_lv_lv_repeats_without_added_word_errors",
|
| 545 |
+
"passed": true,
|
| 546 |
+
"fixture_sha256": "0046336e59aca17a93029fcd1a6352751b118dab6ffb4fd1c215c7f048674e26",
|
| 547 |
+
"reference": "Tas mums ir devis vilcienus, automašīnas un daudzus citus transportlīdzekļus.",
|
| 548 |
+
"prior_fixture_text": "Tas mums ir devas vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 549 |
+
"result": {
|
| 550 |
+
"audio_seconds": 7.14,
|
| 551 |
+
"text": "Tas mums ir devis vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 552 |
+
"words": [
|
| 553 |
+
{
|
| 554 |
+
"text": "Tas",
|
| 555 |
+
"start": 0.88,
|
| 556 |
+
"end": 1.12
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"text": "mums",
|
| 560 |
+
"start": 1.36,
|
| 561 |
+
"end": 1.6
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"text": "ir",
|
| 565 |
+
"start": 1.68,
|
| 566 |
+
"end": 1.84
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"text": "devis",
|
| 570 |
+
"start": 1.84,
|
| 571 |
+
"end": 2.16
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"text": "vilcienus,",
|
| 575 |
+
"start": 2.32,
|
| 576 |
+
"end": 3.28
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"text": "automašīnas",
|
| 580 |
+
"start": 3.28,
|
| 581 |
+
"end": 4.16
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"text": "un",
|
| 585 |
+
"start": 4.16,
|
| 586 |
+
"end": 4.32
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"text": "daudzus",
|
| 590 |
+
"start": 4.32,
|
| 591 |
+
"end": 4.8
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"text": "citas",
|
| 595 |
+
"start": 4.8,
|
| 596 |
+
"end": 5.04
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"text": "transportlīdzekļus.",
|
| 600 |
+
"start": 5.2,
|
| 601 |
+
"end": 6.96
|
| 602 |
+
}
|
| 603 |
+
],
|
| 604 |
+
"final": true
|
| 605 |
+
},
|
| 606 |
+
"reference_words": 10,
|
| 607 |
+
"prior_fixture_errors": 2,
|
| 608 |
+
"actual_errors": 1,
|
| 609 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 610 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 611 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"name": "empty_returns_empty_text",
|
| 615 |
+
"passed": true
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"name": "silence_returns_empty_text",
|
| 619 |
+
"passed": true
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"name": "reject_bad-length",
|
| 623 |
+
"passed": true,
|
| 624 |
+
"error": "PCM byte count must be divisible by four"
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"name": "reject_nan",
|
| 628 |
+
"passed": true,
|
| 629 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"name": "reject_out-of-range",
|
| 633 |
+
"passed": true,
|
| 634 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"name": "reject_too-long",
|
| 638 |
+
"passed": true,
|
| 639 |
+
"error": "PCM exceeds the 30 second request limit"
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"name": "malformed_duplicate_oversized_and_invalid_id_requests_recover",
|
| 643 |
+
"passed": true
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"name": "invalid_operation_path_and_rate_recover",
|
| 647 |
+
"passed": true
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"name": "real_transcription_after_all_request_errors",
|
| 651 |
+
"passed": true
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"name": "shutdown_exit_zero_and_json_only_stdout",
|
| 655 |
+
"passed": true
|
| 656 |
+
}
|
| 657 |
+
],
|
| 658 |
+
"measurement": "Sequential smoke-call wall time includes file read and JSON IPC; no comparative speed claim. Startup includes loading, without weight hashing."
|
| 659 |
+
}
|
evidence/r3-promotion-20260908/ci/smoke-results-ci-win32-x64.json
ADDED
|
@@ -0,0 +1,659 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "passed",
|
| 3 |
+
"scope": "private compiled native sidecar prototype; not an Electron app benchmark or cross-platform package certification",
|
| 4 |
+
"created_at": "2026-09-08T21:33:33.747Z",
|
| 5 |
+
"platform": "win32",
|
| 6 |
+
"arch": "x64",
|
| 7 |
+
"os_release": "10.0.20348",
|
| 8 |
+
"cpu": "AMD EPYC 7763 64-Core Processor ",
|
| 9 |
+
"node": "v24.20.0",
|
| 10 |
+
"model_sha256": "93ce19c6d8244acbfea980eeaf970531d4f216171578ef8e041dcc2d070a45bd",
|
| 11 |
+
"model_bytes": 714456704,
|
| 12 |
+
"model_identity": {
|
| 13 |
+
"stage": "canonical"
|
| 14 |
+
},
|
| 15 |
+
"runtime_archive_sha256": "5e4ea81046012edcd77fd8848de8eefb5a4ba38cc26f52eb544ab184695a75d6",
|
| 16 |
+
"runtime_archive": "nemo-speech-0.1.0-windows-x86_64-cpu.zip",
|
| 17 |
+
"sidecar_sha256": "9795ed7c9243ae4c21b6321e4316fe5895ff8e9b41a77325ecb4e3564f5815a9",
|
| 18 |
+
"device": "cpu",
|
| 19 |
+
"checks": [
|
| 20 |
+
{
|
| 21 |
+
"name": "released_q8_and_runtime_archive_hashes",
|
| 22 |
+
"passed": true
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"name": "relocated_bin_lib_startup_without_loader_environment",
|
| 26 |
+
"passed": true,
|
| 27 |
+
"ready": {
|
| 28 |
+
"event": "ready",
|
| 29 |
+
"protocol_version": 1,
|
| 30 |
+
"device": "cpu",
|
| 31 |
+
"gpu_index": -1,
|
| 32 |
+
"runtime_version": "nemo-speech-asr 0.1.0"
|
| 33 |
+
},
|
| 34 |
+
"elapsed_ms": 51.92839999999978
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"name": "unicode_model_cli_path_loaded",
|
| 38 |
+
"passed": true,
|
| 39 |
+
"filename": "模型 épreuve with spaces/Orukeet 🦜.gguf"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"name": "two_real_model_requests_same_process_unicode_audio_path",
|
| 43 |
+
"passed": true,
|
| 44 |
+
"results": [
|
| 45 |
+
{
|
| 46 |
+
"elapsed_ms": 4866.3694,
|
| 47 |
+
"audio_seconds": 11,
|
| 48 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 49 |
+
"words": [
|
| 50 |
+
{
|
| 51 |
+
"text": "And",
|
| 52 |
+
"start": 0.24,
|
| 53 |
+
"end": 0.56
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"text": "so,",
|
| 57 |
+
"start": 0.56,
|
| 58 |
+
"end": 1.04
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"text": "my",
|
| 62 |
+
"start": 1.04,
|
| 63 |
+
"end": 1.28
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"text": "fellow",
|
| 67 |
+
"start": 1.28,
|
| 68 |
+
"end": 1.76
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"text": "Americans,",
|
| 72 |
+
"start": 1.76,
|
| 73 |
+
"end": 3.28
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"text": "ask",
|
| 77 |
+
"start": 3.28,
|
| 78 |
+
"end": 3.92
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"text": "not",
|
| 82 |
+
"start": 4.24,
|
| 83 |
+
"end": 4.56
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"text": "what",
|
| 87 |
+
"start": 5.2,
|
| 88 |
+
"end": 5.52
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"text": "your",
|
| 92 |
+
"start": 5.52,
|
| 93 |
+
"end": 5.68
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"text": "country",
|
| 97 |
+
"start": 6,
|
| 98 |
+
"end": 6.56
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"text": "can",
|
| 102 |
+
"start": 6.56,
|
| 103 |
+
"end": 6.8
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"text": "do",
|
| 107 |
+
"start": 6.8,
|
| 108 |
+
"end": 7.12
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"text": "for",
|
| 112 |
+
"start": 7.12,
|
| 113 |
+
"end": 7.44
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"text": "you,",
|
| 117 |
+
"start": 7.44,
|
| 118 |
+
"end": 8.16
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"text": "ask",
|
| 122 |
+
"start": 8.16,
|
| 123 |
+
"end": 8.72
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"text": "what",
|
| 127 |
+
"start": 8.72,
|
| 128 |
+
"end": 8.96
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"text": "you",
|
| 132 |
+
"start": 8.96,
|
| 133 |
+
"end": 9.2
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"text": "can",
|
| 137 |
+
"start": 9.2,
|
| 138 |
+
"end": 9.52
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"text": "do",
|
| 142 |
+
"start": 9.52,
|
| 143 |
+
"end": 9.68
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"text": "for",
|
| 147 |
+
"start": 9.68,
|
| 148 |
+
"end": 9.92
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"text": "your",
|
| 152 |
+
"start": 9.92,
|
| 153 |
+
"end": 10.08
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"text": "country.",
|
| 157 |
+
"start": 10.08,
|
| 158 |
+
"end": 10.8
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"final": true
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"elapsed_ms": 4605.159999999999,
|
| 165 |
+
"audio_seconds": 11,
|
| 166 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 167 |
+
"words": [
|
| 168 |
+
{
|
| 169 |
+
"text": "And",
|
| 170 |
+
"start": 0.24,
|
| 171 |
+
"end": 0.56
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"text": "so,",
|
| 175 |
+
"start": 0.56,
|
| 176 |
+
"end": 1.04
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"text": "my",
|
| 180 |
+
"start": 1.04,
|
| 181 |
+
"end": 1.28
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"text": "fellow",
|
| 185 |
+
"start": 1.28,
|
| 186 |
+
"end": 1.76
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"text": "Americans,",
|
| 190 |
+
"start": 1.76,
|
| 191 |
+
"end": 3.28
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"text": "ask",
|
| 195 |
+
"start": 3.28,
|
| 196 |
+
"end": 3.92
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"text": "not",
|
| 200 |
+
"start": 4.24,
|
| 201 |
+
"end": 4.56
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"text": "what",
|
| 205 |
+
"start": 5.2,
|
| 206 |
+
"end": 5.52
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"text": "your",
|
| 210 |
+
"start": 5.52,
|
| 211 |
+
"end": 5.68
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"text": "country",
|
| 215 |
+
"start": 6,
|
| 216 |
+
"end": 6.56
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"text": "can",
|
| 220 |
+
"start": 6.56,
|
| 221 |
+
"end": 6.8
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"text": "do",
|
| 225 |
+
"start": 6.8,
|
| 226 |
+
"end": 7.12
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"text": "for",
|
| 230 |
+
"start": 7.12,
|
| 231 |
+
"end": 7.44
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"text": "you,",
|
| 235 |
+
"start": 7.44,
|
| 236 |
+
"end": 8.16
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"text": "ask",
|
| 240 |
+
"start": 8.16,
|
| 241 |
+
"end": 8.72
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"text": "what",
|
| 245 |
+
"start": 8.72,
|
| 246 |
+
"end": 8.96
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"text": "you",
|
| 250 |
+
"start": 8.96,
|
| 251 |
+
"end": 9.2
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"text": "can",
|
| 255 |
+
"start": 9.2,
|
| 256 |
+
"end": 9.52
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"text": "do",
|
| 260 |
+
"start": 9.52,
|
| 261 |
+
"end": 9.68
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"text": "for",
|
| 265 |
+
"start": 9.68,
|
| 266 |
+
"end": 9.92
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"text": "your",
|
| 270 |
+
"start": 9.92,
|
| 271 |
+
"end": 10.08
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"text": "country.",
|
| 275 |
+
"start": 10.08,
|
| 276 |
+
"end": 10.8
|
| 277 |
+
}
|
| 278 |
+
],
|
| 279 |
+
"final": true
|
| 280 |
+
}
|
| 281 |
+
]
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"name": "multilingual_fr_fr_repeats_without_added_word_errors",
|
| 285 |
+
"passed": true,
|
| 286 |
+
"fixture_sha256": "9da159e147d71fbe799a06415fdc91e0ba9e049f3d16f94cb88e4f29f4bf5f02",
|
| 287 |
+
"reference": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 288 |
+
"prior_fixture_text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 289 |
+
"result": {
|
| 290 |
+
"audio_seconds": 9.42,
|
| 291 |
+
"text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 292 |
+
"words": [
|
| 293 |
+
{
|
| 294 |
+
"text": "Les",
|
| 295 |
+
"start": 0,
|
| 296 |
+
"end": 0.16
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"text": "voyageurs",
|
| 300 |
+
"start": 0.16,
|
| 301 |
+
"end": 0.56
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"text": "à",
|
| 305 |
+
"start": 0.56,
|
| 306 |
+
"end": 0.72
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"text": "destination",
|
| 310 |
+
"start": 0.72,
|
| 311 |
+
"end": 1.12
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"text": "de",
|
| 315 |
+
"start": 1.12,
|
| 316 |
+
"end": 1.28
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"text": "pays",
|
| 320 |
+
"start": 1.28,
|
| 321 |
+
"end": 1.52
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"text": "où",
|
| 325 |
+
"start": 1.52,
|
| 326 |
+
"end": 1.68
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"text": "les",
|
| 330 |
+
"start": 1.68,
|
| 331 |
+
"end": 1.84
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"text": "taxes",
|
| 335 |
+
"start": 1.84,
|
| 336 |
+
"end": 2.08
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"text": "sont",
|
| 340 |
+
"start": 2.08,
|
| 341 |
+
"end": 2.24
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"text": "élevées",
|
| 345 |
+
"start": 2.24,
|
| 346 |
+
"end": 2.48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"text": "peuvent",
|
| 350 |
+
"start": 2.64,
|
| 351 |
+
"end": 2.88
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"text": "parfois",
|
| 355 |
+
"start": 2.88,
|
| 356 |
+
"end": 3.12
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"text": "faire",
|
| 360 |
+
"start": 3.12,
|
| 361 |
+
"end": 3.28
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"text": "des",
|
| 365 |
+
"start": 3.28,
|
| 366 |
+
"end": 3.44
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"text": "économies",
|
| 370 |
+
"start": 3.44,
|
| 371 |
+
"end": 3.92
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"text": "considérables,",
|
| 375 |
+
"start": 3.92,
|
| 376 |
+
"end": 4.64
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"text": "en",
|
| 380 |
+
"start": 4.64,
|
| 381 |
+
"end": 4.8
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"text": "particulier",
|
| 385 |
+
"start": 4.8,
|
| 386 |
+
"end": 5.52
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"text": "sur",
|
| 390 |
+
"start": 5.68,
|
| 391 |
+
"end": 5.92
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"text": "des",
|
| 395 |
+
"start": 5.92,
|
| 396 |
+
"end": 6.08
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"text": "produits",
|
| 400 |
+
"start": 6.08,
|
| 401 |
+
"end": 6.64
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"text": "comme",
|
| 405 |
+
"start": 6.64,
|
| 406 |
+
"end": 6.88
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"text": "les",
|
| 410 |
+
"start": 6.88,
|
| 411 |
+
"end": 7.12
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"text": "boissons",
|
| 415 |
+
"start": 7.12,
|
| 416 |
+
"end": 7.52
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"text": "alcoolisées",
|
| 420 |
+
"start": 7.52,
|
| 421 |
+
"end": 8.32
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"text": "ou",
|
| 425 |
+
"start": 8.32,
|
| 426 |
+
"end": 8.4
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"text": "le",
|
| 430 |
+
"start": 8.4,
|
| 431 |
+
"end": 8.64
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"text": "tabac.",
|
| 435 |
+
"start": 8.64,
|
| 436 |
+
"end": 9.2
|
| 437 |
+
}
|
| 438 |
+
],
|
| 439 |
+
"final": true
|
| 440 |
+
},
|
| 441 |
+
"reference_words": 29,
|
| 442 |
+
"prior_fixture_errors": 0,
|
| 443 |
+
"actual_errors": 0,
|
| 444 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 445 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 446 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"name": "multilingual_es_419_repeats_without_added_word_errors",
|
| 450 |
+
"passed": true,
|
| 451 |
+
"fixture_sha256": "25c2820fbfc09a588480efe521c5b31a4e1046756a0434da923d0faf9ff7bf49",
|
| 452 |
+
"reference": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 453 |
+
"prior_fixture_text": "Esto parece tener sentido ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 454 |
+
"result": {
|
| 455 |
+
"audio_seconds": 7.68,
|
| 456 |
+
"text": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 457 |
+
"words": [
|
| 458 |
+
{
|
| 459 |
+
"text": "Esto",
|
| 460 |
+
"start": 0.32,
|
| 461 |
+
"end": 0.88
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"text": "parece",
|
| 465 |
+
"start": 0.88,
|
| 466 |
+
"end": 1.36
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"text": "tener",
|
| 470 |
+
"start": 1.36,
|
| 471 |
+
"end": 1.76
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"text": "sentido,",
|
| 475 |
+
"start": 1.76,
|
| 476 |
+
"end": 2.4
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"text": "ya",
|
| 480 |
+
"start": 2.4,
|
| 481 |
+
"end": 2.64
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"text": "que",
|
| 485 |
+
"start": 2.64,
|
| 486 |
+
"end": 2.88
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"text": "en",
|
| 490 |
+
"start": 2.88,
|
| 491 |
+
"end": 3.04
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"text": "la",
|
| 495 |
+
"start": 3.04,
|
| 496 |
+
"end": 3.28
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"text": "Tierra",
|
| 500 |
+
"start": 3.28,
|
| 501 |
+
"end": 3.6
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"text": "no",
|
| 505 |
+
"start": 3.6,
|
| 506 |
+
"end": 3.76
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"text": "se",
|
| 510 |
+
"start": 3.76,
|
| 511 |
+
"end": 3.92
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"text": "percibe",
|
| 515 |
+
"start": 3.92,
|
| 516 |
+
"end": 4.48
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"text": "su",
|
| 520 |
+
"start": 4.64,
|
| 521 |
+
"end": 4.88
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"text": "movimiento,",
|
| 525 |
+
"start": 4.88,
|
| 526 |
+
"end": 5.52
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"text": "¿cierto?",
|
| 530 |
+
"start": 5.52,
|
| 531 |
+
"end": 6.72
|
| 532 |
+
}
|
| 533 |
+
],
|
| 534 |
+
"final": true
|
| 535 |
+
},
|
| 536 |
+
"reference_words": 15,
|
| 537 |
+
"prior_fixture_errors": 0,
|
| 538 |
+
"actual_errors": 0,
|
| 539 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 540 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 541 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"name": "multilingual_lv_lv_repeats_without_added_word_errors",
|
| 545 |
+
"passed": true,
|
| 546 |
+
"fixture_sha256": "0046336e59aca17a93029fcd1a6352751b118dab6ffb4fd1c215c7f048674e26",
|
| 547 |
+
"reference": "Tas mums ir devis vilcienus, automašīnas un daudzus citus transportlīdzekļus.",
|
| 548 |
+
"prior_fixture_text": "Tas mums ir devas vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 549 |
+
"result": {
|
| 550 |
+
"audio_seconds": 7.14,
|
| 551 |
+
"text": "Tas mums ir devis vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 552 |
+
"words": [
|
| 553 |
+
{
|
| 554 |
+
"text": "Tas",
|
| 555 |
+
"start": 0.88,
|
| 556 |
+
"end": 1.12
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"text": "mums",
|
| 560 |
+
"start": 1.36,
|
| 561 |
+
"end": 1.68
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"text": "ir",
|
| 565 |
+
"start": 1.68,
|
| 566 |
+
"end": 1.84
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"text": "devis",
|
| 570 |
+
"start": 1.84,
|
| 571 |
+
"end": 2.16
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"text": "vilcienus,",
|
| 575 |
+
"start": 2.32,
|
| 576 |
+
"end": 3.28
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"text": "automašīnas",
|
| 580 |
+
"start": 3.28,
|
| 581 |
+
"end": 4.16
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"text": "un",
|
| 585 |
+
"start": 4.16,
|
| 586 |
+
"end": 4.32
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"text": "daudzus",
|
| 590 |
+
"start": 4.32,
|
| 591 |
+
"end": 4.8
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"text": "citas",
|
| 595 |
+
"start": 4.8,
|
| 596 |
+
"end": 5.04
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"text": "transportlīdzekļus.",
|
| 600 |
+
"start": 5.2,
|
| 601 |
+
"end": 6.96
|
| 602 |
+
}
|
| 603 |
+
],
|
| 604 |
+
"final": true
|
| 605 |
+
},
|
| 606 |
+
"reference_words": 10,
|
| 607 |
+
"prior_fixture_errors": 2,
|
| 608 |
+
"actual_errors": 1,
|
| 609 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 610 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 611 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"name": "empty_returns_empty_text",
|
| 615 |
+
"passed": true
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"name": "silence_returns_empty_text",
|
| 619 |
+
"passed": true
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"name": "reject_bad-length",
|
| 623 |
+
"passed": true,
|
| 624 |
+
"error": "PCM byte count must be divisible by four"
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"name": "reject_nan",
|
| 628 |
+
"passed": true,
|
| 629 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"name": "reject_out-of-range",
|
| 633 |
+
"passed": true,
|
| 634 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"name": "reject_too-long",
|
| 638 |
+
"passed": true,
|
| 639 |
+
"error": "PCM exceeds the 30 second request limit"
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"name": "malformed_duplicate_oversized_and_invalid_id_requests_recover",
|
| 643 |
+
"passed": true
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"name": "invalid_operation_path_and_rate_recover",
|
| 647 |
+
"passed": true
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"name": "real_transcription_after_all_request_errors",
|
| 651 |
+
"passed": true
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"name": "shutdown_exit_zero_and_json_only_stdout",
|
| 655 |
+
"passed": true
|
| 656 |
+
}
|
| 657 |
+
],
|
| 658 |
+
"measurement": "Sequential smoke-call wall time includes file read and JSON IPC; no comparative speed claim. Startup includes loading, without weight hashing."
|
| 659 |
+
}
|
evidence/r3-promotion-20260908/export-environment.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "recorded",
|
| 3 |
+
"platform": "macOS-26.4.1-arm64-arm-64bit",
|
| 4 |
+
"python": "3.12.13",
|
| 5 |
+
"packages": {
|
| 6 |
+
"torch": "2.6.0",
|
| 7 |
+
"numpy": "1.26.4",
|
| 8 |
+
"librosa": "0.11.0",
|
| 9 |
+
"gguf": "0.19.0"
|
| 10 |
+
},
|
| 11 |
+
"converter_repository": "https://github.com/NVIDIA/NeMo-Speech.cpp",
|
| 12 |
+
"converter_commit": "4f9676226f667d14608487df744f375db87127f8",
|
| 13 |
+
"exporter_sha256": "583e76d9cc3928e574502596b75413fbd58e91a04ebfe91b01d4da79950c179c",
|
| 14 |
+
"source_sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56",
|
| 15 |
+
"parent_audit_chain": [
|
| 16 |
+
"evidence/regression-ft-20260907/export-audit.json",
|
| 17 |
+
"training/gabor_half/results/r15-0100-audit.json"
|
| 18 |
+
],
|
| 19 |
+
"verification": "Local Q8 and F16 match the separately recreated server exports byte for byte. Both formats preserve all 12,288 selected Gabor functions after native rounding."
|
| 20 |
+
}
|
evidence/r3-promotion-20260908/f16-cpu.json
ADDED
|
@@ -0,0 +1,662 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "passed",
|
| 3 |
+
"scope": "private compiled native sidecar prototype; not an Electron app benchmark or cross-platform package certification",
|
| 4 |
+
"created_at": "2026-09-08T21:13:00.886Z",
|
| 5 |
+
"platform": "darwin",
|
| 6 |
+
"arch": "arm64",
|
| 7 |
+
"os_release": "25.4.0",
|
| 8 |
+
"cpu": "Apple M5 Max",
|
| 9 |
+
"node": "v25.9.0",
|
| 10 |
+
"model_sha256": "de53fb8ec251fb07ade15baabe17b00774ae3f1112f8618b062337f90fb49194",
|
| 11 |
+
"model_bytes": 1296681088,
|
| 12 |
+
"model_identity": {
|
| 13 |
+
"stage": "audited-native-candidate",
|
| 14 |
+
"source_model_sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56",
|
| 15 |
+
"lineage_sha256": "e47ada9ed05ce74f13964daca3c1393e4c46025e550a500500323c6cd2c259e7",
|
| 16 |
+
"source_audit_sha256": "3d9f115d39758976836291bf2a99f96b0ea71c412f320e3d954b6ba66cfdf59d"
|
| 17 |
+
},
|
| 18 |
+
"runtime_archive_sha256": "971661d38d4bf97a63c528d13041a964316d25068d8df045e5b4839848092f25",
|
| 19 |
+
"runtime_archive": "nemo-speech-0.1.0-macos-aarch64-cpu.tar.gz",
|
| 20 |
+
"sidecar_sha256": "590a287a06dde57594b5f6a4d7863e1b57c0504975ff3a4c21652aceaa27b254",
|
| 21 |
+
"device": "cpu",
|
| 22 |
+
"checks": [
|
| 23 |
+
{
|
| 24 |
+
"name": "candidate_native_lineage_and_runtime_archive_hashes",
|
| 25 |
+
"passed": true
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"name": "relocated_bin_lib_startup_without_loader_environment",
|
| 29 |
+
"passed": true,
|
| 30 |
+
"ready": {
|
| 31 |
+
"event": "ready",
|
| 32 |
+
"protocol_version": 1,
|
| 33 |
+
"device": "cpu",
|
| 34 |
+
"gpu_index": -1,
|
| 35 |
+
"runtime_version": "nemo-speech-asr 0.1.0"
|
| 36 |
+
},
|
| 37 |
+
"elapsed_ms": 1350.1541249999996
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"name": "unicode_model_cli_path_loaded",
|
| 41 |
+
"passed": true,
|
| 42 |
+
"filename": "模型 épreuve with spaces/Orukeet 🦜.gguf"
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"name": "two_real_model_requests_same_process_unicode_audio_path",
|
| 46 |
+
"passed": true,
|
| 47 |
+
"results": [
|
| 48 |
+
{
|
| 49 |
+
"elapsed_ms": 766.5465000000004,
|
| 50 |
+
"audio_seconds": 11,
|
| 51 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 52 |
+
"words": [
|
| 53 |
+
{
|
| 54 |
+
"text": "And",
|
| 55 |
+
"start": 0.24,
|
| 56 |
+
"end": 0.56
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"text": "so,",
|
| 60 |
+
"start": 0.56,
|
| 61 |
+
"end": 1.04
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"text": "my",
|
| 65 |
+
"start": 1.04,
|
| 66 |
+
"end": 1.28
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"text": "fellow",
|
| 70 |
+
"start": 1.28,
|
| 71 |
+
"end": 1.76
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"text": "Americans,",
|
| 75 |
+
"start": 1.76,
|
| 76 |
+
"end": 3.28
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"text": "ask",
|
| 80 |
+
"start": 3.28,
|
| 81 |
+
"end": 3.92
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"text": "not",
|
| 85 |
+
"start": 4.24,
|
| 86 |
+
"end": 4.56
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"text": "what",
|
| 90 |
+
"start": 5.2,
|
| 91 |
+
"end": 5.52
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"text": "your",
|
| 95 |
+
"start": 5.52,
|
| 96 |
+
"end": 5.68
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"text": "country",
|
| 100 |
+
"start": 6,
|
| 101 |
+
"end": 6.56
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"text": "can",
|
| 105 |
+
"start": 6.56,
|
| 106 |
+
"end": 6.8
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"text": "do",
|
| 110 |
+
"start": 6.8,
|
| 111 |
+
"end": 7.12
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"text": "for",
|
| 115 |
+
"start": 7.12,
|
| 116 |
+
"end": 7.44
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"text": "you,",
|
| 120 |
+
"start": 7.44,
|
| 121 |
+
"end": 8.16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"text": "ask",
|
| 125 |
+
"start": 8.16,
|
| 126 |
+
"end": 8.72
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"text": "what",
|
| 130 |
+
"start": 8.72,
|
| 131 |
+
"end": 8.96
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"text": "you",
|
| 135 |
+
"start": 8.96,
|
| 136 |
+
"end": 9.2
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"text": "can",
|
| 140 |
+
"start": 9.2,
|
| 141 |
+
"end": 9.52
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"text": "do",
|
| 145 |
+
"start": 9.52,
|
| 146 |
+
"end": 9.68
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"text": "for",
|
| 150 |
+
"start": 9.68,
|
| 151 |
+
"end": 9.92
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"text": "your",
|
| 155 |
+
"start": 9.92,
|
| 156 |
+
"end": 10.08
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"text": "country.",
|
| 160 |
+
"start": 10.08,
|
| 161 |
+
"end": 10.8
|
| 162 |
+
}
|
| 163 |
+
],
|
| 164 |
+
"final": true
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"elapsed_ms": 597.5672079999995,
|
| 168 |
+
"audio_seconds": 11,
|
| 169 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 170 |
+
"words": [
|
| 171 |
+
{
|
| 172 |
+
"text": "And",
|
| 173 |
+
"start": 0.24,
|
| 174 |
+
"end": 0.56
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"text": "so,",
|
| 178 |
+
"start": 0.56,
|
| 179 |
+
"end": 1.04
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"text": "my",
|
| 183 |
+
"start": 1.04,
|
| 184 |
+
"end": 1.28
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"text": "fellow",
|
| 188 |
+
"start": 1.28,
|
| 189 |
+
"end": 1.76
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"text": "Americans,",
|
| 193 |
+
"start": 1.76,
|
| 194 |
+
"end": 3.28
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"text": "ask",
|
| 198 |
+
"start": 3.28,
|
| 199 |
+
"end": 3.92
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"text": "not",
|
| 203 |
+
"start": 4.24,
|
| 204 |
+
"end": 4.56
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"text": "what",
|
| 208 |
+
"start": 5.2,
|
| 209 |
+
"end": 5.52
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"text": "your",
|
| 213 |
+
"start": 5.52,
|
| 214 |
+
"end": 5.68
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"text": "country",
|
| 218 |
+
"start": 6,
|
| 219 |
+
"end": 6.56
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"text": "can",
|
| 223 |
+
"start": 6.56,
|
| 224 |
+
"end": 6.8
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"text": "do",
|
| 228 |
+
"start": 6.8,
|
| 229 |
+
"end": 7.12
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"text": "for",
|
| 233 |
+
"start": 7.12,
|
| 234 |
+
"end": 7.44
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"text": "you,",
|
| 238 |
+
"start": 7.44,
|
| 239 |
+
"end": 8.16
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"text": "ask",
|
| 243 |
+
"start": 8.16,
|
| 244 |
+
"end": 8.72
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"text": "what",
|
| 248 |
+
"start": 8.72,
|
| 249 |
+
"end": 8.96
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"text": "you",
|
| 253 |
+
"start": 8.96,
|
| 254 |
+
"end": 9.2
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"text": "can",
|
| 258 |
+
"start": 9.2,
|
| 259 |
+
"end": 9.52
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"text": "do",
|
| 263 |
+
"start": 9.52,
|
| 264 |
+
"end": 9.68
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"text": "for",
|
| 268 |
+
"start": 9.68,
|
| 269 |
+
"end": 9.92
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"text": "your",
|
| 273 |
+
"start": 9.92,
|
| 274 |
+
"end": 10.08
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"text": "country.",
|
| 278 |
+
"start": 10.08,
|
| 279 |
+
"end": 10.8
|
| 280 |
+
}
|
| 281 |
+
],
|
| 282 |
+
"final": true
|
| 283 |
+
}
|
| 284 |
+
]
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"name": "multilingual_fr_fr_repeats_without_added_word_errors",
|
| 288 |
+
"passed": true,
|
| 289 |
+
"fixture_sha256": "9da159e147d71fbe799a06415fdc91e0ba9e049f3d16f94cb88e4f29f4bf5f02",
|
| 290 |
+
"reference": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 291 |
+
"prior_fixture_text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 292 |
+
"result": {
|
| 293 |
+
"audio_seconds": 9.42,
|
| 294 |
+
"text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 295 |
+
"words": [
|
| 296 |
+
{
|
| 297 |
+
"text": "Les",
|
| 298 |
+
"start": 0,
|
| 299 |
+
"end": 0.16
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"text": "voyageurs",
|
| 303 |
+
"start": 0.16,
|
| 304 |
+
"end": 0.56
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"text": "à",
|
| 308 |
+
"start": 0.56,
|
| 309 |
+
"end": 0.72
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"text": "destination",
|
| 313 |
+
"start": 0.72,
|
| 314 |
+
"end": 1.12
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"text": "de",
|
| 318 |
+
"start": 1.12,
|
| 319 |
+
"end": 1.28
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"text": "pays",
|
| 323 |
+
"start": 1.28,
|
| 324 |
+
"end": 1.52
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"text": "où",
|
| 328 |
+
"start": 1.52,
|
| 329 |
+
"end": 1.68
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"text": "les",
|
| 333 |
+
"start": 1.68,
|
| 334 |
+
"end": 1.84
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"text": "taxes",
|
| 338 |
+
"start": 1.84,
|
| 339 |
+
"end": 2.08
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"text": "sont",
|
| 343 |
+
"start": 2.08,
|
| 344 |
+
"end": 2.24
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"text": "élevées",
|
| 348 |
+
"start": 2.24,
|
| 349 |
+
"end": 2.48
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"text": "peuvent",
|
| 353 |
+
"start": 2.64,
|
| 354 |
+
"end": 2.88
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"text": "parfois",
|
| 358 |
+
"start": 2.88,
|
| 359 |
+
"end": 3.12
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"text": "faire",
|
| 363 |
+
"start": 3.12,
|
| 364 |
+
"end": 3.28
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"text": "des",
|
| 368 |
+
"start": 3.28,
|
| 369 |
+
"end": 3.44
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"text": "économies",
|
| 373 |
+
"start": 3.44,
|
| 374 |
+
"end": 3.92
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"text": "considérables,",
|
| 378 |
+
"start": 3.92,
|
| 379 |
+
"end": 4.64
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"text": "en",
|
| 383 |
+
"start": 4.64,
|
| 384 |
+
"end": 4.8
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"text": "particulier",
|
| 388 |
+
"start": 4.8,
|
| 389 |
+
"end": 5.52
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"text": "sur",
|
| 393 |
+
"start": 5.68,
|
| 394 |
+
"end": 5.92
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"text": "des",
|
| 398 |
+
"start": 5.92,
|
| 399 |
+
"end": 6.08
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"text": "produits",
|
| 403 |
+
"start": 6.08,
|
| 404 |
+
"end": 6.64
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"text": "comme",
|
| 408 |
+
"start": 6.64,
|
| 409 |
+
"end": 6.88
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"text": "les",
|
| 413 |
+
"start": 6.88,
|
| 414 |
+
"end": 7.04
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"text": "boissons",
|
| 418 |
+
"start": 7.04,
|
| 419 |
+
"end": 7.52
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"text": "alcoolisées",
|
| 423 |
+
"start": 7.52,
|
| 424 |
+
"end": 8.32
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"text": "ou",
|
| 428 |
+
"start": 8.32,
|
| 429 |
+
"end": 8.4
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"text": "le",
|
| 433 |
+
"start": 8.4,
|
| 434 |
+
"end": 8.64
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"text": "tabac.",
|
| 438 |
+
"start": 8.64,
|
| 439 |
+
"end": 9.2
|
| 440 |
+
}
|
| 441 |
+
],
|
| 442 |
+
"final": true
|
| 443 |
+
},
|
| 444 |
+
"reference_words": 29,
|
| 445 |
+
"prior_fixture_errors": 0,
|
| 446 |
+
"actual_errors": 0,
|
| 447 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 448 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 449 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"name": "multilingual_es_419_repeats_without_added_word_errors",
|
| 453 |
+
"passed": true,
|
| 454 |
+
"fixture_sha256": "25c2820fbfc09a588480efe521c5b31a4e1046756a0434da923d0faf9ff7bf49",
|
| 455 |
+
"reference": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 456 |
+
"prior_fixture_text": "Esto parece tener sentido ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 457 |
+
"result": {
|
| 458 |
+
"audio_seconds": 7.68,
|
| 459 |
+
"text": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 460 |
+
"words": [
|
| 461 |
+
{
|
| 462 |
+
"text": "Esto",
|
| 463 |
+
"start": 0.32,
|
| 464 |
+
"end": 0.88
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"text": "parece",
|
| 468 |
+
"start": 0.88,
|
| 469 |
+
"end": 1.36
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"text": "tener",
|
| 473 |
+
"start": 1.36,
|
| 474 |
+
"end": 1.76
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"text": "sentido,",
|
| 478 |
+
"start": 1.76,
|
| 479 |
+
"end": 2.4
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"text": "ya",
|
| 483 |
+
"start": 2.4,
|
| 484 |
+
"end": 2.64
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"text": "que",
|
| 488 |
+
"start": 2.64,
|
| 489 |
+
"end": 2.88
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"text": "en",
|
| 493 |
+
"start": 2.88,
|
| 494 |
+
"end": 3.04
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"text": "la",
|
| 498 |
+
"start": 3.04,
|
| 499 |
+
"end": 3.28
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"text": "Tierra",
|
| 503 |
+
"start": 3.28,
|
| 504 |
+
"end": 3.6
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"text": "no",
|
| 508 |
+
"start": 3.6,
|
| 509 |
+
"end": 3.76
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"text": "se",
|
| 513 |
+
"start": 3.76,
|
| 514 |
+
"end": 3.92
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"text": "percibe",
|
| 518 |
+
"start": 3.92,
|
| 519 |
+
"end": 4.64
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"text": "su",
|
| 523 |
+
"start": 4.64,
|
| 524 |
+
"end": 4.88
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"text": "movimiento,",
|
| 528 |
+
"start": 4.88,
|
| 529 |
+
"end": 5.52
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"text": "¿cierto?",
|
| 533 |
+
"start": 5.52,
|
| 534 |
+
"end": 6.72
|
| 535 |
+
}
|
| 536 |
+
],
|
| 537 |
+
"final": true
|
| 538 |
+
},
|
| 539 |
+
"reference_words": 15,
|
| 540 |
+
"prior_fixture_errors": 0,
|
| 541 |
+
"actual_errors": 0,
|
| 542 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 543 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 544 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"name": "multilingual_lv_lv_repeats_without_added_word_errors",
|
| 548 |
+
"passed": true,
|
| 549 |
+
"fixture_sha256": "0046336e59aca17a93029fcd1a6352751b118dab6ffb4fd1c215c7f048674e26",
|
| 550 |
+
"reference": "Tas mums ir devis vilcienus, automašīnas un daudzus citus transportlīdzekļus.",
|
| 551 |
+
"prior_fixture_text": "Tas mums ir devas vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 552 |
+
"result": {
|
| 553 |
+
"audio_seconds": 7.14,
|
| 554 |
+
"text": "Tas mums ir devis vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 555 |
+
"words": [
|
| 556 |
+
{
|
| 557 |
+
"text": "Tas",
|
| 558 |
+
"start": 0.88,
|
| 559 |
+
"end": 1.12
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"text": "mums",
|
| 563 |
+
"start": 1.36,
|
| 564 |
+
"end": 1.6
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"text": "ir",
|
| 568 |
+
"start": 1.68,
|
| 569 |
+
"end": 1.84
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"text": "devis",
|
| 573 |
+
"start": 1.84,
|
| 574 |
+
"end": 2.16
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"text": "vilcienus,",
|
| 578 |
+
"start": 2.32,
|
| 579 |
+
"end": 3.28
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"text": "automašīnas",
|
| 583 |
+
"start": 3.28,
|
| 584 |
+
"end": 4.16
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"text": "un",
|
| 588 |
+
"start": 4.16,
|
| 589 |
+
"end": 4.32
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"text": "daudzus",
|
| 593 |
+
"start": 4.32,
|
| 594 |
+
"end": 4.8
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"text": "citas",
|
| 598 |
+
"start": 4.8,
|
| 599 |
+
"end": 5.04
|
| 600 |
+
},
|
| 601 |
+
{
|
| 602 |
+
"text": "transportlīdzekļus.",
|
| 603 |
+
"start": 5.2,
|
| 604 |
+
"end": 6.96
|
| 605 |
+
}
|
| 606 |
+
],
|
| 607 |
+
"final": true
|
| 608 |
+
},
|
| 609 |
+
"reference_words": 10,
|
| 610 |
+
"prior_fixture_errors": 2,
|
| 611 |
+
"actual_errors": 1,
|
| 612 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 613 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 614 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 615 |
+
},
|
| 616 |
+
{
|
| 617 |
+
"name": "empty_returns_empty_text",
|
| 618 |
+
"passed": true
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"name": "silence_returns_empty_text",
|
| 622 |
+
"passed": true
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"name": "reject_bad-length",
|
| 626 |
+
"passed": true,
|
| 627 |
+
"error": "PCM byte count must be divisible by four"
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"name": "reject_nan",
|
| 631 |
+
"passed": true,
|
| 632 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"name": "reject_out-of-range",
|
| 636 |
+
"passed": true,
|
| 637 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"name": "reject_too-long",
|
| 641 |
+
"passed": true,
|
| 642 |
+
"error": "PCM exceeds the 30 second request limit"
|
| 643 |
+
},
|
| 644 |
+
{
|
| 645 |
+
"name": "malformed_duplicate_oversized_and_invalid_id_requests_recover",
|
| 646 |
+
"passed": true
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"name": "invalid_operation_path_and_rate_recover",
|
| 650 |
+
"passed": true
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"name": "real_transcription_after_all_request_errors",
|
| 654 |
+
"passed": true
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"name": "shutdown_exit_zero_and_json_only_stdout",
|
| 658 |
+
"passed": true
|
| 659 |
+
}
|
| 660 |
+
],
|
| 661 |
+
"measurement": "Sequential smoke-call wall time includes file read and JSON IPC; no comparative speed claim. Startup includes loading, without weight hashing."
|
| 662 |
+
}
|
evidence/r3-promotion-20260908/f16-lineage.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"candidate_sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56",
|
| 3 |
+
"gguf_sha256": "de53fb8ec251fb07ade15baabe17b00774ae3f1112f8618b062337f90fb49194",
|
| 4 |
+
"gguf_bytes": 1296681088,
|
| 5 |
+
"converter_commit": "4f9676226f667d14608487df744f375db87127f8",
|
| 6 |
+
"librosa_version": "0.11.0",
|
| 7 |
+
"mel_filterbank_sha256": "bce5ec5f194a5913f6508cee5a85512e7bad2352db8fc28f5c6ff75af8b09137",
|
| 8 |
+
"fits_sha256": "44ef0eb45fdd122a3900c97f1faf4ffedf567f27e9ad535f24687c36a8c7f704",
|
| 9 |
+
"fitted_rows_exact_after_f16_rounding": 12288,
|
| 10 |
+
"depthwise_storage_dtype": "float16",
|
| 11 |
+
"export_precision": "f16",
|
| 12 |
+
"source_audit_sha256": "3d9f115d39758976836291bf2a99f96b0ea71c412f320e3d954b6ba66cfdf59d",
|
| 13 |
+
"scope": "Exact-source native export; format-specific ASR measurements are recorded separately",
|
| 14 |
+
"parent_audit_sha256": "dac88b3fa2d17bd8b8e32ac0e9eaf4d24473b9ac2715f8d1601df3ff03cc751d",
|
| 15 |
+
"ancestor_audits_sha256": [
|
| 16 |
+
"dac88b3fa2d17bd8b8e32ac0e9eaf4d24473b9ac2715f8d1601df3ff03cc751d",
|
| 17 |
+
"bb9e8e5bc5408f1510258ad4b7c06f6050fa619da82bf95ffb5fad6f19423e64"
|
| 18 |
+
]
|
| 19 |
+
}
|
evidence/r3-promotion-20260908/f16-metal.json
ADDED
|
@@ -0,0 +1,666 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "passed",
|
| 3 |
+
"scope": "private compiled native sidecar prototype; not an Electron app benchmark or cross-platform package certification",
|
| 4 |
+
"created_at": "2026-09-08T21:12:48.934Z",
|
| 5 |
+
"platform": "darwin",
|
| 6 |
+
"arch": "arm64",
|
| 7 |
+
"os_release": "25.4.0",
|
| 8 |
+
"cpu": "Apple M5 Max",
|
| 9 |
+
"node": "v25.9.0",
|
| 10 |
+
"model_sha256": "de53fb8ec251fb07ade15baabe17b00774ae3f1112f8618b062337f90fb49194",
|
| 11 |
+
"model_bytes": 1296681088,
|
| 12 |
+
"model_identity": {
|
| 13 |
+
"stage": "audited-native-candidate",
|
| 14 |
+
"source_model_sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56",
|
| 15 |
+
"lineage_sha256": "e47ada9ed05ce74f13964daca3c1393e4c46025e550a500500323c6cd2c259e7",
|
| 16 |
+
"source_audit_sha256": "3d9f115d39758976836291bf2a99f96b0ea71c412f320e3d954b6ba66cfdf59d"
|
| 17 |
+
},
|
| 18 |
+
"runtime_archive_sha256": "f1dff4f9dd9c96214f8cb78b982812459132df8a4ad1a42409fd94de4a366244",
|
| 19 |
+
"runtime_archive": "nemo-speech-0.1.0-macos-aarch64-metal.tar.gz",
|
| 20 |
+
"sidecar_sha256": "12e43c158d2905f33d8d8d3c0dd615fe7539c44212f76f9ad3daf58035af0ac3",
|
| 21 |
+
"device": "metal",
|
| 22 |
+
"checks": [
|
| 23 |
+
{
|
| 24 |
+
"name": "candidate_native_lineage_and_runtime_archive_hashes",
|
| 25 |
+
"passed": true
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"name": "relocated_bin_lib_startup_without_loader_environment",
|
| 29 |
+
"passed": true,
|
| 30 |
+
"ready": {
|
| 31 |
+
"event": "ready",
|
| 32 |
+
"protocol_version": 1,
|
| 33 |
+
"device": "metal",
|
| 34 |
+
"gpu_index": 0,
|
| 35 |
+
"runtime_version": "nemo-speech-asr 0.1.0"
|
| 36 |
+
},
|
| 37 |
+
"elapsed_ms": 2484.4894170000007
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"name": "unicode_model_cli_path_loaded",
|
| 41 |
+
"passed": true,
|
| 42 |
+
"filename": "模型 épreuve with spaces/Orukeet 🦜.gguf"
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"name": "two_real_model_requests_same_process_unicode_audio_path",
|
| 46 |
+
"passed": true,
|
| 47 |
+
"results": [
|
| 48 |
+
{
|
| 49 |
+
"elapsed_ms": 721.1802499999994,
|
| 50 |
+
"audio_seconds": 11,
|
| 51 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 52 |
+
"words": [
|
| 53 |
+
{
|
| 54 |
+
"text": "And",
|
| 55 |
+
"start": 0.24,
|
| 56 |
+
"end": 0.56
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"text": "so,",
|
| 60 |
+
"start": 0.56,
|
| 61 |
+
"end": 1.04
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"text": "my",
|
| 65 |
+
"start": 1.04,
|
| 66 |
+
"end": 1.28
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"text": "fellow",
|
| 70 |
+
"start": 1.28,
|
| 71 |
+
"end": 1.76
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"text": "Americans,",
|
| 75 |
+
"start": 1.76,
|
| 76 |
+
"end": 3.28
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"text": "ask",
|
| 80 |
+
"start": 3.28,
|
| 81 |
+
"end": 3.92
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"text": "not",
|
| 85 |
+
"start": 4.24,
|
| 86 |
+
"end": 4.56
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"text": "what",
|
| 90 |
+
"start": 5.2,
|
| 91 |
+
"end": 5.52
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"text": "your",
|
| 95 |
+
"start": 5.52,
|
| 96 |
+
"end": 5.68
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"text": "country",
|
| 100 |
+
"start": 6,
|
| 101 |
+
"end": 6.56
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"text": "can",
|
| 105 |
+
"start": 6.56,
|
| 106 |
+
"end": 6.8
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"text": "do",
|
| 110 |
+
"start": 6.8,
|
| 111 |
+
"end": 7.12
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"text": "for",
|
| 115 |
+
"start": 7.12,
|
| 116 |
+
"end": 7.44
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"text": "you,",
|
| 120 |
+
"start": 7.44,
|
| 121 |
+
"end": 8.16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"text": "ask",
|
| 125 |
+
"start": 8.16,
|
| 126 |
+
"end": 8.72
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"text": "what",
|
| 130 |
+
"start": 8.72,
|
| 131 |
+
"end": 8.96
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"text": "you",
|
| 135 |
+
"start": 8.96,
|
| 136 |
+
"end": 9.2
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"text": "can",
|
| 140 |
+
"start": 9.2,
|
| 141 |
+
"end": 9.52
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"text": "do",
|
| 145 |
+
"start": 9.52,
|
| 146 |
+
"end": 9.68
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"text": "for",
|
| 150 |
+
"start": 9.68,
|
| 151 |
+
"end": 9.92
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"text": "your",
|
| 155 |
+
"start": 9.92,
|
| 156 |
+
"end": 10.08
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"text": "country.",
|
| 160 |
+
"start": 10.08,
|
| 161 |
+
"end": 10.8
|
| 162 |
+
}
|
| 163 |
+
],
|
| 164 |
+
"final": true
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"elapsed_ms": 114.50400000000081,
|
| 168 |
+
"audio_seconds": 11,
|
| 169 |
+
"text": "And so, my fellow Americans, ask not what your country can do for you, ask what you can do for your country.",
|
| 170 |
+
"words": [
|
| 171 |
+
{
|
| 172 |
+
"text": "And",
|
| 173 |
+
"start": 0.24,
|
| 174 |
+
"end": 0.56
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"text": "so,",
|
| 178 |
+
"start": 0.56,
|
| 179 |
+
"end": 1.04
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"text": "my",
|
| 183 |
+
"start": 1.04,
|
| 184 |
+
"end": 1.28
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"text": "fellow",
|
| 188 |
+
"start": 1.28,
|
| 189 |
+
"end": 1.76
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"text": "Americans,",
|
| 193 |
+
"start": 1.76,
|
| 194 |
+
"end": 3.28
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"text": "ask",
|
| 198 |
+
"start": 3.28,
|
| 199 |
+
"end": 3.92
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"text": "not",
|
| 203 |
+
"start": 4.24,
|
| 204 |
+
"end": 4.56
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"text": "what",
|
| 208 |
+
"start": 5.2,
|
| 209 |
+
"end": 5.52
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"text": "your",
|
| 213 |
+
"start": 5.52,
|
| 214 |
+
"end": 5.68
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"text": "country",
|
| 218 |
+
"start": 6,
|
| 219 |
+
"end": 6.56
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"text": "can",
|
| 223 |
+
"start": 6.56,
|
| 224 |
+
"end": 6.8
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"text": "do",
|
| 228 |
+
"start": 6.8,
|
| 229 |
+
"end": 7.12
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"text": "for",
|
| 233 |
+
"start": 7.12,
|
| 234 |
+
"end": 7.44
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"text": "you,",
|
| 238 |
+
"start": 7.44,
|
| 239 |
+
"end": 8.16
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"text": "ask",
|
| 243 |
+
"start": 8.16,
|
| 244 |
+
"end": 8.72
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"text": "what",
|
| 248 |
+
"start": 8.72,
|
| 249 |
+
"end": 8.96
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"text": "you",
|
| 253 |
+
"start": 8.96,
|
| 254 |
+
"end": 9.2
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"text": "can",
|
| 258 |
+
"start": 9.2,
|
| 259 |
+
"end": 9.52
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"text": "do",
|
| 263 |
+
"start": 9.52,
|
| 264 |
+
"end": 9.68
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"text": "for",
|
| 268 |
+
"start": 9.68,
|
| 269 |
+
"end": 9.92
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"text": "your",
|
| 273 |
+
"start": 9.92,
|
| 274 |
+
"end": 10.08
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"text": "country.",
|
| 278 |
+
"start": 10.08,
|
| 279 |
+
"end": 10.8
|
| 280 |
+
}
|
| 281 |
+
],
|
| 282 |
+
"final": true
|
| 283 |
+
}
|
| 284 |
+
]
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"name": "multilingual_fr_fr_repeats_without_added_word_errors",
|
| 288 |
+
"passed": true,
|
| 289 |
+
"fixture_sha256": "9da159e147d71fbe799a06415fdc91e0ba9e049f3d16f94cb88e4f29f4bf5f02",
|
| 290 |
+
"reference": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 291 |
+
"prior_fixture_text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 292 |
+
"result": {
|
| 293 |
+
"audio_seconds": 9.42,
|
| 294 |
+
"text": "Les voyageurs à destination de pays où les taxes sont élevées peuvent parfois faire des économies considérables, en particulier sur des produits comme les boissons alcoolisées ou le tabac.",
|
| 295 |
+
"words": [
|
| 296 |
+
{
|
| 297 |
+
"text": "Les",
|
| 298 |
+
"start": 0,
|
| 299 |
+
"end": 0.16
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"text": "voyageurs",
|
| 303 |
+
"start": 0.16,
|
| 304 |
+
"end": 0.56
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"text": "à",
|
| 308 |
+
"start": 0.56,
|
| 309 |
+
"end": 0.72
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"text": "destination",
|
| 313 |
+
"start": 0.72,
|
| 314 |
+
"end": 1.12
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"text": "de",
|
| 318 |
+
"start": 1.12,
|
| 319 |
+
"end": 1.28
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"text": "pays",
|
| 323 |
+
"start": 1.28,
|
| 324 |
+
"end": 1.52
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"text": "où",
|
| 328 |
+
"start": 1.52,
|
| 329 |
+
"end": 1.68
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"text": "les",
|
| 333 |
+
"start": 1.68,
|
| 334 |
+
"end": 1.84
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"text": "taxes",
|
| 338 |
+
"start": 1.84,
|
| 339 |
+
"end": 2.08
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"text": "sont",
|
| 343 |
+
"start": 2.08,
|
| 344 |
+
"end": 2.24
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"text": "élevées",
|
| 348 |
+
"start": 2.24,
|
| 349 |
+
"end": 2.48
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"text": "peuvent",
|
| 353 |
+
"start": 2.64,
|
| 354 |
+
"end": 2.88
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"text": "parfois",
|
| 358 |
+
"start": 2.88,
|
| 359 |
+
"end": 3.12
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"text": "faire",
|
| 363 |
+
"start": 3.12,
|
| 364 |
+
"end": 3.28
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"text": "des",
|
| 368 |
+
"start": 3.28,
|
| 369 |
+
"end": 3.44
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"text": "économies",
|
| 373 |
+
"start": 3.44,
|
| 374 |
+
"end": 3.92
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"text": "considérables,",
|
| 378 |
+
"start": 3.92,
|
| 379 |
+
"end": 4.64
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"text": "en",
|
| 383 |
+
"start": 4.64,
|
| 384 |
+
"end": 4.8
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"text": "particulier",
|
| 388 |
+
"start": 4.8,
|
| 389 |
+
"end": 5.52
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"text": "sur",
|
| 393 |
+
"start": 5.68,
|
| 394 |
+
"end": 5.92
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"text": "des",
|
| 398 |
+
"start": 5.92,
|
| 399 |
+
"end": 6.08
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"text": "produits",
|
| 403 |
+
"start": 6.08,
|
| 404 |
+
"end": 6.64
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"text": "comme",
|
| 408 |
+
"start": 6.64,
|
| 409 |
+
"end": 6.88
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"text": "les",
|
| 413 |
+
"start": 6.88,
|
| 414 |
+
"end": 7.04
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"text": "boissons",
|
| 418 |
+
"start": 7.04,
|
| 419 |
+
"end": 7.52
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"text": "alcoolisées",
|
| 423 |
+
"start": 7.52,
|
| 424 |
+
"end": 8.32
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"text": "ou",
|
| 428 |
+
"start": 8.32,
|
| 429 |
+
"end": 8.4
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"text": "le",
|
| 433 |
+
"start": 8.4,
|
| 434 |
+
"end": 8.64
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"text": "tabac.",
|
| 438 |
+
"start": 8.64,
|
| 439 |
+
"end": 9.2
|
| 440 |
+
}
|
| 441 |
+
],
|
| 442 |
+
"final": true
|
| 443 |
+
},
|
| 444 |
+
"reference_words": 29,
|
| 445 |
+
"prior_fixture_errors": 0,
|
| 446 |
+
"actual_errors": 0,
|
| 447 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 448 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 449 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"name": "multilingual_es_419_repeats_without_added_word_errors",
|
| 453 |
+
"passed": true,
|
| 454 |
+
"fixture_sha256": "25c2820fbfc09a588480efe521c5b31a4e1046756a0434da923d0faf9ff7bf49",
|
| 455 |
+
"reference": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 456 |
+
"prior_fixture_text": "Esto parece tener sentido ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 457 |
+
"result": {
|
| 458 |
+
"audio_seconds": 7.68,
|
| 459 |
+
"text": "Esto parece tener sentido, ya que en la Tierra no se percibe su movimiento, ¿cierto?",
|
| 460 |
+
"words": [
|
| 461 |
+
{
|
| 462 |
+
"text": "Esto",
|
| 463 |
+
"start": 0.32,
|
| 464 |
+
"end": 0.88
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"text": "parece",
|
| 468 |
+
"start": 0.88,
|
| 469 |
+
"end": 1.36
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"text": "tener",
|
| 473 |
+
"start": 1.36,
|
| 474 |
+
"end": 1.76
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"text": "sentido,",
|
| 478 |
+
"start": 1.76,
|
| 479 |
+
"end": 2.4
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"text": "ya",
|
| 483 |
+
"start": 2.4,
|
| 484 |
+
"end": 2.64
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"text": "que",
|
| 488 |
+
"start": 2.64,
|
| 489 |
+
"end": 2.88
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"text": "en",
|
| 493 |
+
"start": 2.88,
|
| 494 |
+
"end": 3.04
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"text": "la",
|
| 498 |
+
"start": 3.04,
|
| 499 |
+
"end": 3.28
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"text": "Tierra",
|
| 503 |
+
"start": 3.28,
|
| 504 |
+
"end": 3.6
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"text": "no",
|
| 508 |
+
"start": 3.6,
|
| 509 |
+
"end": 3.76
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"text": "se",
|
| 513 |
+
"start": 3.76,
|
| 514 |
+
"end": 3.92
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"text": "percibe",
|
| 518 |
+
"start": 3.92,
|
| 519 |
+
"end": 4.64
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"text": "su",
|
| 523 |
+
"start": 4.64,
|
| 524 |
+
"end": 4.88
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"text": "movimiento,",
|
| 528 |
+
"start": 4.88,
|
| 529 |
+
"end": 5.44
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"text": "¿cierto?",
|
| 533 |
+
"start": 5.52,
|
| 534 |
+
"end": 6.72
|
| 535 |
+
}
|
| 536 |
+
],
|
| 537 |
+
"final": true
|
| 538 |
+
},
|
| 539 |
+
"reference_words": 15,
|
| 540 |
+
"prior_fixture_errors": 0,
|
| 541 |
+
"actual_errors": 0,
|
| 542 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 543 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 544 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"name": "multilingual_lv_lv_repeats_without_added_word_errors",
|
| 548 |
+
"passed": true,
|
| 549 |
+
"fixture_sha256": "0046336e59aca17a93029fcd1a6352751b118dab6ffb4fd1c215c7f048674e26",
|
| 550 |
+
"reference": "Tas mums ir devis vilcienus, automašīnas un daudzus citus transportlīdzekļus.",
|
| 551 |
+
"prior_fixture_text": "Tas mums ir devas vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 552 |
+
"result": {
|
| 553 |
+
"audio_seconds": 7.14,
|
| 554 |
+
"text": "Tas mums ir devis vilcienus, automašīnas un daudzus citas transportlīdzekļus.",
|
| 555 |
+
"words": [
|
| 556 |
+
{
|
| 557 |
+
"text": "Tas",
|
| 558 |
+
"start": 0.88,
|
| 559 |
+
"end": 1.12
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"text": "mums",
|
| 563 |
+
"start": 1.36,
|
| 564 |
+
"end": 1.6
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"text": "ir",
|
| 568 |
+
"start": 1.68,
|
| 569 |
+
"end": 1.84
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"text": "devis",
|
| 573 |
+
"start": 1.84,
|
| 574 |
+
"end": 2.16
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"text": "vilcienus,",
|
| 578 |
+
"start": 2.32,
|
| 579 |
+
"end": 3.28
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"text": "automašīnas",
|
| 583 |
+
"start": 3.28,
|
| 584 |
+
"end": 4.16
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"text": "un",
|
| 588 |
+
"start": 4.16,
|
| 589 |
+
"end": 4.32
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"text": "daudzus",
|
| 593 |
+
"start": 4.32,
|
| 594 |
+
"end": 4.8
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"text": "citas",
|
| 598 |
+
"start": 4.8,
|
| 599 |
+
"end": 5.04
|
| 600 |
+
},
|
| 601 |
+
{
|
| 602 |
+
"text": "transportlīdzekļus.",
|
| 603 |
+
"start": 5.2,
|
| 604 |
+
"end": 6.96
|
| 605 |
+
}
|
| 606 |
+
],
|
| 607 |
+
"final": true
|
| 608 |
+
},
|
| 609 |
+
"reference_words": 10,
|
| 610 |
+
"prior_fixture_errors": 2,
|
| 611 |
+
"actual_errors": 1,
|
| 612 |
+
"reference_model_sha256": "8967e04bd73fd8e88bccbfe97d0ec952beac73b1b3b3cba4b5c03316fcd8baa0",
|
| 613 |
+
"scope": "Fixed qualitative fixture regression against the recorded Metal output; not a language benchmark.",
|
| 614 |
+
"normalization": "NFC, lowercase, Unicode punctuation/symbols replaced by spaces, whitespace tokenization"
|
| 615 |
+
},
|
| 616 |
+
{
|
| 617 |
+
"name": "empty_returns_empty_text",
|
| 618 |
+
"passed": true
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"name": "silence_returns_empty_text",
|
| 622 |
+
"passed": true
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"name": "reject_bad-length",
|
| 626 |
+
"passed": true,
|
| 627 |
+
"error": "PCM byte count must be divisible by four"
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"name": "reject_nan",
|
| 631 |
+
"passed": true,
|
| 632 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"name": "reject_out-of-range",
|
| 636 |
+
"passed": true,
|
| 637 |
+
"error": "PCM samples must be finite and between -1 and 1"
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"name": "reject_too-long",
|
| 641 |
+
"passed": true,
|
| 642 |
+
"error": "PCM exceeds the 30 second request limit"
|
| 643 |
+
},
|
| 644 |
+
{
|
| 645 |
+
"name": "malformed_duplicate_oversized_and_invalid_id_requests_recover",
|
| 646 |
+
"passed": true
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"name": "invalid_operation_path_and_rate_recover",
|
| 650 |
+
"passed": true
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"name": "real_transcription_after_all_request_errors",
|
| 654 |
+
"passed": true
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"name": "shutdown_exit_zero_and_json_only_stdout",
|
| 658 |
+
"passed": true
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"name": "native_log_confirms_metal_gpu_backend",
|
| 662 |
+
"passed": true
|
| 663 |
+
}
|
| 664 |
+
],
|
| 665 |
+
"measurement": "Sequential smoke-call wall time includes file read and JSON IPC; no comparative speed claim. Startup includes loading, without weight hashing."
|
| 666 |
+
}
|