ypluit commited on
Commit
3c4d6fd
1 Parent(s): 576ab1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
  - NeMo
15
  - pytorch
16
  model-index:
17
- - name: stt_kr_citrinet1024_Tphone_cust
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/stt_kr_citrinet1024_Tphone_cust")
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