Skip to content

Latest commit

History

History
22 lines (14 loc) 路 848 Bytes

config.md

File metadata and controls

22 lines (14 loc) 路 848 Bytes

Configuration

[PeftConfigMixin] is the base configuration class for storing the adapter configuration of a [PeftModel], and [PromptLearningConfig] is the base configuration class for soft prompt methods (p-tuning, prefix tuning, and prompt tuning). These base classes 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]] config.PeftConfigMixin - all

PeftConfig

[[autodoc]] PeftConfig - all

PromptLearningConfig

[[autodoc]] PromptLearningConfig - all