first draft of api docs

This commit is contained in:
Steven
2023-03-31 13:41:33 -07:00
committed by Steven Liu
parent 165ee0b5ff
commit 39fb96316f
4 changed files with 91 additions and 4 deletions
+18 -1
View File
@@ -1 +1,18 @@
# Configuration
# Configuration
The configuration classes stores the configuration of a [`PeftModel`], PEFT adapter models, and the configurations of [`PrefixTuning`], [`PromptTuning`], and [`PromptEncoder`]. They contain methods for saving and loading model configurations from the Hub, specifying the PEFT method to use, type of task to perform, and model configurations like number of layers and number of attention heads.
## PeftConfigMixin
[[autodoc]] PeftConfigMixin
- all
## PeftConfig
[[autodoc]] PeftConfig
- all
## PromptLearningConfig
[[autodoc]] PromptLearningConfig
- all