[docstring] Fix docstring for speech-to-text config#26883
[docstring] Fix docstring for speech-to-text config#26883ydshieh merged 6 commits intohuggingface:mainfrom R055A:docstring-speech-to-txt
Conversation
|
@ydshieh did the PR fail checks because any line(s) being beyond a 119-char limit? |
|
Yes, you should run |
Thank you @ArthurZucker for the help. I have run |
|
Commit |
Hi @R055A Could you run Make sure you have installed |
ydshieh
left a comment
There was a problem hiding this comment.
Thank you. Just a few (very) tiny suggestion and we are ready to merge!
src/transformers/models/speech_to_text/configuration_speech_to_text.py
Outdated
Show resolved
Hide resolved
src/transformers/models/speech_to_text/configuration_speech_to_text.py
Outdated
Show resolved
Hide resolved
src/transformers/models/speech_to_text/configuration_speech_to_text.py
Outdated
Show resolved
Hide resolved
Done, Thank you @ydshieh |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
|
Thank you @R055A for the contribution 🤗 ~ |
* 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
What does this PR do?
Fixes #26638
Fix doc string for speech-to-text configuration.
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.