{
  "config": {
    "model": "google/gemma-4-12B-it",
    "dataset": "librispeech",
    "split": "test.other",
    "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.14749262536873156,
    "cer": 0.09655317066349717,
    "mer": 0.14582982780862638,
    "wil": 0.22342465386473764,
    "substitution_rate": 0.08575372513425611,
    "insertion_rate": 0.011402314499659632,
    "deletion_rate": 0.05033658573481582,
    "latency": {
      "mean": 0.11048386887634615,
      "p50": 0.10585264862311305,
      "p95": 0.17861511637602234
    },
    "rtfx": {
      "mean": 62.07555064189439,
      "p50": 52.33741602494231,
      "p95": 131.70518026135903
    },
    "audio_duration": {
      "mean": 6.542895585233072,
      "min": 1.25,
      "max": 34.51,
      "p50": 5.15,
      "total": 19229.570125
    },
    "num_samples": 2939,
    "bleu": null,
    "throughput_rtfx": 58.352442187785314
  },
  "sample_results": []
}