Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +78 -1
dataset_infos.json
CHANGED
@@ -1 +1,78 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"adult": {
|
8 |
+
"dtype": "bool",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"also_known_as": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"biography": {
|
16 |
+
"dtype": "string",
|
17 |
+
"_type": "Value"
|
18 |
+
},
|
19 |
+
"birthday": {
|
20 |
+
"dtype": "string",
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"deathday": {
|
24 |
+
"dtype": "string",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"gender": {
|
28 |
+
"dtype": "int64",
|
29 |
+
"_type": "Value"
|
30 |
+
},
|
31 |
+
"homepage": {
|
32 |
+
"dtype": "string",
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"id": {
|
36 |
+
"dtype": "int64",
|
37 |
+
"_type": "Value"
|
38 |
+
},
|
39 |
+
"imdb_id": {
|
40 |
+
"dtype": "string",
|
41 |
+
"_type": "Value"
|
42 |
+
},
|
43 |
+
"known_for_department": {
|
44 |
+
"dtype": "string",
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"name": {
|
48 |
+
"dtype": "string",
|
49 |
+
"_type": "Value"
|
50 |
+
},
|
51 |
+
"place_of_birth": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"popularity": {
|
56 |
+
"dtype": "float64",
|
57 |
+
"_type": "Value"
|
58 |
+
},
|
59 |
+
"profile_path": {
|
60 |
+
"dtype": "string",
|
61 |
+
"_type": "Value"
|
62 |
+
},
|
63 |
+
"image": {
|
64 |
+
"_type": "Image"
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"splits": {
|
68 |
+
"train": {
|
69 |
+
"name": "train",
|
70 |
+
"num_bytes": 3749610460.6819267,
|
71 |
+
"num_examples": 116403,
|
72 |
+
"dataset_name": "tmdb-people-image"
|
73 |
+
}
|
74 |
+
},
|
75 |
+
"download_size": 3733145768,
|
76 |
+
"dataset_size": 3749610460.6819267,
|
77 |
+
"size_in_bytes": 7482756228.681927
|
78 |
+
}}
|