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

Luigi
/
Qwen3-ASR-Micro

Automatic Speech Recognition
Transformers
ONNX
Safetensors
GGUF
Chinese
English
qwen3_asr
speech-llm
distillation
jetson
traditional-chinese
code-switching
Model card Files Files and versions
xet
Community

Instructions to use Luigi/Qwen3-ASR-Micro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Luigi/Qwen3-ASR-Micro with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Luigi/Qwen3-ASR-Micro")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("Luigi/Qwen3-ASR-Micro")
    model = AutoModelForMultimodalLM.from_pretrained("Luigi/Qwen3-ASR-Micro")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-ASR-Micro
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
Luigi's picture
Luigi
add Qwen3-ASR-0.6B sherpa-onnx for in-demo comparison
12274f3 verified about 8 hours ago
  • onnx
    robust v2: resample+noise+reverb+EC/NS/AGC augmentation about 8 hours ago
  • q6
    add Qwen3-ASR-0.6B sherpa-onnx for in-demo comparison about 8 hours ago
  • scripts
    Improve accuracy via stacked KD (logit-KL + hidden-state): zh-CER 0.0865 -> 0.0722 1 day ago
  • .gitattributes
    1.69 kB
    rename GGUF -> qwen3-asr-micro-q8_0.gguf (server-side copy) about 21 hours ago
  • README.md
    12 kB
    card: GGUF filename -> micro about 21 hours ago
  • chat_template.jinja
    1.1 kB
    Qwen3-ASR-0.3B: distilled zh-TW/en student + GGUF + reproduction scripts 2 days ago
  • config.json
    2.14 kB
    Qwen3-ASR-0.3B: distilled zh-TW/en student + GGUF + reproduction scripts 2 days ago
  • generation_config.json
    165 Bytes
    Qwen3-ASR-0.3B: distilled zh-TW/en student + GGUF + reproduction scripts 2 days ago
  • model.safetensors
    1.12 GB
    xet
    CS-optimized 0.3B + comparative benchmark: model.safetensors about 21 hours ago
  • processor_config.json
    487 Bytes
    Qwen3-ASR-0.3B: distilled zh-TW/en student + GGUF + reproduction scripts 2 days ago
  • qwen3-asr-micro-q8_0.gguf
    770 MB
    xet
    rename GGUF -> qwen3-asr-micro-q8_0.gguf (server-side copy) about 21 hours ago
  • tokenizer.json
    11.4 MB
    xet
    Qwen3-ASR-0.3B: distilled zh-TW/en student + GGUF + reproduction scripts 2 days ago
  • tokenizer_config.json
    1.1 kB
    Qwen3-ASR-0.3B: distilled zh-TW/en student + GGUF + reproduction scripts 2 days ago