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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: adult
5
+ dtype: bool
6
+ - name: also_known_as
7
+ dtype: string
8
+ - name: biography
9
+ dtype: string
10
+ - name: birthday
11
+ dtype: string
12
+ - name: deathday
13
+ dtype: string
14
+ - name: gender
15
+ dtype: int64
16
+ - name: homepage
17
+ dtype: string
18
+ - name: id
19
+ dtype: int64
20
+ - name: imdb_id
21
+ dtype: string
22
+ - name: known_for_department
23
+ dtype: string
24
+ - name: name
25
+ dtype: string
26
+ - name: place_of_birth
27
+ dtype: string
28
+ - name: popularity
29
+ dtype: float64
30
+ - name: profile_path
31
+ dtype: string
32
+ - name: image
33
+ dtype: image
34
+ splits:
35
+ - name: train
36
+ num_bytes: 3749610460.6819267
37
+ num_examples: 116403
38
+ download_size: 3733145768
39
+ dataset_size: 3749610460.6819267
40
+ ---
41
+ # Dataset Card for "tmdb-people-image"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)