mirror of
https://github.com/wassname/peft.git
synced 2026-09-09 11:28:32 +08:00
Merge pull request #58 from sayakpaul/patch-1
Update image classification README.md to include the latest Colab Notebook link
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Fine-tuning for image classification using LoRA and 🤗 PEFT
|
||||
|
||||
[](https://colab.research.google.com/github/sayakpaul/peft/blob/example/img-cls/examples/image_classification/image_classification_peft_lora.ipynb) <!-- Update the Colab Link -->
|
||||
[](https://colab.research.google.com/github/huggingface/peft/blob/main/examples/image_classification/image_classification_peft_lora.ipynb)
|
||||
|
||||
We provide a notebook (`image_classification_peft_lora.ipynb`) where we learn how to use [LoRA](https://arxiv.org/abs/2106.09685) from 🤗 PEFT to fine-tune an image classification modelby ONLY using **0.7%** of the original trainable parameters of the model.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user