Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Duplicated from  zai-org/GLM-ASR-Nano-2512

huangwanting
/
GLM-ASR-Nano-2512

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

Instructions to use huangwanting/GLM-ASR-Nano-2512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use huangwanting/GLM-ASR-Nano-2512 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="huangwanting/GLM-ASR-Nano-2512")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSeq2SeqLM
    
    processor = AutoProcessor.from_pretrained("huangwanting/GLM-ASR-Nano-2512")
    model = AutoModelForSeq2SeqLM.from_pretrained("huangwanting/GLM-ASR-Nano-2512")
  • Notebooks
  • Google Colab
  • Kaggle
GLM-ASR-Nano-2512
4.52 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
huangwanting's picture
huangwanting
ZHANGYUXUAN-zR's picture
ZHANGYUXUAN-zR
Duplicate from zai-org/GLM-ASR-Nano-2512
32918bb about 1 month ago
  • .eval_results
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • .gitattributes
    1.52 kB
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • README.md
    4.77 kB
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • chat_template.jinja
    851 Bytes
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • config.json
    1.45 kB
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • generation_config.json
    151 Bytes
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • model.safetensors
    4.52 GB
    xet
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • processor_config.json
    537 Bytes
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • tokenizer.json
    6.83 MB
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago
  • tokenizer_config.json
    817 Bytes
    Duplicate from zai-org/GLM-ASR-Nano-2512 about 1 month ago