ncoop57 commited on
Commit
6fdf219
1 Parent(s): 681857f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ The training script used to train this model can be found [here](https://github.
14
 
15
  To reproduce the training one can use this command with the above script:
16
  ```bash
17
- ./run_clm_streaming_flax_v2.py \
18
  --output_dir $HOME/gpt-neo-125M-code-clippy \
19
  --model_name_or_path="flax-community/gpt-neo-125M-code-clippy" \
20
  --dataset_name $HOME/gpt-code-clippy/code_clippy.py \
 
14
 
15
  To reproduce the training one can use this command with the above script:
16
  ```bash
17
+ ./run_clm_streaming_flax.py \
18
  --output_dir $HOME/gpt-neo-125M-code-clippy \
19
  --model_name_or_path="flax-community/gpt-neo-125M-code-clippy" \
20
  --dataset_name $HOME/gpt-code-clippy/code_clippy.py \