Update README.md
Browse files
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 |
-
./
|
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 \
|