Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

zai-org
/
GLM-ASR-Nano-2512

Automatic Speech Recognition
Transformers
Safetensors
English
Chinese
glmasr
text2text-generation
Eval Results
Model card Files Files and versions
xet
Community
13

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

GGUF + pure-C++ runtime in CrispASR β€” GLM-ASR-Nano

#13 opened 10 days ago by
cstr

Amazing!

#11 opened 2 months ago by
aoiandroid

asr

#10 opened 3 months ago by
Zhouxianyang

Will There Be an FP8 Version?

#9 opened 4 months ago by
P1atinum

chatllm.cpp supports this model now

πŸ‘ 1
#8 opened 4 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 5 months ago by
CyborgPaloma

We need preprocessor_config.json!!!

#1 opened 5 months ago by
Yangmama
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs