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
Update README.md
Browse files
README.md
CHANGED
|
@@ -284,7 +284,7 @@ The Canay-1B model has 24 encoder layers and 24 layers of decoder layers in tota
|
|
| 284 |
|
| 285 |
## NVIDIA NeMo
|
| 286 |
|
| 287 |
-
To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed latest PyTorch version.
|
| 288 |
```
|
| 289 |
pip install nemo_toolkit['all']
|
| 290 |
```
|
|
|
|
| 284 |
|
| 285 |
## NVIDIA NeMo
|
| 286 |
|
| 287 |
+
To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed Cython and latest PyTorch version.
|
| 288 |
```
|
| 289 |
pip install nemo_toolkit['all']
|
| 290 |
```
|