Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
SaveAndReloadDataset
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
May 25, 2022
Commit
f44b91f
Β·
1 Parent(s):
0bff60c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from datasets import load_dataset
2
+
raw_datasets = load_dataset("allocine")
3
+
raw_datasets.save_to_disk("my-arrow-datasets")