cstr commited on
Commit
c7053c6
1 Parent(s): 855192a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -112,9 +112,11 @@ widget:
112
  pipeline_tag: automatic-speech-recognition
113
  ---
114
 
 
 
115
  # Whisper turbo v3 for CTranslate2/faster-whisper
116
 
117
- This is an int8 quantified version of the OpenAI Whisper v3 turbo model. You can use it like this:
118
 
119
  ```kaggle
120
  # Clone the repository
 
112
  pipeline_tag: automatic-speech-recognition
113
  ---
114
 
115
+
116
+
117
  # Whisper turbo v3 for CTranslate2/faster-whisper
118
 
119
+ This is an int8 quantified version of the OpenAI Whisper v3 turbo model. You can use it like this (example for usage in kaggle/Colab):
120
 
121
  ```kaggle
122
  # Clone the repository