Automatic Speech Recognition
NeMo
ONNX
PyTorch
speech
audio
Transducer
TDT
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use shahrukhx01/parakeet-tdt-0.6b-v3-fp16-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use shahrukhx01/parakeet-tdt-0.6b-v3-fp16-onnx with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("shahrukhx01/parakeet-tdt-0.6b-v3-fp16-onnx") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Upload encoder.onnx with huggingface_hub
Browse files- encoder.onnx +3 -0
encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad3f1f58089d95abd1185b3c37a055e884a1927ff752611695e368b1ce0e2dc3
|
| 3 |
+
size 1239032829
|