Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
mpg-ranch
/
dye-detection
like
0
Follow
MPG Ranch
6
Modalities:
Image
Text
Formats:
parquet
Size:
1K - 10K
DOI:
doi:10.57967/hf/4481
Libraries:
Datasets
pandas
Croissant
+ 1
License:
cc-by-4.0
Dataset card
Data Studio
Files
Files and versions
Community
1
kdoherty
commited on
Feb 16, 2024
Commit
b0fd1d2
·
verified
·
1 Parent(s):
86859d2
Upload README.md with huggingface_hub
Browse files
Files changed (1)
hide
show
README.md
+8
-2
README.md
CHANGED
Viewed
@@ -1,3 +1,9 @@
1
---
2
-
license
:
mit
3
-
---
1
---
2
+
configs
:
3
+
- config_name: default
4
+
data_files:
5
+
- split: train
6
+
path: "data/train/**/*.png"
7
+
- split: test
8
+
path: "data/test/**/*.png"
9
+
---