mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-06 22:30:09 +06:00

* Update PretrainedConfig doc * Formatting * Small fixes * Forgotten args and more cleanup
13 lines
428 B
ReStructuredText
13 lines
428 B
ReStructuredText
Configuration
|
|
----------------------------------------------------
|
|
|
|
The base class ``PretrainedConfig`` implements the common methods for loading/saving a configuration either from a
|
|
local file or directory, or from a pretrained model configuration provided by the library (downloaded from
|
|
HuggingFace's AWS S3 repository).
|
|
|
|
``PretrainedConfig``
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: transformers.PretrainedConfig
|
|
:members:
|