Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,10 @@ gptj-chai:
|
|
44 |
```
|
45 |
|
46 |
# Command to train:
|
|
|
|
|
47 |
deepspeed trainer_sft.py --local_rank=0 --configs defaults gptj-chai soda-only --cache_dir data_cache --deepspeed
|
|
|
48 |
|
49 |
# Demo code:
|
50 |
```python
|
|
|
44 |
```
|
45 |
|
46 |
# Command to train:
|
47 |
+
|
48 |
+
```bash
|
49 |
deepspeed trainer_sft.py --local_rank=0 --configs defaults gptj-chai soda-only --cache_dir data_cache --deepspeed
|
50 |
+
```
|
51 |
|
52 |
# Demo code:
|
53 |
```python
|