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