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
Remove comparison-to-earlier-checkpoint note
Browse files
README.md
CHANGED
|
@@ -64,10 +64,6 @@ normalized by removing punctuation.
|
|
| 64 |
- **CER (corpus)** = total edit distance ÷ total reference characters (micro-average).
|
| 65 |
- **CER (avg)** = mean of per-clip CER (macro-average).
|
| 66 |
|
| 67 |
-
On the out-of-domain set, this model roughly halves the CER of an earlier,
|
| 68 |
-
smaller-data checkpoint (≈16% → ≈8%), showing the fine-tuning generalizes
|
| 69 |
-
beyond the training domain.
|
| 70 |
-
|
| 71 |
## Usage
|
| 72 |
|
| 73 |
Install the [`qwen-asr`](https://pypi.org/project/qwen-asr/) package (transformers backend):
|
|
@@ -141,7 +137,7 @@ If you use this model, please cite:
|
|
| 141 |
```bibtex
|
| 142 |
@misc{yath2026qwen3asrkhmer,
|
| 143 |
title = {Qwen3-ASR-0.6B-Khmer},
|
| 144 |
-
author = {Seanghay},
|
| 145 |
year = {2026},
|
| 146 |
howpublished = {\url{https://huggingface.co/seanghay/Qwen3-ASR-0.6B-Khmer}}
|
| 147 |
}
|
|
|
|
| 64 |
- **CER (corpus)** = total edit distance ÷ total reference characters (micro-average).
|
| 65 |
- **CER (avg)** = mean of per-clip CER (macro-average).
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
## Usage
|
| 68 |
|
| 69 |
Install the [`qwen-asr`](https://pypi.org/project/qwen-asr/) package (transformers backend):
|
|
|
|
| 137 |
```bibtex
|
| 138 |
@misc{yath2026qwen3asrkhmer,
|
| 139 |
title = {Qwen3-ASR-0.6B-Khmer},
|
| 140 |
+
author = {Yath, Seanghay},
|
| 141 |
year = {2026},
|
| 142 |
howpublished = {\url{https://huggingface.co/seanghay/Qwen3-ASR-0.6B-Khmer}}
|
| 143 |
}
|