ashraq commited on
Commit
3272e8c
1 Parent(s): c152ef9

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +78 -1
dataset_infos.json CHANGED
@@ -1 +1,78 @@
1
- {"ashraq--tmdb-people-image": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"adult": {"dtype": "bool", "id": null, "_type": "Value"}, "also_known_as": {"dtype": "string", "id": null, "_type": "Value"}, "biography": {"dtype": "string", "id": null, "_type": "Value"}, "birthday": {"dtype": "string", "id": null, "_type": "Value"}, "deathday": {"dtype": "string", "id": null, "_type": "Value"}, "gender": {"dtype": "int64", "id": null, "_type": "Value"}, "homepage": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "int64", "id": null, "_type": "Value"}, "imdb_id": {"dtype": "string", "id": null, "_type": "Value"}, "known_for_department": {"dtype": "string", "id": null, "_type": "Value"}, "name": {"dtype": "string", "id": null, "_type": "Value"}, "place_of_birth": {"dtype": "string", "id": null, "_type": "Value"}, "popularity": {"dtype": "float64", "id": null, "_type": "Value"}, "profile_path": {"dtype": "string", "id": null, "_type": "Value"}, "image": {"decode": true, "id": null, "_type": "Image"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 4120540632.044, "num_examples": 116404, "dataset_name": "tmdb-people-image"}}, "download_checksums": null, "download_size": 3732011896, "post_processing_size": null, "dataset_size": 4120540632.044, "size_in_bytes": 7852552528.044001}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }}