Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tianbudala
/
letsgoimg
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tianbudala
commited on
Apr 20, 2024
Commit
44c3f2c
·
verified
·
1 Parent(s):
75e0aaa
Create pullit.py
Browse files
Files changed (1)
hide
show
pullit.py
+4
-0
pullit.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from datasets import load_dataset
2
+
3
+
# If the dataset is gated/private, make sure you have run huggingface-cli login
4
+
dataset = load_dataset("timm/imagenet-22k-wds")