aufklarer/Qwen3-ASR-1.7B-MLX-8bit

🤗 Hugging Face sourceapache-2.02B params4.1 GBsafetensors✓ 1 checksumupdated today
Submit in one command

Run it next to your model folder. It makes the torrent, checks your files against Hugging Face, and submits it. You just start seeding and paste your key from your account. It only reads your files and never changes them. Read the script first if you like.

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo aufklarer/Qwen3-ASR-1.7B-MLX-8bit ./model-folder
Needs a seeder →

Qwen3 ASR 1.7B — MLX 8-bit

MLX 8-bit quantized conversion of Qwen/Qwen3-ASR-1.7B for Apple Silicon inference.

Usage

Used by speech-swift Qwen3ASR module:

let model = try await Qwen3ASRModel.fromPretrained(
    modelId: "aufklarer/Qwen3-ASR-1.7B-MLX-8bit"
)
let text = model.transcribe(audio: samples, sampleRate: 16000)
audio transcribe --model large audio.wav

Model Details

  • Architecture: Qwen3-ASR encoder-decoder (Whisper-style audio encoder + Qwen3 text decoder)
  • Parameters: 1.7B
  • Quantization: 8-bit (MLX)
  • Size: ~2.3 GB
  • Languages: Multilingual (EN, ZH, JA, KO, FR, DE, ES, and more)