Automatic Speech Recognition
Transformers
Safetensors
Chinese
Yue Chinese
English
qwen3_asr
asr
speech-recognition
chinese
dialect
qwen3-asr
audio
Instructions to use ASLP-lab/CN-MultiDialect-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ASLP-lab/CN-MultiDialect-ASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ASLP-lab/CN-MultiDialect-ASR")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ASLP-lab/CN-MultiDialect-ASR") model = AutoModelForMultimodalLM.from_pretrained("ASLP-lab/CN-MultiDialect-ASR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ This repository hosts the released **CN-MultiDialect-ASR** checkpoint, adapted f
|
|
| 53 |
|
| 54 |
Video demo with live waveforms and model transcriptions for Mandarin, English, four core dialects, and 15 ChinaVoices dialects.
|
| 55 |
|
| 56 |
-
<video src="https://github.com/user-attachments/assets/
|
| 57 |
|
| 58 |
## Key Features
|
| 59 |
|
|
|
|
| 53 |
|
| 54 |
Video demo with live waveforms and model transcriptions for Mandarin, English, four core dialects, and 15 ChinaVoices dialects.
|
| 55 |
|
| 56 |
+
<video src="https://github.com/user-attachments/assets/1dacce18-c2c7-4ba9-907a-783eedfaab24" controls preload="metadata" playsinline width="100%" aria-label="CN-MultiDialect-ASR video demo"></video>
|
| 57 |
|
| 58 |
## Key Features
|
| 59 |
|