Skip to content

Commit

Permalink
Update peft.md
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan authored Nov 29, 2023
1 parent b39931e commit 6eb3e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hub/peft.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ pip install peft

## Using existing models

All PEFT models can be loaded from the Hub. To use a PEFT model you also need to load the base model that was fine-tuned, as shown below.
All PEFT models can be loaded from the Hub. To use a PEFT model you also need to load the base model that was fine-tuned, as shown below. Every fine-tuned model has the base model in it's model card.

```py
from transformers import AutoModelForCausalLM, AutoTokenizer
Expand Down

0 comments on commit 6eb3e64

Please sign in to comment.