From 3c9f5bc8a8ccd8061dbe95d3ab51d920615ebab5 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 19 Oct 2023 12:38:31 +0200 Subject: [PATCH] better docstrings whisper --- docs/source/en/model_doc/whisper.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/en/model_doc/whisper.md b/docs/source/en/model_doc/whisper.md index fbf806cd41df41..382246e43d31e1 100644 --- a/docs/source/en/model_doc/whisper.md +++ b/docs/source/en/model_doc/whisper.md @@ -48,6 +48,8 @@ The original code can be found [here](https://github.com/openai/whisper). - get_special_tokens_mask - create_token_type_ids_from_sequences - save_vocabulary + - batch_decode + - decode ## WhisperTokenizerFast @@ -57,6 +59,8 @@ The original code can be found [here](https://github.com/openai/whisper). - get_special_tokens_mask - create_token_type_ids_from_sequences - save_vocabulary + - batch_decode + - decode ## WhisperFeatureExtractor @@ -82,6 +86,7 @@ The original code can be found [here](https://github.com/openai/whisper). [[autodoc]] WhisperForConditionalGeneration - forward + - generate ## WhisperForAudioClassification