frankier commited on
Commit
cc77b64
·
1 Parent(s): 71ebf15

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: movie_title
5
+ dtype: string
6
+ - name: publisher_name
7
+ dtype: string
8
+ - name: critic_name
9
+ dtype: string
10
+ - name: review_content
11
+ dtype: string
12
+ - name: review_score
13
+ dtype: string
14
+ - name: grade_type
15
+ dtype: string
16
+ - name: orig_num
17
+ dtype: float32
18
+ - name: orig_denom
19
+ dtype: float32
20
+ - name: num
21
+ dtype: uint8
22
+ - name: denom
23
+ dtype: uint8
24
+ - name: multiplier
25
+ dtype: uint8
26
+ - name: group_id
27
+ dtype: uint32
28
+ splits:
29
+ - name: test
30
+ num_bytes: 32097901
31
+ num_examples: 148289
32
+ - name: train
33
+ num_bytes: 131525970
34
+ num_examples: 607259
35
+ download_size: 74096235
36
+ dataset_size: 163623871
37
+ ---
38
+ # Dataset Card for "processed_multiscale_rt_critics"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)