mjbuehler commited on
Commit
16f5468
1 Parent(s): 4445403

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -23,6 +23,8 @@ Install directly from source
23
  pip install git+https://github.com/EricLBuehler/xlora.git -U
24
  ```
25
 
 
 
26
  Further details on installation, packages with source code, API details and more examples:
27
 
28
  [https://github.com/EricLBuehler/xlora](https://github.com/EricLBuehler/xlora)
@@ -166,6 +168,10 @@ print (output_text[0])
166
 
167
  See [lamm-mit/x-lora-dataset](https://huggingface.co/datasets/lamm-mit/x-lora-dataset) for the dataset used to train the X-LoRA model. Details on the datasets used to train the original adapters are included in the paper (see reference below).
168
 
 
 
 
 
169
  ## Acknowledgements
170
 
171
  This work is built on the Hugging Face [PEFT library](https://github.com/huggingface/peft/tree/main/src/peft) and other components in the Hugging Face ecosystem.
 
23
  pip install git+https://github.com/EricLBuehler/xlora.git -U
24
  ```
25
 
26
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/jXBZlqZoezAjx3TppFeF-.png)
27
+
28
  Further details on installation, packages with source code, API details and more examples:
29
 
30
  [https://github.com/EricLBuehler/xlora](https://github.com/EricLBuehler/xlora)
 
168
 
169
  See [lamm-mit/x-lora-dataset](https://huggingface.co/datasets/lamm-mit/x-lora-dataset) for the dataset used to train the X-LoRA model. Details on the datasets used to train the original adapters are included in the paper (see reference below).
170
 
171
+ ## Sample results
172
+
173
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/GRbDJcIqkZZrQAVXyKB2H.png)
174
+
175
  ## Acknowledgements
176
 
177
  This work is built on the Hugging Face [PEFT library](https://github.com/huggingface/peft/tree/main/src/peft) and other components in the Hugging Face ecosystem.