Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
acengnew
/
surface-type-json
like
0
Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
Polars
+ 1
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
acengnew
commited on
Jan 3
Commit
cac8e59
·
verified
·
1 Parent(s):
7537fa3
Create data.json
Browse files
Files changed (1)
hide
show
data.json
+6
-0
data.json
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
[
2
+
{ "surface": "tile", "traction": "high" },
3
+
{ "surface": "carpet", "traction": "medium" },
4
+
{ "surface": "wet_floor", "traction": "low" },
5
+
{ "surface": "gravel", "traction": "unstable" }
6
+
]