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
Upload metadata.json with huggingface_hub
Browse files- metadata.json +13 -0
metadata.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "nvidia/parakeet-ctc-0.6b-Vietnamese",
|
| 3 |
+
"language": "vi (Vietnamese)",
|
| 4 |
+
"sample_rate": 16000,
|
| 5 |
+
"max_audio_seconds": 15.0,
|
| 6 |
+
"max_samples": 240000,
|
| 7 |
+
"vocab_size": 1024,
|
| 8 |
+
"blank_id": 1024,
|
| 9 |
+
"mel_features": 80,
|
| 10 |
+
"mel_frames": 1501,
|
| 11 |
+
"encoder_dim": 1024,
|
| 12 |
+
"time_steps": 188
|
| 13 |
+
}
|