Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.
Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.
Please upload an audio file
task to perform 2
language that the audio is in; uses detected language if None. (Default: empty)
temperature to use for sampling (Default: 0)
patience value to use in beam decoding (Default: 1)
token ids to suppress during sampling. (Default: -1)
optional text to provide as a prompt for the first window.. (Default: empty)
provide the previous output of the model as a prompt for the next window 2
temperature to increase when falling back when the decoding fails to meet either of the thresholds below (Default: 0.2)
gzip compression ratio threshold (Default: 2.4)
average log probability threshold (Default: -1)
probability of the <|nospeech|> token threshold (Default: 0.6)