Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ start generating the assistant reply.
|
|
66 |
- base model: [togethercomputer/RedPajama-INCITE-Base-3B-v1](https://huggingface.co/togethercomputer/RedPajama-INCITE-Base-3B-v1)
|
67 |
- checkpoint: 1 epoch (6000 steps)
|
68 |
|
69 |
-
command: `deepspeed trainer_sft.py --configs defaults
|
70 |
|
71 |
data:
|
72 |
```
|
|
|
66 |
- base model: [togethercomputer/RedPajama-INCITE-Base-3B-v1](https://huggingface.co/togethercomputer/RedPajama-INCITE-Base-3B-v1)
|
67 |
- checkpoint: 1 epoch (6000 steps)
|
68 |
|
69 |
+
command: `deepspeed trainer_sft.py --configs defaults redpajama-3b datasets --num_train_epochs 2 --deepspeed`
|
70 |
|
71 |
data:
|
72 |
```
|