james-burton commited on
Commit
2b96f1d
1 Parent(s): 014dfa7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Rank
5
+ dtype: int64
6
+ - name: Title
7
+ dtype: string
8
+ - name: Description
9
+ dtype: string
10
+ - name: Director
11
+ dtype: string
12
+ - name: Actors
13
+ dtype: string
14
+ - name: Year
15
+ dtype: int64
16
+ - name: Runtime (Minutes)
17
+ dtype: int64
18
+ - name: Rating
19
+ dtype: float64
20
+ - name: Votes
21
+ dtype: int64
22
+ - name: Revenue (Millions)
23
+ dtype: float64
24
+ - name: Metascore
25
+ dtype: float64
26
+ - name: Genre_is_Drama
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ '0': '0'
31
+ '1': '1'
32
+ splits:
33
+ - name: train
34
+ num_bytes: 224399.15
35
+ num_examples: 680
36
+ - name: validation
37
+ num_bytes: 39599.85
38
+ num_examples: 120
39
+ - name: test
40
+ num_bytes: 65392
41
+ num_examples: 200
42
+ download_size: 230179
43
+ dataset_size: 329391.0
44
+ ---
45
+ # Dataset Card for "imdb_genre_prediction_all_text"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)