Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
·
16887f0
1
Parent(s):
873fbf3
Upload 3 files
Browse files- color-sorted/dataset.arrow +3 -0
- color-sorted/dataset_info.json +3 -24
- color-sorted/state.json +11 -3
color-sorted/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c68a5b173cbf898fe642d470a916d65348a2f49d6d6fd47e23a069769d101f80
|
3 |
+
size 3089054864
|
color-sorted/dataset_info.json
CHANGED
@@ -1,24 +1,12 @@
|
|
1 |
{
|
2 |
"citation": "",
|
3 |
-
"dataset_size": 585345345,
|
4 |
"description": "",
|
5 |
-
"download_checksums": {
|
6 |
-
"https://huggingface.co/datasets/SDbiaseval/identities/resolve/538395897d14a7d8249a14eadb97ff262ee865e6/data/train-00000-of-00002-a20c3927bf1ab875.parquet": {
|
7 |
-
"num_bytes": 38449237,
|
8 |
-
"checksum": "ee977442c445508ae065e6b50eb0be0142b238e8289a827dc4fd5bf3454832ae"
|
9 |
-
},
|
10 |
-
"https://huggingface.co/datasets/SDbiaseval/identities/resolve/538395897d14a7d8249a14eadb97ff262ee865e6/data/train-00001-of-00002-b6de4065e8668eee.parquet": {
|
11 |
-
"num_bytes": 427536805,
|
12 |
-
"checksum": "01cd7c1933a747c877ce4953db32aca02ca076d36f5edc272eb1f76b480eed96"
|
13 |
-
}
|
14 |
-
},
|
15 |
-
"download_size": 465986042,
|
16 |
"features": {
|
17 |
-
"
|
18 |
"dtype": "string",
|
19 |
"_type": "Value"
|
20 |
},
|
21 |
-
"
|
22 |
"dtype": "string",
|
23 |
"_type": "Value"
|
24 |
},
|
@@ -43,14 +31,5 @@
|
|
43 |
}
|
44 |
},
|
45 |
"homepage": "",
|
46 |
-
"license": ""
|
47 |
-
"size_in_bytes": 1051331387,
|
48 |
-
"splits": {
|
49 |
-
"train": {
|
50 |
-
"name": "train",
|
51 |
-
"num_bytes": 585345345,
|
52 |
-
"num_examples": 2040,
|
53 |
-
"dataset_name": "parquet"
|
54 |
-
}
|
55 |
-
}
|
56 |
}
|
|
|
1 |
{
|
2 |
"citation": "",
|
|
|
3 |
"description": "",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"features": {
|
5 |
+
"adjective": {
|
6 |
"dtype": "string",
|
7 |
"_type": "Value"
|
8 |
},
|
9 |
+
"profession": {
|
10 |
"dtype": "string",
|
11 |
"_type": "Value"
|
12 |
},
|
|
|
31 |
}
|
32 |
},
|
33 |
"homepage": "",
|
34 |
+
"license": ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
}
|
color-sorted/state.json
CHANGED
@@ -4,11 +4,19 @@
|
|
4 |
"filename": "dataset.arrow"
|
5 |
}
|
6 |
],
|
7 |
-
"_fingerprint": "
|
8 |
-
"_format_columns":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
"_format_kwargs": {},
|
10 |
"_format_type": null,
|
11 |
"_indexes": {},
|
12 |
"_output_all_columns": false,
|
13 |
-
"_split":
|
14 |
}
|
|
|
4 |
"filename": "dataset.arrow"
|
5 |
}
|
6 |
],
|
7 |
+
"_fingerprint": "af9dc2640f4cc2ad",
|
8 |
+
"_format_columns": [
|
9 |
+
"adjective",
|
10 |
+
"colorfulness",
|
11 |
+
"image",
|
12 |
+
"image_path",
|
13 |
+
"model",
|
14 |
+
"no",
|
15 |
+
"profession"
|
16 |
+
],
|
17 |
"_format_kwargs": {},
|
18 |
"_format_type": null,
|
19 |
"_indexes": {},
|
20 |
"_output_all_columns": false,
|
21 |
+
"_split": null
|
22 |
}
|