|
--- |
|
title: Faster Whisper Large V3 Post Processwith Advanced |
|
emoji: π |
|
colorFrom: gray |
|
colorTo: blue |
|
sdk: gradio |
|
sdk_version: 5.43.1 |
|
app_file: app.py |
|
pinned: false |
|
license: apache-2.0 |
|
--- |
|
|
|
## Samaali β Whisper ASR Post-Processing (Arabic) |
|
|
|
- Word-level timestamps & probabilities (faster-whisper) |
|
- Alignment to GT + ASR-vs-Memorization classification |
|
- Confidence gating + Numbers handling |
|
- Literal & Semantic scores |
|
|
|
### API |
|
- `/run/evaluate` (UI outputs) |
|
- `/run/predict` (JSON-only) |
|
|
|
**Note (CPU Spaces):** the app enforces `whisper=small`, `compute=int8`, and disables MARBERT by default to avoid OOM. |
|
|