Automatic Speech Recognition
MLX
meralion2
meralion
speech
audio
speech-to-text
apple-silicon
quantized
2bit
rotorquant
gemma-2
whisper
sea-lion
custom_code
2-bit
Instructions to use majentik/MERaLiON-2-3B-RotorQuant-MLX-2bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use majentik/MERaLiON-2-3B-RotorQuant-MLX-2bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MERaLiON-2-3B-RotorQuant-MLX-2bit majentik/MERaLiON-2-3B-RotorQuant-MLX-2bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "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 | |
| } | |