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
21a81c1e
"...git@developer.sourcefind.cn:guobj/qwen_lmdeploy.git" did not exist on "97dcdff7ab0dffdbcdc89294f9819739f98dccce"
Unverified
Commit
21a81c1e
authored
Jul 12, 2021
by
Philip May
Committed by
GitHub
Jul 12, 2021
Browse files
fix typo in modeling_t5.py docstring (#12640)
parent
b90d4993
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/t5/modeling_t5.py
src/transformers/models/t5/modeling_t5.py
+1
-1
No files found.
src/transformers/models/t5/modeling_t5.py
View file @
21a81c1e
...
@@ -1711,7 +1711,7 @@ class T5ForConditionalGeneration(T5PreTrainedModel):
...
@@ -1711,7 +1711,7 @@ class T5ForConditionalGeneration(T5PreTrainedModel):
@
add_start_docstrings
(
@
add_start_docstrings
(
"The bare T5 Model transformer outputting encoder's raw hidden-states
"
"
without any specific head on top."
,
"The bare T5 Model transformer outputting encoder's raw hidden-states
without any specific head on top."
,
T5_START_DOCSTRING
,
T5_START_DOCSTRING
,
)
)
class
T5EncoderModel
(
T5PreTrainedModel
):
class
T5EncoderModel
(
T5PreTrainedModel
):
...
...
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