Instructions to use leope/ark-asr-3B-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use leope/ark-asr-3B-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir ark-asr-3B-mlx leope/ark-asr-3B-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 939 Bytes
c3ac013 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"converted_at": "2026-08-01T10:24:14.351213+00:00",
"dropped_tensors": [
"lm_head.weight",
"audio_encoder.whisper.embed_positions.weight"
],
"dtype": "bfloat16",
"format": "mlx",
"mlx_version": "0.32.0",
"output_sha256": "a5e9431bdd648340a40c092e385c4fe1d445d8ad3311dd94609e72af36b0256d",
"parameter_tensors": 924,
"source": "AutoArk-AI/ARK-ASR-3B",
"source_files": {
"model-00001-of-00002.safetensors": {
"sha256": "b0f93d36c42c3487d95532c7d54952c7810bf629ee2a2265ed4e2f9e988e5342",
"size": 4996098432
},
"model-00002-of-00002.safetensors": {
"sha256": "db6d540d2b230e322efc17176d7f67ae44a25705bd85c5caccdf5d8c426c072c",
"size": 3130890232
}
},
"source_revision": "1e28271b79edc97635783bea65abc89195a09ed3",
"transforms": {
"adapter": "Sequential indices remapped to named linear layers",
"conv1d": "PyTorch [out,in,kernel] -> MLX [out,kernel,in]"
}
}
|