Fixing docs for Encoder Decoder Config (#5171)

This commit is contained in:
Mikael Souza
2020-06-22 04:51:17 -04:00
committed by GitHub
parent 59345cc87f
commit 3fe75c7f70

View File

@@ -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::