Skip to content

Commit

Permalink
Update tools/preprocess_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Antoni-Joan Solergibert <74564958+TJ-Solergibert@users.noreply.github.com>
  • Loading branch information
jquesnelle and TJ-Solergibert authored Jul 5, 2024
1 parent aee410a commit 402d3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/preprocess_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_args():
"--dataset",
type=str,
required=True,
help="Path to a .paquet file or hf:// path",
help="Path to a .parquet file or a folder containing multiple .parquet files",
)
p3.add_argument("--column", type=str, default="text", help="Column to preprocess from the Dataset. Default: text")
p3.add_argument(
Expand Down

0 comments on commit 402d3ce

Please sign in to comment.