summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>2024-03-21 17:24:09 +0530
committerGitHub <noreply@github.com>2024-03-21 12:54:09 +0100
commitbb3ee48039ed040da48def94f57a6cf1eb0e7911 (patch)
tree6bf88e0108216bd66da78692a181349b9efc3eec
parent0c11e055be1e156153b71cff8ea714d5829b9371 (diff)
downloadcandle-bb3ee48039ed040da48def94f57a6cf1eb0e7911.tar.gz
candle-bb3ee48039ed040da48def94f57a6cf1eb0e7911.tar.bz2
candle-bb3ee48039ed040da48def94f57a6cf1eb0e7911.zip
whisper readme (#1899)
-rw-r--r--candle-examples/examples/whisper/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/candle-examples/examples/whisper/README.md b/candle-examples/examples/whisper/README.md
index 124cd182..a7dd4081 100644
--- a/candle-examples/examples/whisper/README.md
+++ b/candle-examples/examples/whisper/README.md
@@ -34,6 +34,7 @@ from the hub.
- `--timestamps`: enable the timestamp mode where some timestamps are reported
for each recognized audio extracts.
- `--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
- are `tiny`, `tiny.en`, `base`, `base.en`, `small`, `small.en`, `medium`,
- `medium.en`, `large`, and `large-v2`.
+ multilingual models, other ones are English only models. The supported OpenAI
+ Whisper models are `tiny`, `tiny.en`, `base`, `base.en`, `small`, `small.en`,
+ `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`.