Skip to content

Commit faf8f67

Browse files
authored
Thonburian Whisper blog
1 parent 2aa0081 commit faf8f67

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
template: BlogPost
3+
path: /blog/thonburian-whisper-2024
4+
date: 2025-01-02T07:08:53.137Z
5+
title: From Thonburian Whisper to Multimodal Applications
6+
thumbnail: "/assets/blogs/thonburian-whisper.jpg"
7+
metaDescription:
8+
---
9+
10+
<p align="center">
11+
<img src="/assets/blogs/thonburian-whisper.jpg" width=400>
12+
<br>
13+
Thonburian Whisper
14+
</p>
15+
16+
Hello January 2025! Thai automatic speech recognition (ASR) has made significant strides in recent years. I am particularly impressed by the development from Ekapol's lab on foundation techniques in ASR, NECTEC on releasing Pathumma (series of models including LLM, ASR, Multimodal models), and SCB10X on recently releasing Typhoon 2. Our lab is also excited to be a part of the journey by releasing Thonburian Whisper, a fine-tuned Whisper for Thai.
17+
18+
## Origins
19+
20+
In December 2022, our lab and Wordsense (an affiliated company with Looloo Technology) released Thonburian Whisper as a part of Huggingface's Whisper fine-tuning event. When we first released the model, our goal was to address the challenges that vanilla Whisper models faced with Thai speech. Through careful combination of audio datasets, strategic augmentation, and improved segmentation, we achieved significant improvements in Word Error Rate (WER) across different model sizes. The distilled models proved particularly interesting, achieving strong performance with less than 1,500 hours of audio data. We recently publish our model at [ICNLSP 2024](https://aclanthology.org/2024.icnlsp-1.17/) where we have grown community using our model on [Github](https://github.com/biodatlab/thonburian-whisper).
21+
22+
## Community Adoption
23+
24+
It's been incredibly encouraging to see the adoption and extension of our work by the Thai AI community. I'd like to particularly thank the team at NECTEC for their work on [Pathumma Whisper](https://huggingface.co/nectec/Pathumma-whisper-th-large-v3), which builds upon and references our Thonburian Whisper approach. I also would like to thank [DMIND](https://aimet.tech/en/all-projects/dmind/), a national depression screening application, developed from AIMET and [PresScribe](https://looloohealth.com/en/), application that summarizes patient conversations into medical records, that use our model for national depression screening. If you use our model for Thai speech-to-text application, please feel free send message to us anytime.
25+
26+
## Expanding into Multimodal Applications
27+
28+
The impact of Thonburian Whisper has extended beyond pure speech recognition. We're particularly excited about its integration into larger multimodal language models. The recent [Typhoon2-Audio project](https://arxiv.org/abs/2412.13702) demonstrates this perfectly, using a fine-tuned version of Thonburian Whisper Large as part of its speech encoding stack with BEATs for audio encoder. I highly recommend reading their Arxiv paper where they went in details of their training recipes.
29+
30+
<p align="center">
31+
<img src="/assets/blogs/typhoon2-audio.jpg" width=400>
32+
<br>
33+
Typhoon 2 audio uses Thonburian Whisper Large as their encoder. Reference: Typhoon 2 https://arxiv.org/pdf/2412.13702.
34+
</p>
35+
36+
37+
## Looking Forward
38+
39+
As we continue to see Thonburian Whisper being used in Thai commmunity, we see a great open collaboration in advancing Thai ASR community. Whether it's being used for direct speech recognition, serving as a component in larger multimodal systems, or inspiring new approaches, each application helps push the field forward. We encourage researchers and developers to continue exploring and building upon these foundations. The code and models are available at our [GitHub repository](https://github.com/biodatlab/thonburian-whisper/). Hope we see a lot more development in speech community coming up this year!
76.2 KB
Loading
276 KB
Loading

0 commit comments

Comments
 (0)