You're looking at a specific version of this model. Jump to the model overview.
cjwbw /distil-whisper:325f69a9
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.
|
chunk_length_s |
integer
|
0
|
The input length for in each chunk. Valid for Long-Form Transcription. For Distil-Whisper, a chunk length of 15-seconds is optimal.
|
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'}