deepdml qpqpqpqpqpqp commited on
Commit
c54ded3
·
verified ·
1 Parent(s): 4794c5f

Update README.md (Fix the Code) (#2)

Browse files

- Update README.md (Fix the Code) (f76510d1a297cf4cb300a7353706c96b4c959078)


Co-authored-by: 🎬cinema_anon <qpqpqpqpqpqp@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This model can be used in CTranslate2 or projects based on CTranslate2 such as [
21
  ```python
22
  from faster_whisper import WhisperModel
23
 
24
- model = WhisperModel("deepdml/faster-whisper-large-v3.5")
25
 
26
  segments, info = model.transcribe("audio.mp3")
27
  for segment in segments:
 
21
  ```python
22
  from faster_whisper import WhisperModel
23
 
24
+ model = WhisperModel("deepdml/faster-distil-whisper-large-v3.5")
25
 
26
  segments, info = model.transcribe("audio.mp3")
27
  for segment in segments: