You can reload any arrow file from the cache with
from datasets import Dataset
ds = Dataset.from_file("path/to/data.arrow")
You can reload any arrow file from the cache with
from datasets import Dataset
ds = Dataset.from_file("path/to/data.arrow")