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
GLM-ASR-Nano-2512
4.52 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 12 commits
ZHANGYUXUAN-zR's picture
ZHANGYUXUAN-zR
SaylorTwift's picture
SaylorTwift HF Staff
Add Open ASR Leaderboard evaluation results (#12)
61ba4e0 about 1 month ago
  • .eval_results
    Add Open ASR Leaderboard evaluation results (#12) about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    4.77 kB
    trfms-compatible (#7) 4 months ago
  • chat_template.jinja
    851 Bytes
    trfms-compatible (#7) 4 months ago
  • config.json
    1.45 kB
    trfms-compatible (#7) 4 months ago
  • generation_config.json
    151 Bytes
    trfms-compatible (#7) 4 months ago
  • model.safetensors
    4.52 GB
    xet
    trfms-compatible (#7) 4 months ago
  • processor_config.json
    537 Bytes
    trfms-compatible (#7) 4 months ago
  • tokenizer.json
    6.83 MB
    Add files using upload-large-folder tool 5 months ago
  • tokenizer_config.json
    817 Bytes
    trfms-compatible (#7) 4 months ago