Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
- NeMo
|
15 |
- pytorch
|
16 |
model-index:
|
17 |
-
- name:
|
18 |
results: []
|
19 |
---
|
20 |
|
@@ -38,7 +38,7 @@ The model is available for use in the NeMo toolkit [1], and can be used as a pre
|
|
38 |
|
39 |
```python
|
40 |
import nemo.collections.asr as nemo_asr
|
41 |
-
asr_model = nemo_asr.models.ASRModel.from_pretrained("ypluit/
|
42 |
```
|
43 |
|
44 |
|
|
|
14 |
- NeMo
|
15 |
- pytorch
|
16 |
model-index:
|
17 |
+
- name: stt_kr_citrinet1024_PublicCallCenter_1000H
|
18 |
results: []
|
19 |
---
|
20 |
|
|
|
38 |
|
39 |
```python
|
40 |
import nemo.collections.asr as nemo_asr
|
41 |
+
asr_model = nemo_asr.models.ASRModel.from_pretrained("ypluit/stt_kr_citrinet1024_PublicCallCenter_1000H")
|
42 |
```
|
43 |
|
44 |
|