ncoop57 commited on
Commit
c890e6d
·
1 Parent(s): 2fa6d49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 \