Update README.md
Browse files
README.md
CHANGED
|
@@ -1887,7 +1887,7 @@ The model is available for use in the NeMo toolkit [6], and can be used as a pre
|
|
| 1887 |
#### Automatically instantiate the model
|
| 1888 |
|
| 1889 |
```python
|
| 1890 |
-
from nemo.collections.asr import ASRModel
|
| 1891 |
asr_ast_model = ASRModel.from_pretrained(model_name="nvidia/canary-1b-v2")
|
| 1892 |
```
|
| 1893 |
|
|
|
|
| 1887 |
#### Automatically instantiate the model
|
| 1888 |
|
| 1889 |
```python
|
| 1890 |
+
from nemo.collections.asr.models import ASRModel
|
| 1891 |
asr_ast_model = ASRModel.from_pretrained(model_name="nvidia/canary-1b-v2")
|
| 1892 |
```
|
| 1893 |
|