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
3fe75c7f
Unverified
Commit
3fe75c7f
authored
Jun 22, 2020
by
Mikael Souza
Committed by
GitHub
Jun 22, 2020
Browse files
Fixing docs for Encoder Decoder Config (#5171)
parent
59345cc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/configuration_encoder_decoder.py
src/transformers/configuration_encoder_decoder.py
+1
-1
No files found.
src/transformers/configuration_encoder_decoder.py
View file @
3fe75c7f
...
@@ -37,7 +37,7 @@ class EncoderDecoderConfig(PretrainedConfig):
...
@@ -37,7 +37,7 @@ class EncoderDecoderConfig(PretrainedConfig):
Remaining dictionary of keyword arguments. Notably:
Remaining dictionary of keyword arguments. Notably:
encoder (:class:`PretrainedConfig`, optional, defaults to `None`):
encoder (:class:`PretrainedConfig`, optional, defaults to `None`):
An instance of a configuration object that defines the encoder config.
An instance of a configuration object that defines the encoder config.
e
n
coder (:class:`PretrainedConfig`, optional, defaults to `None`):
d
ecoder (:class:`PretrainedConfig`, optional, defaults to `None`):
An instance of a configuration object that defines the decoder config.
An instance of a configuration object that defines the decoder config.
Example::
Example::
...
...
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