Automatic Speech Recognition
Transformers
NeMo
Safetensors
PyTorch
parakeet_tdt
feature-extraction
speech
audio
Transducer
Transformer
TDT
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Transformers
Eval Results (legacy)
Eval Results
Instructions to use nvidia/parakeet-tdt-0.6b-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/parakeet-tdt-0.6b-v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nvidia/parakeet-tdt-0.6b-v3")# Load model directly from transformers import AutoModelForMultimodalLM model = AutoModelForMultimodalLM.from_pretrained("nvidia/parakeet-tdt-0.6b-v3", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
update NeMo version
Browse filesSigned-off-by: monica-sekoyan <msekoyan@nvidia.com>
README.md
CHANGED
|
@@ -936,7 +936,7 @@ print(output[0].text)
|
|
| 936 |
## <span style="color:#466f00;">Software Integration:</span>
|
| 937 |
|
| 938 |
**Runtime Engine(s):**
|
| 939 |
-
* NeMo 2.
|
| 940 |
|
| 941 |
|
| 942 |
**Supported Hardware Microarchitecture Compatibility:**
|
|
|
|
| 936 |
## <span style="color:#466f00;">Software Integration:</span>
|
| 937 |
|
| 938 |
**Runtime Engine(s):**
|
| 939 |
+
* NeMo 2.5
|
| 940 |
|
| 941 |
|
| 942 |
**Supported Hardware Microarchitecture Compatibility:**
|