peft
Free🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
About peft
🤗 PEFT (Parameter-Efficient Fine-Tuning) is a library developed by Hugging Face for efficiently adapting large pretrained models to various downstream applications without fine-tuning all of a model's parameters. By only fine-tuning a small number of extra model parameters, PEFT significantly decreases computational and storage costs while yielding performance comparable to fully fine-tuned models. This makes it more accessible to train and store large language models (LLMs) on consumer hardware. The library is integrated with the Transformers, Diffusers, and Accelerate libraries, providing a faster and easier way to load, train, and use large models for inference. PEFT includes quickstart guides, how-to guides for tasks like image classification, causal language modeling, and automatic speech recognition, as well as conceptual guides and technical references.
Key Features
Pros & Cons
- Significantly reduces computational and storage costs compared to full fine-tuning
- Performance nearly matches full fine-tuning for many tasks
- Makes fine-tuning large models accessible on consumer hardware
- Seamlessly integrates with popular Hugging Face libraries
- Open source and free to use
Best For
Alternatives to peft
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
aider
aider is AI pair programming in your terminal
axolotl
Go ahead and axolotl questions
Chroma
Open-source embedding database
awesome-claude-code
A curated list of awesome skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code by Anthropic
agents-course
This repository contains the Hugging Face Agents Course.