shocheen commited on
Commit
5224d16
1 Parent(s): 8735e87

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: history
4
+ features:
5
+ - name: domain
6
+ dtype: string
7
+ - name: post_id
8
+ dtype: string
9
+ - name: history
10
+ dtype: string
11
+ - name: title
12
+ dtype: string
13
+ - name: c_root_id_A
14
+ dtype: string
15
+ - name: c_root_id_B
16
+ dtype: string
17
+ - name: created_at_utc_A
18
+ dtype: float64
19
+ - name: created_at_utc_B
20
+ dtype: float64
21
+ - name: score_A
22
+ dtype: int64
23
+ - name: score_B
24
+ dtype: int64
25
+ - name: human_ref_A
26
+ dtype: string
27
+ - name: human_ref_B
28
+ dtype: string
29
+ - name: labels
30
+ dtype: int64
31
+ - name: overlap_ratio
32
+ dtype: float64
33
+ - name: seconds_difference
34
+ dtype: float64
35
+ - name: score_ratio
36
+ dtype: float64
37
+ - name: len_ratio
38
+ dtype: float64
39
+ splits:
40
+ - name: validation_pref
41
+ num_bytes: 11033885
42
+ num_examples: 7255
43
+ download_size: 1168706
44
+ dataset_size: 11033885
45
+ configs:
46
+ - config_name: history
47
+ data_files:
48
+ - split: validation_pref
49
+ path: history/validation_pref-*
50
+ ---
51
+ # Dataset Card for "compred"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)