chansung commited on
Commit
d845723
1 Parent(s): 34ffdea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -16,6 +16,7 @@ This repository comes with LoRA checkpoint to make LLaMA into a chatbot like lan
16
  ```shell
17
  python finetune.py \
18
  --base_model='decapoda-research/llama-7b-hf' \
 
19
  --num_epochs=10 \
20
  --cutoff_len=512 \
21
  --group_by_length \
 
16
  ```shell
17
  python finetune.py \
18
  --base_model='decapoda-research/llama-7b-hf' \
19
+ --data_path='alpaca_data_gpt4.json' \
20
  --num_epochs=10 \
21
  --cutoff_len=512 \
22
  --group_by_length \