Eliahu commited on
Commit
dec2923
·
verified ·
1 Parent(s): 0286274

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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://arxiv.org/abs/1910.04867) 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
 
 
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