Replies: 1 comment
-
Hi! You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder how I could load a dataset using
load_dataset
function in a parallel fashion. Is there an automatic way to use theload_dataset
in a parallel form or I have to modify the_generate_examples
function to be parallel itself, I just wrote a customized loading script that tends to load and preprocess raw data and store them in pyarrow format ...Beta Was this translation helpful? Give feedback.
All reactions