Skip to content

Commit

Permalink
Fix typo (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-song authored Feb 8, 2025
1 parent 3519a7f commit f5f0b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ accelerate launch --config_file=recipes/accelerate_configs/zero3.yaml src/open_r
--output_dir data/Qwen2.5-1.5B-Open-R1-Distill

# Train via YAML config
accelerate launch --config_file recipes/accelerate_configs/zero3.yaml src/openr1/sft.py \
accelerate launch --config_file recipes/accelerate_configs/zero3.yaml src/open_r1/sft.py \
recipes/Qwen/Qwen2.5-1.5B-Instruct/sft/config_demo.yaml
```

Expand All @@ -120,7 +120,7 @@ By default, these scripts will push each model to your Hugging Face Hub username

```shell
# Change batch size, number of epochs etc
accelerate launch --config_file recipes/accelerate_configs/zero3.yaml src/openr1/sft.py \
accelerate launch --config_file recipes/accelerate_configs/zero3.yaml src/open_r1/sft.py \
recipes/Qwen/Qwen2.5-1.5B-Instruct/sft/config_demo.yaml
--per_device_train_batch_size=1 --num_train_epochs=5
```
Expand Down

0 comments on commit f5f0b55

Please sign in to comment.