[docstring] Fix docstring for speech-to-text config (#26883)

* Fix docstring for speech-to-text config

* Refactor doc line len <= 119 char

* Remove Speech2TextConfig from OBJECTS_TO_IGNORE

* Fix Speech2TextConfig doc str

* Fix Speech2TextConfig doc using doc-builder

* Refactor Speech2TextConfig doc
This commit is contained in:
Adam Ross
2023-10-20 09:49:55 +02:00
committed by GitHub
parent 08a2edfc66
commit 929134bf65
2 changed files with 34 additions and 23 deletions

View File

@@ -467,7 +467,6 @@ OBJECTS_TO_IGNORE = [
"SpecialTokensMixin",
"Speech2Text2Config",
"Speech2Text2Tokenizer",
"Speech2TextConfig",
"Speech2TextTokenizer",
"SpeechEncoderDecoderModel",
"SpeechT5Config",