Skip to content

Commit f19b599

Browse files
committed
increased sample example limit
1 parent a8cc765 commit f19b599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sample_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def parse_args():
2222
default="data/processed/train_sample.csv",
2323
help="Where to write the sampled CSV",
2424
)
25-
p.add_argument("--n", type=int, default=100, help="Number of examples to sample")
25+
p.add_argument("--n", type=int, default=500, help="Number of examples to sample")
2626
p.add_argument(
2727
"--seed", type=int, default=42, help="Random seed for reproducibility"
2828
)

0 commit comments

Comments
 (0)