dieineb commited on
Commit
17a5ff0
1 Parent(s): 0a91727

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: int64
11
+ - name: budget
12
+ dtype: int64
13
+ - name: genres
14
+ dtype: string
15
+ - name: homepage
16
+ dtype: string
17
+ - name: keywords
18
+ dtype: string
19
+ - name: original_language
20
+ dtype: string
21
+ - name: original_title
22
+ dtype: string
23
+ - name: overview
24
+ dtype: string
25
+ - name: popularity
26
+ dtype: float64
27
+ - name: production_companies
28
+ dtype: string
29
+ - name: production_countries
30
+ dtype: string
31
+ - name: release_date
32
+ dtype: string
33
+ - name: revenue
34
+ dtype: int64
35
+ - name: runtime
36
+ dtype: float64
37
+ - name: spoken_languages
38
+ dtype: string
39
+ - name: status
40
+ dtype: string
41
+ - name: tagline
42
+ dtype: string
43
+ - name: title
44
+ dtype: string
45
+ - name: vote_average
46
+ dtype: float64
47
+ - name: vote_count
48
+ dtype: int64
49
+ - name: cast
50
+ dtype: string
51
+ - name: crew
52
+ dtype: string
53
+ splits:
54
+ - name: train
55
+ num_bytes: 40655819
56
+ num_examples: 4803
57
+ download_size: 13875246
58
+ dataset_size: 40655819
59
+ ---
60
+ # Dataset Card for "tmdb_5000_movies"
61
+
62
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)