Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
diffusers
/
dog-example
like
12
Follow
🧨Diffusers
386
Modalities:
Image
Formats:
imagefolder
Size:
< 1K
Libraries:
Datasets
Croissant
Dataset card
Data Studio
Files
Files and versions
Community
3
Create README.md
#1
by
jerryone333
- opened
Aug 14, 2023
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+8
-0
Files changed (1)
hide
show
README.md
+8
-0
README.md
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
from huggingface_hub import snapshot_download
2
+
3
+
local_dir = "./dog"
4
+
snapshot_download(
5
+
"diffusers/dog-example",
6
+
local_dir=local_dir, repo_type="dataset",
7
+
ignore_patterns=".gitattributes",
8
+
)