chansung commited on
Commit
597694d
1 Parent(s): 813dd32

Update README.md

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