Automatic Speech Recognition
NeMo
PyTorch
automatic-speech-translation
speech
audio
Transformer
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Eval Results (legacy)
Eval Results
Instructions to use nvidia/canary-1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/canary-1b with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/canary-1b") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Nithin Rao Koluguri commited on
Commit ·
1e3429c
1
Parent(s): 38cfb69
add nemo model
Browse filesSigned-off-by: Nithin Rao Koluguri <nithinrao.koluguri@gmail.com>
- canary-1b.nemo +2 -2
canary-1b.nemo
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ccfeea2fd8a625871823f3dc70c1433e59a9d8bb4b083b8184fafc68409c49a
|
| 3 |
+
size 4071127040
|