File size: 612 Bytes
dcbe586
 
 
 
 
 
 
 
 
 
 
 
301f516
e4e9476
301f516
 
 
 
e4e9476
301f516
 
 
e4e9476
301f516
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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.