{
  "config": {
    "model": "google/gemma-4-12B-it",
    "dataset": "gigaspeech",
    "split": "test",
    "backend": "vllm",
    "quantization": null,
    "limit": null,
    "seed": 42,
    "output_dir": "eval_results",
    "output_json": null,
    "output_csv": null,
    "quiet": true,
    "streaming": false,
    "prompt": "Transcribe the following speech segment in its original language.",
    "max_output_tokens": null,
    "chunk_duration_s": null,
    "batch_size": 8
  },
  "corpus_metrics": {
    "wer": 0.23913931939156904,
    "cer": 0.16509359029782955,
    "mer": 0.23096650104183364,
    "wil": 0.32177726010489194,
    "substitution_rate": 0.10317615616493324,
    "insertion_rate": 0.035385297490631046,
    "deletion_rate": 0.10057786573600477,
    "latency": {
      "mean": 0.12045878829540305,
      "p50": 0.11812962163094198,
      "p95": 0.16989625400310615
    },
    "rtfx": {
      "mean": 54.60721200010006,
      "p50": 52.66120054771212,
      "p95": 109.44632215243652
    },
    "audio_duration": {
      "mean": 6.386551000953289,
      "min": 0.125,
      "max": 22.025,
      "p50": 6.2,
      "total": 127290.348
    },
    "num_samples": 19931,
    "bleu": null,
    "throughput_rtfx": 51.779510993409886
  },
  "sample_results": []
}