Former-commit-id: b581b272793314a9602f4dc2fb646a988a6249df
This commit is contained in:
hiyouga 2024-11-26 16:03:02 +00:00
parent 5a52e41399
commit 0b08d5882a

View File

@ -128,6 +128,7 @@ def _load_single_dataset(
cache_dir=model_args.cache_dir, cache_dir=model_args.cache_dir,
token=model_args.hf_hub_token, token=model_args.hf_hub_token,
streaming=data_args.streaming, streaming=data_args.streaming,
num_proc=data_args.preprocessing_num_workers,
trust_remote_code=True, trust_remote_code=True,
) )