wenqiglantz commited on
Commit
d835768
1 Parent(s): eb8f4e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ The model is available for use in the NeMo toolkit [3], and can be used as a pre
51
 
52
  ```python
53
  import nemo.collections.asr as nemo_asr
54
- asr_model = nemo_asr.models.ASRModel.from_pretrained("wenqiglantz/stt_en_citrinet_512_ls")
55
  ```
56
 
57
  ### Transcribing using Python
 
51
 
52
  ```python
53
  import nemo.collections.asr as nemo_asr
54
+ asr_model = nemo_asr.models.EncDecCTCModelBPE.from_pretrained("wenqiglantz/stt_en_citrinet_512_ls")
55
  ```
56
 
57
  ### Transcribing using Python