added link to tutorial
Browse files
README.md
CHANGED
@@ -280,6 +280,10 @@ To train, fine-tune or transcribe with canary-180m-flash, you will need to insta
|
|
280 |
|
281 |
The model is available for use in the NeMo toolkit [7], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
|
282 |
|
|
|
|
|
|
|
|
|
283 |
### Loading the Model
|
284 |
|
285 |
```python
|
|
|
280 |
|
281 |
The model is available for use in the NeMo toolkit [7], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
|
282 |
|
283 |
+
Please refer to [our tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/asr/Canary_Multitask_Speech_Model.ipynb) for more details.
|
284 |
+
|
285 |
+
A few inference examples listed below:
|
286 |
+
|
287 |
### Loading the Model
|
288 |
|
289 |
```python
|