Fixing docs for Encoder Decoder Config (#5171)
This commit is contained in:
@@ -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::
|
||||||
|
|||||||
Reference in New Issue
Block a user