Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ The training script used to train this model can be found [here](https://github.
|
|
22 |
./run_clm_streaming_filter_flax.py \
|
23 |
--output_dir $HOME/gpt-neo-125M-code-clippy-dedup \
|
24 |
--model_name_or_path="EleutherAI/gpt-neo-125M" \
|
25 |
-
--dataset_name $HOME/gpt-code-clippy/code_clippy_filter.py \
|
26 |
--data_dir $HOME/code_clippy_data/code_clippy_dedup_data \
|
27 |
--text_column_name="text" \
|
28 |
--do_train --do_eval \
|
|
|
22 |
./run_clm_streaming_filter_flax.py \
|
23 |
--output_dir $HOME/gpt-neo-125M-code-clippy-dedup \
|
24 |
--model_name_or_path="EleutherAI/gpt-neo-125M" \
|
25 |
+
--dataset_name $HOME/gpt-code-clippy/data_processing/code_clippy_filter.py \
|
26 |
--data_dir $HOME/code_clippy_data/code_clippy_dedup_data \
|
27 |
--text_column_name="text" \
|
28 |
--do_train --do_eval \
|