Load dataset from a specific cache file

You can reload any arrow file from the cache with

from datasets import Dataset 

ds = Dataset.from_file("path/to/data.arrow")