minkyungpark commited on
Commit
c817450
·
verified ·
1 Parent(s): 496be2e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: test
36
+ num_bytes: 1640906.7347493074
37
+ num_examples: 845
38
+ download_size: 1246925
39
+ dataset_size: 1640906.7347493074
40
+ ---
41
+ # Dataset Card for "SHP_test"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)