diff --git a/docs/source/index.md b/docs/source/index.md index cfb57c0678..6e083647b5 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -26,11 +26,11 @@ PEFT is integrated with the Transformers, Diffusers, and Accelerate libraries to >
Get started

Start here if you're new to 🤗 PEFT to get an overview of the library's main features, and how to train a model with a PEFT method.

-
How-to guides

Practical guides demonstrating how to apply various PEFT methods across different types of tasks like image classification, causal language modeling, automatic speech recognition, and more. Learn how to use 🤗 PEFT with the DeepSpeed and Fully Sharded Data Parallel scripts.

-
Conceptual guides

Get a better theoretical understanding of how LoRA and various soft prompting methods help reduce the number of trainable parameters to make training more efficient.