Add dataset info
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This repo contains a low-rank adapter for LLaMA-7b
|
@@ -28,4 +30,4 @@ python finetune.py \
|
|
28 |
--micro_batch_size=8
|
29 |
```
|
30 |
|
31 |
-
Instructions for running it can be found at https://github.com/tloen/alpaca-lora.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- yahma/alpaca-cleaned
|
5 |
---
|
6 |
|
7 |
This repo contains a low-rank adapter for LLaMA-7b
|
|
|
30 |
--micro_batch_size=8
|
31 |
```
|
32 |
|
33 |
+
Instructions for running it can be found at https://github.com/tloen/alpaca-lora.
|