Update README.md
Browse files
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-
|
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 \
|