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

mobilint
/
Qwen3-ASR-1.7B

Automatic Speech Recognition
Transformers
Safetensors
Mobilint
mobilint-qwen3_asr
feature-extraction
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use mobilint/Qwen3-ASR-1.7B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mobilint/Qwen3-ASR-1.7B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mobilint/Qwen3-ASR-1.7B", trust_remote_code=True, device_map="auto")
  • Mobilint

    How to use mobilint/Qwen3-ASR-1.7B with Mobilint:

    # pip install mblt-model-zoo
    from mblt_model_zoo.vision import MBLT_Engine
    
    model = MBLT_Engine(
        model_cls="Qwen3-ASR-1.7B",
        model_type="DEFAULT",
        model_path="",
        core_mode="global8",
    )
    
    try:
        image = model.preprocess("path/to/image.jpg")
        output = model(image)
        result = model.postprocess(output)
    finally:
        model.dispose()
    
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-ASR-1.7B
3.35 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
khh0303's picture
khh0303
chore(mxq): WER 2.79, CER: 1.08
3e762f5 7 days ago
  • .gitattributes
    1.56 kB
    Chore: track all *.mxq files via LFS glob 4 months ago
  • Qwen3-ASR-1.7B_decoder.mxq
    1.77 GB
    xet
    Update mxq files(compatable llm_forward) 4 months ago
  • Qwen3-ASR-1.7B_encoder.mxq
    330 MB
    xet
    Update mxq files(compatable llm_forward) 4 months ago
  • README.md
    709 Bytes
    Adjust library_name metadata for model card about 2 months ago
  • chat_template.json
    1.16 kB
    Add files using upload-large-folder tool 4 months ago
  • config.json
    6.55 kB
    Add files using upload-large-folder tool 4 months ago
  • generation_config.json
    142 Bytes
    Add files using upload-large-folder tool 4 months ago
  • merges.txt
    1.67 MB
    Add files using upload-large-folder tool 4 months ago
  • model.safetensors
    1.24 GB
    xet
    Add files using upload-large-folder tool 4 months ago
  • preprocessor_config.json
    330 Bytes
    Add files using upload-large-folder tool 4 months ago
  • proxy_qwen3_asr.py
    1.78 kB
    Fix: sync to mblt-model-zoo proxy 4 months ago
  • tokenizer_config.json
    12.5 kB
    Add files using upload-large-folder tool 4 months ago
  • vocab.json
    2.78 MB
    Add files using upload-large-folder tool 4 months ago