Automatic Speech Recognition
Transformers
Safetensors
English
Chinese
glmasr
text2text-generation
Eval Results
Instructions to use zai-org/GLM-ASR-Nano-2512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/GLM-ASR-Nano-2512 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="zai-org/GLM-ASR-Nano-2512")# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("zai-org/GLM-ASR-Nano-2512") model = AutoModelForSeq2SeqLM.from_pretrained("zai-org/GLM-ASR-Nano-2512") - Notebooks
- Google Colab
- Kaggle
GGUF + pure-C++ runtime in CrispASR β GLM-ASR-Nano
#13 opened about 1 month ago
by
cstr
Amazing!
#11 opened 3 months ago
by
aoiandroid
asr
#10 opened 3 months ago
by
Zhouxianyang
Will There Be an FP8 Version?
#9 opened 5 months ago
by
P1atinum
chatllm.cpp supports this model now
π 1
#8 opened 5 months ago
by
J22
Support transformers 5.0.0 and SGLang
π 3
#6 opened 5 months ago
by
ZHANGYUXUAN-zR
how to fine tune this?
π 6
#5 opened 5 months ago
by
marcsixtysix
YES!!!!
πβ€οΈ 3
1
#2 opened 6 months ago
by
CyborgPaloma
We need preprocessor_config.json!!!
#1 opened 6 months ago
by
Yangmama