ankitapasad commited on
Commit
903c2e5
·
verified ·
1 Parent(s): 169c4dc

added link to tutorial

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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