Instructions to use MERaLiON/MERaLiON-2-3B-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use MERaLiON/MERaLiON-2-3B-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MERaLiON-2-3B-MLX MERaLiON/MERaLiON-2-3B-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 281 Bytes
68410b9 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"auto_map": {
"AutoProcessor": "processing_meralion2.MERaLiON2Processor"
},
"do_normalize": true,
"fixed_speech_embeds_length": 100,
"processor_class": "MERaLiON2Processor",
"speech_token_index": 255999,
"time_duration_limit": 300,
"whisper_chunk_size": 30
}
|