Automatic Speech Recognition
MLX
Safetensors
NeMo
parakeet
speech-recognition
fp16
apple-silicon
ios
nvidia
rnnt
tdt
Instructions to use aitytech/Parakeet-TDT-0.6B-v3-MLX-FP16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use aitytech/Parakeet-TDT-0.6B-v3-MLX-FP16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Parakeet-TDT-0.6B-v3-MLX-FP16 aitytech/Parakeet-TDT-0.6B-v3-MLX-FP16
- NeMo
How to use aitytech/Parakeet-TDT-0.6B-v3-MLX-FP16 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("aitytech/Parakeet-TDT-0.6B-v3-MLX-FP16") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!