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
Update README.md
Browse files
README.md
CHANGED
|
@@ -135,9 +135,9 @@ Built on [Qwen3-ASR](https://github.com/QwenLM/Qwen3-ASR) by the Alibaba Qwen te
|
|
| 135 |
If you use this model, please cite:
|
| 136 |
|
| 137 |
```bibtex
|
| 138 |
-
@misc{
|
| 139 |
title = {Qwen3-ASR-0.6B-Khmer},
|
| 140 |
-
author = {
|
| 141 |
year = {2026},
|
| 142 |
howpublished = {\url{https://huggingface.co/seanghay/Qwen3-ASR-0.6B-Khmer}}
|
| 143 |
}
|
|
|
|
| 135 |
If you use this model, please cite:
|
| 136 |
|
| 137 |
```bibtex
|
| 138 |
+
@misc{seanghay2026qwen3asrkhmer,
|
| 139 |
title = {Qwen3-ASR-0.6B-Khmer},
|
| 140 |
+
author = {Seanghay},
|
| 141 |
year = {2026},
|
| 142 |
howpublished = {\url{https://huggingface.co/seanghay/Qwen3-ASR-0.6B-Khmer}}
|
| 143 |
}
|