GOESB

Whisper.cpp Large V3 Turbo DE (Batch)

whispercpp-large-v3-turbo-de-batch · v1.0.0

batchde-DEwhisper-cppwhisper-large-v3-turbo

Scoring

Primary metric: wer · Tie-breakers: real_time_factor, energy_wh

Metrics: wer, wer_substitutions, wer_deletions, wer_insertions, cer, cer_substitutions, cer_deletions, cer_insertions, real_time_factor, cpu_pct, ram_mb, energy_wh, temperature_c

Changelog

  • v1.0.0New profile for whisper-large-v3-turbo. Mirrors its whisper-large-v3 sibling field-for-field (turbo is the same encoder with a pruned 4-layer decoder -- no config-surface change) -- added per external feedback (2026-08-05 Babbl letter). Verified real support first, not assumed -- whisper.cpp's official ggml-large-v3-turbo.bin (download-ggml-model.sh large-v3-turbo) and faster-whisper's own _MODELS mapping ("large-v3-turbo"/"turbo" both resolve to mobiuslabsgmbh/faster-whisper-large-v3-turbo, confirmed by reading faster_whisper/utils.py directly).

Full definition

{
  "id": "whispercpp-large-v3-turbo-de-batch",
  "version": "1.0.0",
  "title": "Whisper.cpp Large V3 Turbo DE (Batch)",
  "benchmark_type": "batch",
  "language": "de-DE",
  "runtime": {
    "name": "whisper-cpp",
    "min_version": "1.5.0"
  },
  "model": {
    "name": "whisper-large-v3-turbo",
    "beam_size": 5,
    "temperature": 0,
    "vad": false,
    "context_reset": "per_utterance"
  },
  "configuration": {
    "threads": 4
  },
  "normalization": {
    "lowercase": true,
    "remove_punctuation": true,
    "expand_numbers": true,
    "ruleset_id": "goesb-de-v1"
  },
  "scoring": {
    "primary_metric": "wer",
    "tie_breakers": [
      "real_time_factor",
      "energy_wh"
    ]
  },
  "metrics": [
    "wer",
    "wer_substitutions",
    "wer_deletions",
    "wer_insertions",
    "cer",
    "cer_substitutions",
    "cer_deletions",
    "cer_insertions",
    "real_time_factor",
    "cpu_pct",
    "ram_mb",
    "energy_wh",
    "temperature_c"
  ],
  "overridable": {
    "threads": {
      "range": {
        "min": 1,
        "max": 16
      }
    }
  },
  "changelog": [
    {
      "version": "1.0.0",
      "notes": "New profile for whisper-large-v3-turbo. Mirrors its whisper-large-v3 sibling field-for-field (turbo is the same encoder with a pruned 4-layer decoder -- no config-surface change) -- added per external feedback (2026-08-05 Babbl letter). Verified real support first, not assumed -- whisper.cpp's official ggml-large-v3-turbo.bin (download-ggml-model.sh large-v3-turbo) and faster-whisper's own _MODELS mapping (\"large-v3-turbo\"/\"turbo\" both resolve to mobiuslabsgmbh/faster-whisper-large-v3-turbo, confirmed by reading faster_whisper/utils.py directly)."
    }
  ]
}