tloen commited on
Commit
12103d6
1 Parent(s): 28801ea

Add dataset info

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.