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
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"])
The community tab is the place to discuss and collaborate with the HF community!