awni's picture
Add files using upload-large-folder tool
02eb0ca verified
---
library_name: mlx
language:
- en
- fr
- es
- de
- ru
- zh
- ja
- it
- pt
- nl
- ar
- hi
- ko
license: apache-2.0
inference: false
base_model: mistralai/Voxtral-Mini-4B-Realtime-2602
extra_gated_description: If you want to learn more about how we process your personal
data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
tags:
- mistral-common
- mlx
pipeline_tag: automatic-speech-recognition
---
# mlx-community/Voxtral-Mini-4B-Realtime-6bit
This model [mlx-community/Voxtral-Mini-4B-Realtime-6bit](https://huggingface.co/mlx-community/Voxtral-Mini-4B-Realtime-6bit) was converted to MLX format from [mistralai/Voxtral-Mini-4B-Realtime-2602](https://huggingface.co/mistralai/Voxtral-Mini-4B-Realtime-2602) using [voxmlx](https://github.com/awnihannun/voxmlx).
## Use with voxmlx
```bash
pip install voxmlx
```
```python
from voxmlx import transcribe
text = transcribe("audio.flac", model_path="mlx-community/Voxtral-Mini-4B-Realtime-6bit")
print(text)
```