Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ The training script used to train this model can be found [here](https://github.
|
|
29 |
|
30 |
Training is done for 5 epochs using AdamW optimizer and leaner decay learning rate schedule with 800 warmup steps. To reproduce the training one can use this command with the above script:
|
31 |
|
32 |
-
```
|
33 |
python run_clm_apps.py \
|
34 |
--output_dir $HOME/gpt-neo-1.3B-apps \
|
35 |
--model_name_or_path EleutherAI/gpt-neo-1.3B \
|
|
|
29 |
|
30 |
Training is done for 5 epochs using AdamW optimizer and leaner decay learning rate schedule with 800 warmup steps. To reproduce the training one can use this command with the above script:
|
31 |
|
32 |
+
```bash
|
33 |
python run_clm_apps.py \
|
34 |
--output_dir $HOME/gpt-neo-1.3B-apps \
|
35 |
--model_name_or_path EleutherAI/gpt-neo-1.3B \
|