datasets-cli #3079
datasets-cli
#3079
Replies: 1 comment 1 reply
-
Hi! The from datasets import load_dataset
ds = load_dataset("mnist") |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to convert a tfds dataset to a huggingface one.
I've tried:
and other permutations.
The script appears to be running and finishing without an error but when looking in the huggingface/datasets/ folder nothing is created.
Beta Was this translation helpful? Give feedback.
All reactions