TanelAlumae commited on
Commit
3b546a0
·
verified ·
1 Parent(s): 2f7e408

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ result = pipe(sample, generate_kwargs={"task": "transcribe", "language": "et"})
59
  print(result)
60
  ```
61
 
62
- There is a also a ct2 verison of the model that can be used with tools that a based on `faster-whisper`, e.g. using the `whisper-ctranslate2` command line program, e.g.:
63
 
64
  ```
65
  $ whisper-ctranslate2 --model_directory ct2 --language et --vad_filter True --threads 8 --output_dir demo demo/etteütlus2024.wav
 
59
  print(result)
60
  ```
61
 
62
+ There is a also a ct2 version of the model that can be used with tools that are based on `faster-whisper`, e.g. `whisper-ctranslate2` command line program, e.g.:
63
 
64
  ```
65
  $ whisper-ctranslate2 --model_directory ct2 --language et --vad_filter True --threads 8 --output_dir demo demo/etteütlus2024.wav