BrunoHays commited on
Commit
eac2c80
1 Parent(s): bc3926c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ result = whisper_model.transcribe("long_audio.wav", temperature=0,
89
  faster-whisper:
90
  ```python
91
  from faster_whisper import WhisperModel
92
- model = WhisperModel("whisper-large-small-yt-os-V2-fp16", device="cpu")
93
 
94
  segments, info = model.transcribe("long_audio.wav",
95
  without_timestamps=True,
 
89
  faster-whisper:
90
  ```python
91
  from faster_whisper import WhisperModel
92
+ model = WhisperModel("BrunoHays/whisper-large-v3-french-illuin-ctranslate2-fp16", device="cpu")
93
 
94
  segments, info = model.transcribe("long_audio.wav",
95
  without_timestamps=True,