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
e2c1dd09
Unverified
Commit
e2c1dd09
authored
May 21, 2021
by
yujun
Committed by
GitHub
May 21, 2021
Browse files
fix roformer config doc (#11813)
parent
1b652295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/roformer/configuration_roformer.py
src/transformers/models/roformer/configuration_roformer.py
+1
-1
No files found.
src/transformers/models/roformer/configuration_roformer.py
View file @
e2c1dd09
...
...
@@ -78,7 +78,7 @@ class RoFormerConfig(PretrainedConfig):
gradient_checkpointing (:obj:`bool`, `optional`, defaults to :obj:`False`):
If :obj:`True`, use gradient checkpointing to save memory at the expense of slower backward pass.
Example::
Example::
>>> from transformers import RoFormerModel, RoFormerConfig
...
...
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