mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-14 18:18:24 +06:00

* More readable dict * More nlp -> datasets * Revert "More nlp -> datasets" This reverts commit3cd1883d22
. * Automate the lists in auto-xxx docs * More readable dict * Revert "More nlp -> datasets" This reverts commit3cd1883d22
. * Automate the lists in auto-xxx docs * nlp -> datasets * Fix new key
14 lines
439 B
ReStructuredText
14 lines
439 B
ReStructuredText
Configuration
|
|
----------------------------------------------------
|
|
|
|
The base class :class:`~transformers.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:
|