Skip to content

Commit 20e26a6

Browse files
authored
Adjust sample command line (#95)
1 parent 9920715 commit 20e26a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinker_cookbook/recipes/chat_sl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## SFT on NoRobots
44

55
```bash
6-
python -m tinker_cookbook.recipes.chat_sl.train
6+
python -m tinker_cookbook.recipes.chat_sl.train \
77
model_name=Qwen/Qwen3-8B-Base \
88
dataset=no_robots \
99
learning_rate=5e-4 \
@@ -19,7 +19,7 @@ After 140 steps of training, `test/nll` decreases to 1.788.
1919
## SFT on Tulu3 dataset
2020

2121
```bash
22-
python -m tinker_cookbook.recipes.chat_sl.train
22+
python -m tinker_cookbook.recipes.chat_sl.train \
2323
model_name=Qwen/Qwen3-8B-Base \
2424
dataset=tulu3 \
2525
learning_rate=5e-4 \

0 commit comments

Comments
 (0)