Instructions to use majentik/Qwen3-ASR-0.6B-MLX-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use majentik/Qwen3-ASR-0.6B-MLX-6bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Qwen3-ASR-0.6B-MLX-6bit majentik/Qwen3-ASR-0.6B-MLX-6bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 165 Bytes
00a0539 | 1 2 3 4 5 6 7 8 9 10 11 | {
"do_sample": false,
"eos_token_id": [
151643,
151645
],
"max_new_tokens": 512,
"pad_token_id": 151645,
"transformers_version": "5.13.0.dev0"
}
|