Unverified Commit 3fe75c7f authored by Mikael Souza's avatar Mikael Souza Committed by GitHub
Browse files

Fixing docs for Encoder Decoder Config (#5171)

parent 59345cc8
...@@ -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.
encoder (:class:`PretrainedConfig`, optional, defaults to `None`): decoder (: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::
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment