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:
|
||||
encoder (:class:`PretrainedConfig`, optional, defaults to `None`):
|
||||
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.
|
||||
|
||||
Example::
|
||||
|
||||
Reference in New Issue
Block a user