Why does the dataset map take forever?

#1
by DiggingLace - opened

For this line of the sample code "dataset = dataset.map(transform_tokenize,
batched=True,
num_proc=8)"

it is taking more than 5 minutes just to get to 1% completion. Why is it so slow?

Sign up or log in to comment