frankier commited on
Commit
61dec92
1 Parent(s): 72caf70

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: rt_critics_one
4
+ features:
5
+ - name: movie_title
6
+ dtype: string
7
+ - name: publisher_name
8
+ dtype: string
9
+ - name: critic_name
10
+ dtype: string
11
+ - name: text
12
+ dtype: string
13
+ - name: review_score
14
+ dtype: string
15
+ - name: grade_type
16
+ dtype: string
17
+ - name: orig_num
18
+ dtype: float32
19
+ - name: orig_denom
20
+ dtype: float32
21
+ - name: includes_zero
22
+ dtype: bool
23
+ - name: label
24
+ dtype: uint8
25
+ - name: scale_points
26
+ dtype: uint8
27
+ - name: multiplier
28
+ dtype: uint8
29
+ splits:
30
+ - name: train
31
+ num_bytes: 1235789
32
+ num_examples: 5758
33
+ - name: test
34
+ num_bytes: 407741
35
+ num_examples: 1920
36
+ download_size: 941541
37
+ dataset_size: 1643530
38
+ configs:
39
+ - config_name: rt_critics_one
40
+ data_files:
41
+ - split: train
42
+ path: rt_critics_one/train-*
43
+ - split: test
44
+ path: rt_critics_one/test-*
45
+ ---
46
+ # Dataset Card for "multiscale_rt_critics_subsets"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)