Automatic Speech Recognition
Core ML
NeMo
Vietnamese
vietnamese
parakeet
ctc
nvidia
apple-silicon
on-device
mac
Instructions to use ancs21/parakeet-ctc-0.6b-vi-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use ancs21/parakeet-ctc-0.6b-vi-coreml with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("ancs21/parakeet-ctc-0.6b-vi-coreml") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
| { | |
| "model": "nvidia/parakeet-ctc-0.6b-Vietnamese", | |
| "language": "vi (Vietnamese)", | |
| "sample_rate": 16000, | |
| "max_audio_seconds": 15.0, | |
| "max_samples": 240000, | |
| "vocab_size": 1024, | |
| "blank_id": 1024, | |
| "mel_features": 80, | |
| "mel_frames": 1501, | |
| "encoder_dim": 1024, | |
| "time_steps": 188 | |
| } |