arnocandel commited on
Commit
0d50161
1 Parent(s): d9e74de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ This model can be used in CTranslate2 or projects based on CTranslate2 models su
14
  ```python
15
  from faster_whisper import WhisperModel
16
 
17
- model = WhisperModel("faster-whisper-large-v3-turbo")
18
 
19
  segments, info = model.transcribe("audio.mp3")
20
  for segment in segments:
 
14
  ```python
15
  from faster_whisper import WhisperModel
16
 
17
+ model = WhisperModel("h2oai/faster-whisper-large-v3-turbo")
18
 
19
  segments, info = model.transcribe("audio.mp3")
20
  for segment in segments: