Automatic Speech Recognition
ESPnet
multilingual
audio
speech-translation
language-identification
pyf98 commited on
Commit
b705079
·
verified ·
1 Parent(s): e1f251b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ espnet_model_zoo
39
  from espnet2.bin.s2t_inference_ctc import Speech2TextGreedySearch
40
 
41
  s2t = Speech2TextGreedySearch.from_pretrained(
42
- "espnet/owsm_ctc_v3.1_1B",
43
  device="cuda",
44
  use_flash_attn=False, # set to True for better efficiency if flash attn is installed and dtype is float16 or bfloat16
45
  lang_sym='<eng>',
 
39
  from espnet2.bin.s2t_inference_ctc import Speech2TextGreedySearch
40
 
41
  s2t = Speech2TextGreedySearch.from_pretrained(
42
+ "espnet/owsm_ctc_v3.2_ft_1B",
43
  device="cuda",
44
  use_flash_attn=False, # set to True for better efficiency if flash attn is installed and dtype is float16 or bfloat16
45
  lang_sym='<eng>',