Automatic Speech Recognition
MLX
NeMo
Belarusian
conformer
ctc
apple-silicon
speech-recognition
asr
belarusian
Instructions to use molind/conformer-ctc-be-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use molind/conformer-ctc-be-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir conformer-ctc-be-mlx molind/conformer-ctc-be-mlx
- NeMo
How to use molind/conformer-ctc-be-mlx with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("molind/conformer-ctc-be-mlx") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Conformer-CTC Belarusian (MLX)
Code: molind/mlx-conformer
NVIDIA's Conformer-CTC Large model for Belarusian speech recognition, packaged for MLX inference on Apple Silicon.
Original model: nvidia/stt_be_conformer_ctc_large
Results
| Dataset | WER | Speed |
|---|---|---|
| CommonVoice 24.0 test (500 samples) | 7.58% | 8.2 samples/s |
Usage
pip install mlx numpy pyyaml torch
git clone https://github.com/molind/mlx-conformer
cd mlx-conformer
python mlx_conformer.py \
--download nvidia/stt_be_conformer_ctc_large \
--output models
python mlx_conformer.py --model models/stt_be_conformer_ctc_large --audio test.mp3
Architecture
- 18 Conformer layers, d_model=512, 8 heads
- Conv kernel size 31, 4x subsampling
- 128 BPE vocabulary + blank
- ~120M parameters
License
Original model by NVIDIA, licensed under CC-BY-4.0.
Model tree for molind/conformer-ctc-be-mlx
Base model
nvidia/stt_be_conformer_ctc_large