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
File size: 123 Bytes
bd15125 | 1 2 3 4 5 6 7 | {
"audio_dtype": "bfloat16",
"audio_token": "<|audio|>",
"merge_factor": 4,
"processor_class": "ArkasrProcessor"
}
|