Spaces:
Runtime error
Runtime error
Pokai Chang
commited on
Commit
•
bd0584c
1
Parent(s):
c15d0e4
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,9 @@ Making evaluating and fine-tuning LLaMA models with low-rank adaptation (LoRA) e
|
|
7 |
|
8 |
## Features
|
9 |
|
10 |
-
|
|
|
|
|
11 |
* Loads and stores data in Google Drive.
|
12 |
* Evaluate various LLaMA LoRA models stored in your folder or from Hugging Face.<br /><a href="https://youtu.be/A3kb4VkDWyY"><img width="640px" src="https://user-images.githubusercontent.com/3784687/230272844-09f7a35b-46bf-4101-b15d-4ddf243b8bef.gif" /></a>
|
13 |
* Fine-tune LLaMA models with different prompt templates and training dataset format.<br /><a href="https://youtu.be/5Db9U8PsaUk"><img width="640px" src="https://user-images.githubusercontent.com/3784687/230277315-9a91d983-1690-4594-9d54-912eda8963ee.gif" /></a>
|
|
|
7 |
|
8 |
## Features
|
9 |
|
10 |
+
**[See a demo on Hugging Face](https://huggingface.co/spaces/zetavg/LLaMA-LoRA-UI-Demo)** **Only serves UI demonstration. To try training or text generation, [run on Colab](#run-on-google-colab).*
|
11 |
+
|
12 |
+
* **[1-click up and running in Google Colab](#run-on-google-colab)** with a standard GPU runtime.
|
13 |
* Loads and stores data in Google Drive.
|
14 |
* Evaluate various LLaMA LoRA models stored in your folder or from Hugging Face.<br /><a href="https://youtu.be/A3kb4VkDWyY"><img width="640px" src="https://user-images.githubusercontent.com/3784687/230272844-09f7a35b-46bf-4101-b15d-4ddf243b8bef.gif" /></a>
|
15 |
* Fine-tune LLaMA models with different prompt templates and training dataset format.<br /><a href="https://youtu.be/5Db9U8PsaUk"><img width="640px" src="https://user-images.githubusercontent.com/3784687/230277315-9a91d983-1690-4594-9d54-912eda8963ee.gif" /></a>
|