Unverified Commit b2747af5 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Improvements to PretrainedConfig documentation (#5642)

* Update PretrainedConfig doc

* Formatting

* Small fixes

* Forgotten args and more cleanup
parent bfacb2e3
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).
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``
~~~~~~~~~~~~~~~~~~~~~
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment