You're looking at a specific version of this model. Jump to the model overview.

zsxkib /whisper-lazyloading:2ebca49b

Input

Video Player is loading.
Current Time 00:00:000
Duration 00:00:000
Loaded: 0%
Stream Type LIVE
Remaining Time 00:00:000
 
1x
*file

Audio file

string

Whisper model size. Changing models incurs overhead for loading. For large-v3 only, consider using https://replicate.com/openai/whisper

Default: "large-v3"

string

Choose the format for the transcription

Default: "plain text"

boolean

Translate the text to English when set to True

Default: false

string

Language spoken in the audio, specify 'auto' for automatic language detection

Default: "auto"

number

temperature to use for sampling

Default: 0

number

optional patience value to use in beam decoding, as in https://arxiv.org/abs/2204.05424, the default (1.0) is equivalent to conventional beam search

string
Shift + Return to add a new line

comma-separated list of token ids to suppress during sampling; '-1' will suppress most special characters except common punctuations

Default: "-1"

string
Shift + Return to add a new line

optional text to provide as a prompt for the first window.

boolean

if True, provide the previous output of the model as a prompt for the next window; disabling may make the text inconsistent across windows, but the model becomes less prone to getting stuck in a failure loop

Default: true

number

temperature to increase when falling back when the decoding fails to meet either of the thresholds below

Default: 0.2

number

if the gzip compression ratio is higher than this value, treat the decoding as failed

Default: 2.4

number

if the average log probability is lower than this value, treat the decoding as failed

Default: -1

number

if the probability of the <|nospeech|> token is higher than this value AND the decoding has failed due to `logprob_threshold`, consider the segment as silence

Default: 0.6

Output

segments

[ { "id": 0, "end": 11.24, "seek": 0, "text": " The little tails they tell are false. The door was barred, locked and bolted as well.", "start": 0, "tokens": [ 50364, 440, 707, 28537, 436, 980, 366, 7908, 13, 440, 2853, 390, 2159, 986, 11, 9376, 293, 13436, 292, 382, 731, 13, 50926 ], "avg_logprob": -0.14770180246104364, "temperature": 0, "no_speech_prob": 0.08406414091587067, "compression_ratio": 1.4795321637426901 }, { "id": 1, "end": 19.56, "seek": 0, "text": " Right pairs are fit for a queen's table. A big wet stain was on the round carpet.", "start": 11.24, "tokens": [ 50926, 1779, 15494, 366, 3318, 337, 257, 12206, 311, 3199, 13, 316, 955, 6630, 16441, 390, 322, 264, 3098, 18119, 13, 51342 ], "avg_logprob": -0.14770180246104364, "temperature": 0, "no_speech_prob": 0.08406414091587067, "compression_ratio": 1.4795321637426901 }, { "id": 2, "end": 28.88, "seek": 0, "text": " The kite dipped and swayed but stayed aloft. The pleasant hours fly by much too soon.", "start": 19.56, "tokens": [ 51342, 440, 38867, 45162, 293, 27555, 292, 457, 9181, 419, 6750, 13, 440, 16232, 2496, 3603, 538, 709, 886, 2321, 13, 51808 ], "avg_logprob": -0.14770180246104364, "temperature": 0, "no_speech_prob": 0.08406414091587067, "compression_ratio": 1.4795321637426901 }, { "id": 3, "end": 37.28, "seek": 2888, "text": " The room was crowded with a mild wob. The room was crowded with a wild mob.", "start": 28.88, "tokens": [ 50364, 440, 1808, 390, 21634, 365, 257, 15154, 261, 996, 13, 440, 1808, 390, 21634, 365, 257, 4868, 4298, 13, 50784 ], "avg_logprob": -0.23257136344909668, "temperature": 0, "no_speech_prob": 0.0029556467197835445, "compression_ratio": 1.5461538461538462 }, { "id": 4, "end": 46.36, "seek": 2888, "text": " This strong arm shall shield your honour. She blushed when he gave her a white orchid.", "start": 37.28, "tokens": [ 50784, 639, 2068, 3726, 4393, 10257, 428, 20631, 13, 1240, 25218, 292, 562, 415, 2729, 720, 257, 2418, 34850, 327, 13, 51238 ], "avg_logprob": -0.23257136344909668, "temperature": 0, "no_speech_prob": 0.0029556467197835445, "compression_ratio": 1.5461538461538462 }, { "id": 5, "end": 48.519999999999996, "seek": 2888, "text": " The beetle droned in the hot June sun.", "start": 46.36, "tokens": [ 51238, 440, 49735, 1224, 19009, 294, 264, 2368, 6928, 3295, 13, 51346 ], "avg_logprob": -0.23257136344909668, "temperature": 0, "no_speech_prob": 0.0029556467197835445, "compression_ratio": 1.5461538461538462 } ]

transcription

The little tails they tell are false. The door was barred, locked and bolted as well. Right pairs are fit for a queen's table. A big wet stain was on the round carpet. The kite dipped and swayed but stayed aloft. The pleasant hours fly by much too soon. The room was crowded with a mild wob. The room was crowded with a wild mob. This strong arm shall shield your honour. She blushed when he gave her a white orchid. The beetle droned in the hot June sun.

detected_language

english
Generated in