blackhc commited on
Commit
7067a0b
1 Parent(s): 563a25d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: post_id
5
+ dtype: string
6
+ - name: domain
7
+ dtype: string
8
+ - name: upvote_ratio
9
+ dtype: float64
10
+ - name: history
11
+ dtype: string
12
+ - name: c_root_id_A
13
+ dtype: string
14
+ - name: c_root_id_B
15
+ dtype: string
16
+ - name: created_at_utc_A
17
+ dtype: int64
18
+ - name: created_at_utc_B
19
+ dtype: int64
20
+ - name: score_A
21
+ dtype: int64
22
+ - name: score_B
23
+ dtype: int64
24
+ - name: human_ref_A
25
+ dtype: string
26
+ - name: human_ref_B
27
+ dtype: string
28
+ - name: labels
29
+ dtype: int64
30
+ - name: seconds_difference
31
+ dtype: float64
32
+ - name: score_ratio
33
+ dtype: float64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 211365452
37
+ num_examples: 99727
38
+ - name: validation
39
+ num_bytes: 11356085
40
+ num_examples: 5473
41
+ - name: test
42
+ num_bytes: 35748464
43
+ num_examples: 18409
44
+ download_size: 91204998
45
+ dataset_size: 258470001
46
+ ---
47
+ # Dataset Card for "SteamSHP_filtered"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)