Typhoon Whisper Large v3 is a state-of-the-art Thai Automatic Speech Recognition (ASR) model fine-tuned on the OpenAI Whisper Large v3 architecture. It delivers exceptional accuracy on Thai speech recognition tasks, achieving superior performance through comprehensive training on diverse Thai audio data.
The model was trained on approximately 10 million data points (~11,000 hours) of Thai audio, curated and normalized using the Typhoon data pipeline to ensure consistent handling of Thai numbers, repetition markers, and context-dependent ambiguities.
Model Overview
Architecture: Whisper Large v3 (32 decoder layers, full model)
Language: Thai
Dataset: ~10M training samples of normalized Thai speech (Gigaspeech2, CommonVoice, Internal Curated Public Media)
Task: Automatic Speech Recognition (ASR)
License: MIT (inherited from OpenAI Whisper)
Performance
Typhoon Whisper Large v3 achieves state-of-the-art performance on Thai speech recognition benchmarks.
Thai ASR Model Performance - Pareto Frontier comparing accuracy vs inference speed
Note: Lower CER (Character Error Rate) is better. Results on Gigaspeech2 (Clean/Academic), TVSpeech (Noisy/In-the-wild), and Google Fleurs (Thai) testset.
Usage
You can use this model directly with the Hugging Face transformers library.