mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
* Update PretrainedConfig doc * Formatting * Small fixes * Forgotten args and more cleanup
12 lines
428 B
ReStructuredText
12 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:
|