awacke1's picture
Create app.py
f44b91f
raw
history blame
120 Bytes
from datasets import load_dataset
raw_datasets = load_dataset("allocine")
raw_datasets.save_to_disk("my-arrow-datasets")