File size: 1,287 Bytes
1e6d67a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
- title: Get started
  sections:
  - local: index
    title: 🤗 PEFT
  - local: quicktour
    title: Quicktour
  - local: install
    title: Installation

- title: Task guides
  sections:
  - local: task_guides/image_classification_lora
    title: Image classification using LoRA
  - local: task_guides/seq2seq-prefix-tuning
    title: Prefix tuning for conditional generation
  - local: task_guides/clm-prompt-tuning
    title: Prompt tuning for causal language modeling
  - local: task_guides/semantic_segmentation_lora
    title: Semantic segmentation using LoRA
  - local: task_guides/ptuning-seq-classification
    title: P-tuning for sequence classification
  - local: task_guides/dreambooth_lora
    title: Dreambooth fine-tuning with LoRA
  - local: task_guides/token-classification-lora
    title: LoRA for token classification
  - local: task_guides/int8-asr
    title: int8 training for automatic speech recognition

- title: Conceptual guides
  sections:
  - local: conceptual_guides/lora
    title: LoRA
  - local: conceptual_guides/prompting
    title: Prompting

- title: Reference
  sections:
  - local: package_reference/peft_model
    title: PEFT model
  - local: package_reference/config
    title: Configuration
  - local: package_reference/tuners
    title: Tuners