chtan commited on
Commit
5e24462
·
1 Parent(s): fdc15d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-30b' \
18
  --data_path './alpaca_data_gpt4.json' \
19
- --output_dir './gpt4-alpaca-lora_mlp-30b' \
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 \