Update README.md
Browse files
README.md
CHANGED
@@ -959,7 +959,7 @@ def merge_lora_weights(args, layer_idx, device):
|
|
959 |
|
960 |
### Source Data
|
961 |
- The fine-tuning of the ViT models was performed using the [PEFT](https://huggingface.co/docs/peft/en/index) library
|
962 |
-
on various datasets from the [VTAB-1K](https://
|
963 |
- The fine-tuned LoRA models for Stable Diffusion are taken from civitai and were fine-tuned by [RalFinger](https://civitai.com/user/RalFinger).
|
964 |
- The fine-tuning of Mistral was performed based on the Zephyr model as seen [here](https://github.com/huggingface/alignment-handbook/tree/main).
|
965 |
|
|
|
959 |
|
960 |
### Source Data
|
961 |
- The fine-tuning of the ViT models was performed using the [PEFT](https://huggingface.co/docs/peft/en/index) library
|
962 |
+
on various datasets from the [VTAB-1K](https://google-research.github.io/task_adaptation/) benchmark.
|
963 |
- The fine-tuned LoRA models for Stable Diffusion are taken from civitai and were fine-tuned by [RalFinger](https://civitai.com/user/RalFinger).
|
964 |
- The fine-tuning of Mistral was performed based on the Zephyr model as seen [here](https://github.com/huggingface/alignment-handbook/tree/main).
|
965 |
|