We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d708e77 commit 3560ae9Copy full SHA for 3560ae9
1 file changed
experiments/dedup/fineweb_10bt_exact.py
@@ -36,7 +36,7 @@ def build_steps() -> list[StepSpec]:
36
fn=lambda op: dedup_exact_paragraph(
37
input_paths=os.path.join(download.output_path, "sample/10BT"),
38
output_path=op,
39
- max_parallelism=4,
+ max_parallelism=128,
40
),
41
)
42
return [download, dedup_step]
0 commit comments