Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: prompt
|
5 |
+
dtype: string
|
6 |
+
- name: response
|
7 |
+
dtype: string
|
8 |
+
- name: 'biased:'
|
9 |
+
dtype: int64
|
10 |
+
- name: easy-to-understand
|
11 |
+
dtype: int64
|
12 |
+
- name: enough-detail
|
13 |
+
dtype: int64
|
14 |
+
- name: factuality
|
15 |
+
dtype: int64
|
16 |
+
- name: fail-to-consider-context
|
17 |
+
dtype: int64
|
18 |
+
- name: fail-to-consider-individual-preferences
|
19 |
+
dtype: int64
|
20 |
+
- name: helpfulness
|
21 |
+
dtype: int64
|
22 |
+
- name: intent
|
23 |
+
dtype: int64
|
24 |
+
- name: readability
|
25 |
+
dtype: int64
|
26 |
+
- name: relevance
|
27 |
+
dtype: int64
|
28 |
+
- name: repetetive
|
29 |
+
dtype: int64
|
30 |
+
- name: specificity
|
31 |
+
dtype: int64
|
32 |
+
- name: too-long
|
33 |
+
dtype: int64
|
34 |
+
- name: log_score
|
35 |
+
dtype: float64
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 408123
|
39 |
+
num_examples: 1600
|
40 |
+
download_size: 87285
|
41 |
+
dataset_size: 408123
|
42 |
+
---
|
43 |
+
# Dataset Card for "hh-generated_flan_t5_large_with_features2_flan_t5_large"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|