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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Qwen
/
Qwen3-ASR-0.6B-hf

Automatic Speech Recognition
Transformers
Safetensors
qwen3_asr
Eval Results
Model card Files Files and versions
xet
Community
5

Instructions to use Qwen/Qwen3-ASR-0.6B-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Qwen/Qwen3-ASR-0.6B-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Qwen/Qwen3-ASR-0.6B-hf")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("Qwen/Qwen3-ASR-0.6B-hf")
    model = AutoModelForMultimodalLM.from_pretrained("Qwen/Qwen3-ASR-0.6B-hf", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-ASR-0.6B-hf
1.58 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
xiongwang's picture
xiongwang
bezzam's picture
bezzam HF Staff
Update README and chat template for custom hotwords (#3)
7f1569a about 1 month ago
  • .gitattributes
    1.57 kB
    Initial commit 2 months ago
  • README.md
    16.5 kB
    Update README and chat template for custom hotwords (#3) about 1 month ago
  • chat_template.jinja
    1.43 kB
    Update README and chat template for custom hotwords (#3) about 1 month ago
  • config.json
    2.4 kB
    Initial commit 2 months ago
  • generation_config.json
    165 Bytes
    Initial commit 2 months ago
  • model.safetensors
    1.56 GB
    xet
    Initial commit 2 months ago
  • processor_config.json
    487 Bytes
    Initial commit 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Initial commit 2 months ago
  • tokenizer_config.json
    998 Bytes
    Initial commit 2 months ago