Automatic Speech Recognition
NeMo
Safetensors
PyTorch
Transformers
English
parakeet_rnnt
feature-extraction
speech
audio
Transducer
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Eval Results (legacy)
Eval Results
Instructions to use nvidia/parakeet-rnnt-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/parakeet-rnnt-0.6b with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/parakeet-rnnt-0.6b") transcriptions = asr_model.transcribe(["file.wav"]) - Transformers
How to use nvidia/parakeet-rnnt-0.6b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nvidia/parakeet-rnnt-0.6b")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nvidia/parakeet-rnnt-0.6b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update NVIDIA developers page link
Browse files
README.md
CHANGED
|
@@ -188,7 +188,7 @@ See the [model architecture](#model-architecture) section and [NeMo documentatio
|
|
| 188 |
License to use this model is covered by the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). By downloading the public and release version of the model, you accept the terms and conditions of the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license.
|
| 189 |
|
| 190 |
## Discover more from NVIDIA:
|
| 191 |
-
For documentation, deployment guides, enterprise-ready APIs, and the latest open models—including Nemotron and other cutting-edge speech, translation, and generative AI—visit the NVIDIA Developer Portal at [developer.nvidia.com](developer.nvidia.com).
|
| 192 |
Join the community to access tools, support, and resources to accelerate your development with NVIDIA’s NeMo, Riva, NIM, and foundation models.<br>
|
| 193 |
|
| 194 |
### Explore more from NVIDIA: <br>
|
|
|
|
| 188 |
License to use this model is covered by the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). By downloading the public and release version of the model, you accept the terms and conditions of the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license.
|
| 189 |
|
| 190 |
## Discover more from NVIDIA:
|
| 191 |
+
For documentation, deployment guides, enterprise-ready APIs, and the latest open models—including Nemotron and other cutting-edge speech, translation, and generative AI—visit the NVIDIA Developer Portal at [developer.nvidia.com](https://developer.nvidia.com).
|
| 192 |
Join the community to access tools, support, and resources to accelerate your development with NVIDIA’s NeMo, Riva, NIM, and foundation models.<br>
|
| 193 |
|
| 194 |
### Explore more from NVIDIA: <br>
|