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
Add citation (Seanghay Yath)
Browse files
README.md
CHANGED
|
@@ -136,6 +136,19 @@ Built on [Qwen3-ASR](https://github.com/QwenLM/Qwen3-ASR) by the Alibaba Qwen te
|
|
| 136 |
|
| 137 |
## Citation
|
| 138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
```bibtex
|
| 140 |
@misc{qwen3asr,
|
| 141 |
title = {Qwen3-ASR},
|
|
|
|
| 136 |
|
| 137 |
## Citation
|
| 138 |
|
| 139 |
+
If you use this model, please cite:
|
| 140 |
+
|
| 141 |
+
```bibtex
|
| 142 |
+
@misc{yath2026qwen3asrkhmer,
|
| 143 |
+
title = {Qwen3-ASR-0.6B-Khmer},
|
| 144 |
+
author = {Yath, Seanghay},
|
| 145 |
+
year = {2026},
|
| 146 |
+
howpublished = {\url{https://huggingface.co/seanghay/Qwen3-ASR-0.6B-Khmer}}
|
| 147 |
+
}
|
| 148 |
+
```
|
| 149 |
+
|
| 150 |
+
This model is fine-tuned from Qwen3-ASR:
|
| 151 |
+
|
| 152 |
```bibtex
|
| 153 |
@misc{qwen3asr,
|
| 154 |
title = {Qwen3-ASR},
|