Views
No views yet
typhoon-ai/typhoon-asr-streaming-115m.
Trained on the ASR training transcripts plus a synthetic in-domain corpus (English
code-switch terms inserted into LLM-generated Thai carrier templates) — no evaluation
data. Tokenizer-locked: it works only with the matching model's tokenizer.ngram_4gram_bpe2048.arpa (~2.7 GB, KenLM ARPA).docs/SHALLOW_FUSION.md):1from omegaconf import OmegaConf
2
3cfg = {"strategy": "greedy_batch", "greedy": {
4 "ngram_lm_model": "ngram_4gram_bpe2048.arpa",
5 "ngram_lm_alpha": 0.5,
6}}
7model.change_decoding_strategy(OmegaConf.create(cfg))