Automatic Speech Recognition
Transformers
Safetensors
Khmer
qwen3_asr
speech
audio
khmer
qwen3-asr
Eval Results (legacy)
Instructions to use seanghay/Qwen3-ASR-0.6B-Khmer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seanghay/Qwen3-ASR-0.6B-Khmer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="seanghay/Qwen3-ASR-0.6B-Khmer")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("seanghay/Qwen3-ASR-0.6B-Khmer") model = AutoModelForMultimodalLM.from_pretrained("seanghay/Qwen3-ASR-0.6B-Khmer") - Notebooks
- Google Colab
- Kaggle
Credit training dataset (DDD-Cambodia/khmer-speech-dataset)
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ language:
|
|
| 4 |
- km
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen3-ASR-0.6B
|
|
|
|
|
|
|
| 7 |
pipeline_tag: automatic-speech-recognition
|
| 8 |
library_name: transformers
|
| 9 |
tags:
|
|
@@ -43,8 +45,10 @@ model-index:
|
|
| 43 |
|
| 44 |
A Khmer (ខ្មែរ) automatic speech recognition model, fine-tuned from
|
| 45 |
[**Qwen/Qwen3-ASR-0.6B**](https://huggingface.co/Qwen/Qwen3-ASR-0.6B) on
|
| 46 |
-
~700 hours of Khmer speech
|
| 47 |
-
|
|
|
|
|
|
|
| 48 |
|
| 49 |
## Results
|
| 50 |
|
|
@@ -101,7 +105,7 @@ chunked; for long clips set a larger `max_new_tokens` so the transcript is not c
|
|
| 101 |
|---|---|
|
| 102 |
| Base model | Qwen/Qwen3-ASR-0.6B |
|
| 103 |
| Language | Khmer (`km`) |
|
| 104 |
-
| Training data | ~700 h
|
| 105 |
| Epochs | 3 (35,997 steps) |
|
| 106 |
| Effective batch size | 32 (per-device 4 × grad-accum 8) |
|
| 107 |
| Learning rate | 2e-5, linear schedule with warmup |
|
|
|
|
| 4 |
- km
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen3-ASR-0.6B
|
| 7 |
+
datasets:
|
| 8 |
+
- DDD-Cambodia/khmer-speech-dataset
|
| 9 |
pipeline_tag: automatic-speech-recognition
|
| 10 |
library_name: transformers
|
| 11 |
tags:
|
|
|
|
| 45 |
|
| 46 |
A Khmer (ខ្មែរ) automatic speech recognition model, fine-tuned from
|
| 47 |
[**Qwen/Qwen3-ASR-0.6B**](https://huggingface.co/Qwen/Qwen3-ASR-0.6B) on
|
| 48 |
+
~700 hours of Khmer speech from the
|
| 49 |
+
[**DDD-Cambodia/khmer-speech-dataset**](https://huggingface.co/datasets/DDD-Cambodia/khmer-speech-dataset).
|
| 50 |
+
It substantially improves Khmer transcription accuracy over the base model
|
| 51 |
+
while keeping the compact 0.6B footprint.
|
| 52 |
|
| 53 |
## Results
|
| 54 |
|
|
|
|
| 105 |
|---|---|
|
| 106 |
| Base model | Qwen/Qwen3-ASR-0.6B |
|
| 107 |
| Language | Khmer (`km`) |
|
| 108 |
+
| Training data | [DDD-Cambodia/khmer-speech-dataset](https://huggingface.co/datasets/DDD-Cambodia/khmer-speech-dataset) (~700 h, ~384k clips) |
|
| 109 |
| Epochs | 3 (35,997 steps) |
|
| 110 |
| Effective batch size | 32 (per-device 4 × grad-accum 8) |
|
| 111 |
| Learning rate | 2e-5, linear schedule with warmup |
|