mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
whisper readme (#1899)
This commit is contained in:
@ -34,6 +34,7 @@ from the hub.
|
|||||||
- `--timestamps`: enable the timestamp mode where some timestamps are reported
|
- `--timestamps`: enable the timestamp mode where some timestamps are reported
|
||||||
for each recognized audio extracts.
|
for each recognized audio extracts.
|
||||||
- `--model`: the model to be used. Models that do not end with `-en` are
|
- `--model`: the model to be used. Models that do not end with `-en` are
|
||||||
multilingual models, other ones are English only models. The supported models
|
multilingual models, other ones are English only models. The supported OpenAI
|
||||||
are `tiny`, `tiny.en`, `base`, `base.en`, `small`, `small.en`, `medium`,
|
Whisper models are `tiny`, `tiny.en`, `base`, `base.en`, `small`, `small.en`,
|
||||||
`medium.en`, `large`, and `large-v2`.
|
`medium`, `medium.en`, `large`, `large-v2` and `large-v3`. The supported
|
||||||
|
Distil-Whisper models are `distil-medium.en`, `distil-large-v2` and `distil-large-v3`.
|
||||||
|
Reference in New Issue
Block a user