11 lines
416 B
ReStructuredText
11 lines
416 B
ReStructuredText
Configuration
|
|
----------------------------------------------------
|
|
|
|
We provide a base class, ``PretrainedConfig``, which can load a pretrained instance either from a local file or directory or from a pretrained model configuration provided by the library (downloaded from HuggingFace AWS S3 repository).
|
|
|
|
``PretrainedConfig``
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: pytorch_transformers.PretrainedConfig
|
|
:members:
|