Whisper Tiny NL (Batch)
whisper-tiny-nl-batch · v1.0.0
batchnl-NLfaster-whisperwhisper-tiny
Scoring
Primary metric: wer · Tie-breakers: real_time_factor, energy_wh
Metrics: wer, cer, real_time_factor, cpu_pct, ram_mb, energy_wh, temperature_c
Changelog
- v1.0.0 — Initial profile (bulk-generated official set).
Full definition
{
"id": "whisper-tiny-nl-batch",
"version": "1.0.0",
"title": "Whisper Tiny NL (Batch)",
"benchmark_type": "batch",
"language": "nl-NL",
"runtime": {
"name": "faster-whisper",
"min_version": "1.0.0"
},
"model": {
"name": "whisper-tiny",
"beam_size": 5,
"temperature": 0,
"quantization": "int8",
"vad": true
},
"configuration": {
"threads": 4
},
"normalization": {
"lowercase": true,
"remove_punctuation": true,
"expand_numbers": true,
"ruleset_id": "goesb-nl-v1"
},
"scoring": {
"primary_metric": "wer",
"tie_breakers": [
"real_time_factor",
"energy_wh"
]
},
"metrics": [
"wer",
"cer",
"real_time_factor",
"cpu_pct",
"ram_mb",
"energy_wh",
"temperature_c"
],
"changelog": [
{
"version": "1.0.0",
"notes": "Initial profile (bulk-generated official set)."
}
]
}