Automatic Speech Recognition
Safetensors
MLX
Japanese
English
mlx-audio
qwen3_asr
asr
japanese
qwen3-asr
speech
audio
speech-to-text
transcription
stt
8-bit precision
Instructions to use ph0ryn/Qwen3-ASR-1.7B-JA-MLX-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use ph0ryn/Qwen3-ASR-1.7B-JA-MLX-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Qwen3-ASR-1.7B-JA-MLX-8bit ph0ryn/Qwen3-ASR-1.7B-JA-MLX-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
ph0ryn/Qwen3-ASR-1.7B-JA-MLX-8bit
This model was converted to MLX format from neosophie/Qwen3-ASR-1.7B-JA using mlx-audio version 0.4.3.
Refer to the original model card for more details on the model.
Use with mlx-audio
pip install -U mlx-audio
CLI Example:
python -m mlx_audio.stt.generate --model ph0ryn/Qwen3-ASR-1.7B-JA-MLX-8bit --audio "audio.wav"
Python Example:
from mlx_audio.stt.utils import load_model
from mlx_audio.stt.generate import generate_transcription
model = load_model("ph0ryn/Qwen3-ASR-1.7B-JA-MLX-8bit")
transcription = generate_transcription(
model=model,
audio_path="path_to_audio.wav",
output_path="path_to_output.txt",
format="txt",
verbose=True,
)
print(transcription.text)
- Downloads last month
- 73
Model size
0.8B params
Tensor type
BF16
·
U32 ·
Hardware compatibility
Log In to add your hardware
8-bit
Model tree for ph0ryn/Qwen3-ASR-1.7B-JA-MLX-8bit
Base model
Qwen/Qwen3-ASR-1.7B