Anonymous Authors
commited on
Commit
•
c426ee2
1
Parent(s):
4513267
Upload 3 files
Browse files- color-sorted/dataset.arrow +3 -0
- color-sorted/dataset_info.json +56 -0
- color-sorted/state.json +14 -0
color-sorted/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df800c69b324f3dce9602c00b279cfbd06903b9105c34945dae3f12d2ba59f70
|
3 |
+
size 310798712
|
color-sorted/dataset_info.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"ethnicity": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"gender": {
|
22 |
+
"dtype": "string",
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"no": {
|
26 |
+
"dtype": "int32",
|
27 |
+
"_type": "Value"
|
28 |
+
},
|
29 |
+
"image_path": {
|
30 |
+
"dtype": "string",
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"image": {
|
34 |
+
"_type": "Image"
|
35 |
+
},
|
36 |
+
"model": {
|
37 |
+
"dtype": "string",
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"colorfulness": {
|
41 |
+
"dtype": "float64",
|
42 |
+
"_type": "Value"
|
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 |
+
}
|
color-sorted/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "d5cb759a141f776e",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "train"
|
14 |
+
}
|