Update README.md
Browse files
README.md
CHANGED
@@ -141,7 +141,7 @@ from transformers import pipeline # for working with Whisper-Podlodka-Turbo
|
|
141 |
import wget # for downloading demo sound from its URL
|
142 |
from whisper_lid.whisper_lid import detect_language_in_speech # for spoken language detection
|
143 |
|
144 |
-
model_id = "bond005/whisper-
|
145 |
target_sampling_rate = 16_000 # Hz
|
146 |
|
147 |
asr = pipeline(model=model_id, device_map='auto', torch_dtype='auto')
|
|
|
141 |
import wget # for downloading demo sound from its URL
|
142 |
from whisper_lid.whisper_lid import detect_language_in_speech # for spoken language detection
|
143 |
|
144 |
+
model_id = "bond005/whisper-podlodka-turbo" # the best Whisper model :-)
|
145 |
target_sampling_rate = 16_000 # Hz
|
146 |
|
147 |
asr = pipeline(model=model_id, device_map='auto', torch_dtype='auto')
|