Sure ! If you only have the .arrow file you can do
from datasets import Dataset
dataset = Dataset.from_file(path_to_arrow_file)
Sure ! If you only have the .arrow file you can do
from datasets import Dataset
dataset = Dataset.from_file(path_to_arrow_file)