We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062300b commit 11fbc32Copy full SHA for 11fbc32
docs/source/main_classes/data_collator.rst
@@ -18,7 +18,7 @@ the same type as the elements of :obj:`train_dataset` or :obj:`eval_dataset`.
18
19
To be able to build batches, data collators may apply some processing (like padding). Some of them (like
20
:class:`~transformers.DataCollatorForLanguageModeling`) also apply some random data augmentation (like random masking)
21
-oin the formed batch.
+on the formed batch.
22
23
Examples of use can be found in the :doc:`example scripts <../examples>` or :doc:`example notebooks <../notebooks>`.
24
0 commit comments