"tests/encoder_decoder/test_modeling_encoder_decoder.py" did not exist on "180585741cf3cdd6890cb99610923a8ae9691220"
Unverified Commit f4786d7f authored by Jordi Mas's avatar Jordi Mas Committed by GitHub
Browse files

Fix typos in documentation (#21160)

* Fix typos in documentation

* Small fix

* Fix formatting
parent defdcd28
...@@ -169,7 +169,7 @@ class Speech2TextFeatureExtractor(SequenceFeatureExtractor): ...@@ -169,7 +169,7 @@ class Speech2TextFeatureExtractor(SequenceFeatureExtractor):
<Tip> <Tip>
For Speech2TextTransoformer models, `attention_mask` should alwys be passed for batched inference, to For Speech2TextTransformer models, `attention_mask` should always be passed for batched inference, to
avoid subtle bugs. avoid subtle bugs.
</Tip> </Tip>
......
...@@ -249,8 +249,8 @@ class WhisperFeatureExtractor(SequenceFeatureExtractor): ...@@ -249,8 +249,8 @@ class WhisperFeatureExtractor(SequenceFeatureExtractor):
<Tip> <Tip>
For WhisperTransoformer models, `attention_mask` should alwys be passed for batched inference, to avoid For Whisper models, `attention_mask` should always be passed for batched inference, to avoid subtle
subtle bugs. bugs.
</Tip> </Tip>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment