Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
β’
d150285
1
Parent(s):
7904f8b
update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ Making evaluating and fine-tuning LLaMA models with low-rank adaptation (LoRA) e
|
|
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/
|
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>
|
16 |
* Load JSON and JSONL datasets from your folder, or even paste plain text directly into the UI.
|
17 |
* Supports Stanford Alpaca [seed_tasks](https://github.com/tatsu-lab/stanford_alpaca/blob/main/seed_tasks.jsonl), [alpaca_data](https://github.com/tatsu-lab/stanford_alpaca/blob/main/alpaca_data.json) and [OpenAI "prompt"-"completion"](https://platform.openai.com/docs/guides/fine-tuning/data-formatting) format.
|
@@ -28,6 +28,8 @@ There are various ways to run this app:
|
|
28 |
|
29 |
### Run On Google Colab
|
30 |
|
|
|
|
|
31 |
Open [this Colab Notebook](https://colab.research.google.com/github/zetavg/LLaMA-LoRA-Tuner/blob/main/LLaMA_LoRA.ipynb) and select **Runtime > Run All** (`β/Ctrl+F9`).
|
32 |
|
33 |
You will be prompted to authorize Google Drive access, as Google Drive will be used to store your data. See the "Config"/"Google Drive" section for settings and more info.
|
|
|
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/IoEMgouZ5xU"><img width="640px" src="https://user-images.githubusercontent.com/3784687/231023326-f28c84e2-df74-4179-b0ac-c25c4e8ca001.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>
|
16 |
* Load JSON and JSONL datasets from your folder, or even paste plain text directly into the UI.
|
17 |
* Supports Stanford Alpaca [seed_tasks](https://github.com/tatsu-lab/stanford_alpaca/blob/main/seed_tasks.jsonl), [alpaca_data](https://github.com/tatsu-lab/stanford_alpaca/blob/main/alpaca_data.json) and [OpenAI "prompt"-"completion"](https://platform.openai.com/docs/guides/fine-tuning/data-formatting) format.
|
|
|
28 |
|
29 |
### Run On Google Colab
|
30 |
|
31 |
+
*See [video](https://youtu.be/lByYOMdy9h4) for step-by-step instructions.*
|
32 |
+
|
33 |
Open [this Colab Notebook](https://colab.research.google.com/github/zetavg/LLaMA-LoRA-Tuner/blob/main/LLaMA_LoRA.ipynb) and select **Runtime > Run All** (`β/Ctrl+F9`).
|
34 |
|
35 |
You will be prompted to authorize Google Drive access, as Google Drive will be used to store your data. See the "Config"/"Google Drive" section for settings and more info.
|