Skip to content

Commit 205db14

Browse files
authored
Update README.md
1 parent e18e424 commit 205db14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ python -m torch.distributed.launch \
9999

100100
To execute the fine-tuning script run the following command:
101101
```bash
102-
python finetune/finetune_SE.py \
102+
python finetune/finetune.py \
103103
--model_path="bigcode/large-model"\
104104
--dataset_name="ArmelR/stack-exchange-instruction"\
105105
--subset="data/finetune"\
@@ -122,7 +122,7 @@ The command is quite similar to the what we use on alpaca code. However, the siz
122122

123123
```bash
124124
python -m torch.distributed.launch \
125-
--nproc_per_node number_of_gpus finetune/finetune_SE.py \
125+
--nproc_per_node number_of_gpus finetune/finetune.py \
126126
--model_path="bigcode/large-model"\
127127
--dataset_name="ArmelR/stack-exchange-instruction"\
128128
--subset="data/finetune"\

0 commit comments

Comments
 (0)