Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ The codes is provided by [tloen/alpaca-lora: Instruct-tune LLaMA on consumer har
|
|
14 |
We modify the running scripts to
|
15 |
```bash
|
16 |
torchrun --nproc_per_node=4 finetune.py \
|
17 |
-
--base_model '/cache1/chtan/large_models/llama-hf/llama-
|
18 |
--data_path './alpaca_data_gpt4.json' \
|
19 |
-
--output_dir './gpt4-alpaca-lora_mlp-
|
20 |
--batch_size 128 \
|
21 |
--micro_batch_size 32 \
|
22 |
--num_epochs 10 \
|
|
|
14 |
We modify the running scripts to
|
15 |
```bash
|
16 |
torchrun --nproc_per_node=4 finetune.py \
|
17 |
+
--base_model '/cache1/chtan/large_models/llama-hf/llama-7b' \
|
18 |
--data_path './alpaca_data_gpt4.json' \
|
19 |
+
--output_dir './gpt4-alpaca-lora_mlp-7b' \
|
20 |
--batch_size 128 \
|
21 |
--micro_batch_size 32 \
|
22 |
--num_epochs 10 \
|