mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
fix typo in modeling_t5.py docstring (#12640)
This commit is contained in:
parent
b90d499372
commit
21a81c1e3c
@ -1711,7 +1711,7 @@ class T5ForConditionalGeneration(T5PreTrainedModel):
|
||||
|
||||
|
||||
@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,
|
||||
)
|
||||
class T5EncoderModel(T5PreTrainedModel):
|
||||
|
Loading…
Reference in New Issue
Block a user