--- tags: - whisper - evaluation - speech - speech-to-text --- # Evaluation Results: whisper-large-v3 Evaluation results from Whisper model evaluation. ## Summary | Model | WER | CER | |-------|-----|-----| | [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) | 8.88% | 2.83% | ## Source Data - **Evaluation Dataset:** [Trelis/medical-terms-2025](https://huggingface.co/datasets/Trelis/medical-terms-2025) - **Model Evaluated:** [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) ## Columns | Column | Description | |--------|-------------| | `audio` | Audio sample (if available from source dataset) | | `reference` | Ground truth transcription | | `prediction` | Model prediction | | `wer` | Word Error Rate for this sample | | `cer` | Character Error Rate for this sample | | `entities` | Entity annotations from source dataset | | `entity_cer` | Per-sample entity CER (-1.0 if no entities) | ## Entity CER **Overall Entity CER:** 19.97% | Category | CER | |----------|-----| | biomarker | 4.17% | | condition | 4.92% | | drug | 22.60% | | procedure | 9.68% | --- *Generated by [Trelis Studio](https://studio.trelis.com)*