mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
* More readable dict * More nlp -> datasets * Revert "More nlp -> datasets" This reverts commit 3cd1883d226c63c4a686fc1fed35f2cd586ebe45. * Automate the lists in auto-xxx docs * More readable dict * Revert "More nlp -> datasets" This reverts commit 3cd1883d226c63c4a686fc1fed35f2cd586ebe45. * Automate the lists in auto-xxx docs * nlp -> datasets * Fix new key
13 lines
439 B
ReStructuredText
13 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:
|