Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
11fbc32e
"...git@developer.sourcefind.cn:gaoqiong/flash-attention.git" did not exist on "5db330519a9fe8037ba5eb2b67b9dd1848189342"
Unverified
Commit
11fbc32e
authored
Aug 31, 2021
by
Serhiy-Shekhovtsov
Committed by
GitHub
Aug 31, 2021
Browse files
Fixing a typo in the data_collator documentation (#13309)
parent
062300ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/main_classes/data_collator.rst
docs/source/main_classes/data_collator.rst
+1
-1
No files found.
docs/source/main_classes/data_collator.rst
View file @
11fbc32e
...
...
@@ -18,7 +18,7 @@ the same type as the elements of :obj:`train_dataset` or :obj:`eval_dataset`.
To be able to build batches, data collators may apply some processing (like padding). Some of them (like
:class:`~transformers.DataCollatorForLanguageModeling`) also apply some random data augmentation (like random masking)
o
i
n the formed batch.
on the formed batch.
Examples of use can be found in the :doc:`example scripts <../examples>` or :doc:`example notebooks <../notebooks>`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment