How can two different types of downloads be aligned?
#11
by
Emigmo
- opened
Thank you for providing two types of download ways.
I have downloaded all the jsonl file through "wget xxx < urls.txt" in the parallel way.
BUT how to load the dataset :
ds = load_dataset("togethercomputer/RedPajama-Data-1T")
Emigmo
changed discussion status to
closed
Emigmo
changed discussion status to
open
Also curious about this. How did you solve this?