You're looking at a specific version of this model. Jump to the model overview.
cjwbw /distil-whisper:0a087dea
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
audio |
string
|
Input audio file
|
|
model_name |
string
(enum)
|
distil-whisper/distil-large-v2
Options: distil-whisper/distil-large-v2, distil-whisper/distil-medium.en |
Choose a model.
|
long_form_transcription |
boolean
|
False
|
Enable chunked algorithm to transcribe long-form audio files.
|
max_new_tokens |
integer
|
128
|
Maximum number of new tokens to output.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}