tomekkorbak commited on
Commit
ee46959
·
1 Parent(s): 1b3a8b8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +95 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: helpfulness_A
35
+ dtype: int64
36
+ - name: helpfulness_B
37
+ dtype: int64
38
+ - name: specificity_A
39
+ dtype: int64
40
+ - name: specificity_B
41
+ dtype: int64
42
+ - name: intent_A
43
+ dtype: int64
44
+ - name: intent_B
45
+ dtype: int64
46
+ - name: factuality_A
47
+ dtype: int64
48
+ - name: factuality_B
49
+ dtype: int64
50
+ - name: diffucult-to-understand_A
51
+ dtype: int64
52
+ - name: diffucult-to-understand_B
53
+ dtype: int64
54
+ - name: relevance_A
55
+ dtype: int64
56
+ - name: relevance_B
57
+ dtype: int64
58
+ - name: readability_A
59
+ dtype: int64
60
+ - name: readability_B
61
+ dtype: int64
62
+ - name: enough-detail_A
63
+ dtype: int64
64
+ - name: enough-detail_B
65
+ dtype: int64
66
+ - name: biased:_A
67
+ dtype: int64
68
+ - name: biased:_B
69
+ dtype: int64
70
+ - name: fail-to-consider-individual-preferences_A
71
+ dtype: int64
72
+ - name: fail-to-consider-individual-preferences_B
73
+ dtype: int64
74
+ - name: repetetive_A
75
+ dtype: int64
76
+ - name: repetetive_B
77
+ dtype: int64
78
+ - name: fail-to-consider-context_A
79
+ dtype: int64
80
+ - name: fail-to-consider-context_B
81
+ dtype: int64
82
+ - name: too-long_A
83
+ dtype: int64
84
+ - name: too-long_B
85
+ dtype: int64
86
+ splits:
87
+ - name: train
88
+ num_bytes: 1138
89
+ num_examples: 1
90
+ download_size: 22255
91
+ dataset_size: 1138
92
+ ---
93
+ # Dataset Card for "shp_with_features"
94
+
95
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)