Instructions to use leope/ark-asr-0.6B-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use leope/ark-asr-0.6B-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir ark-asr-0.6B-mlx leope/ark-asr-0.6B-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "audio_dtype": "bfloat16", | |
| "audio_token": "<|audio|>", | |
| "merge_factor": 4, | |
| "processor_class": "ArkasrProcessor" | |
| } | |