wanchichen commited on
Commit
0a7739f
·
verified ·
1 Parent(s): 21401c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ You can use this model in your projects with the following code:
36
  from espnet2.bin.s2t_inference import Speech2Text
37
 
38
  model = Speech2Text.from_pretrained(
39
- "espnet/owls_9B_180K"
40
  )
41
 
42
  speech, rate = soundfile.read("speech.wav")
 
36
  from espnet2.bin.s2t_inference import Speech2Text
37
 
38
  model = Speech2Text.from_pretrained(
39
+ "espnet/owls_18B_360K"
40
  )
41
 
42
  speech, rate = soundfile.read("speech.wav")