移除缓存脚本中的 data_files 和 max_chunks 限制参数

This commit is contained in:
2026-07-26 10:57:30 +08:00
parent 33c8720d69
commit e999629098
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -7,5 +7,4 @@ if __name__ == "__main__":
dataset=dataset["train"],
output_dir="./dataset",
output_prefix="english-dolma-30b-pretrain",
max_chunks=18,
)