I am following
python setup/download_prepare_hf_data.py fineweb_edu 32 --data_dir ./data --seed 42 --nchunks 32
fineweb-edu is about 10TB.
The above commend write the shuffled file with speed of 10G/h which means it will take forever to finish the shuffling.
Any suggestion on this?
Thanks.
I am following
fineweb-eduis about 10TB.The above commend write the shuffled file with speed of
10G/hwhich means it will take forever to finish the shuffling.Any suggestion on this?
Thanks.