Unverified Commit 85514c17 authored by Premtim Sa's avatar Premtim Sa Committed by GitHub
Browse files

Update processing_vision_text_dual_encoder.py (#24950)

Fixing small typo: kwrags -> kwargs
parent 98598066
......@@ -64,7 +64,7 @@ class VisionTextDualEncoderProcessor(ProcessorMixin):
"""
Main method to prepare for the model one or several sequences(s) and image(s). This method forwards the `text`
and `kwargs` arguments to VisionTextDualEncoderTokenizer's [`~PreTrainedTokenizer.__call__`] if `text` is not
`None` to encode the text. To prepare the image(s), this method forwards the `images` and `kwrags` arguments to
`None` to encode the text. To prepare the image(s), this method forwards the `images` and `kwargs` arguments to
AutoImageProcessor's [`~AutoImageProcessor.__call__`] if `images` is not `None`. Please refer to the doctsring
of the above two methods for more information.
......
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