Commit
•
1bd3e82
1
Parent(s):
86c420a
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,6 +4,56 @@ tags:
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for text-descriptives-metadata
|
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: prompt
|
10 |
+
dtype: string
|
11 |
+
id: field
|
12 |
+
- name: context
|
13 |
+
dtype: string
|
14 |
+
id: field
|
15 |
+
- name: response
|
16 |
+
list:
|
17 |
+
- name: user_id
|
18 |
+
dtype: string
|
19 |
+
id: question
|
20 |
+
- name: value
|
21 |
+
dtype: string
|
22 |
+
id: suggestion
|
23 |
+
- name: status
|
24 |
+
dtype: string
|
25 |
+
id: question
|
26 |
+
- name: response-suggestion
|
27 |
+
dtype: string
|
28 |
+
id: suggestion
|
29 |
+
- name: response-suggestion-metadata
|
30 |
+
struct:
|
31 |
+
- name: type
|
32 |
+
dtype: string
|
33 |
+
id: suggestion-metadata
|
34 |
+
- name: score
|
35 |
+
dtype: float32
|
36 |
+
id: suggestion-metadata
|
37 |
+
- name: agent
|
38 |
+
dtype: string
|
39 |
+
id: suggestion-metadata
|
40 |
+
- name: external_id
|
41 |
+
dtype: string
|
42 |
+
id: external_id
|
43 |
+
- name: metadata
|
44 |
+
dtype: string
|
45 |
+
id: metadata
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 3008948
|
49 |
+
num_examples: 1030
|
50 |
+
download_size: 1725692
|
51 |
+
dataset_size: 3008948
|
52 |
+
configs:
|
53 |
+
- config_name: default
|
54 |
+
data_files:
|
55 |
+
- split: train
|
56 |
+
path: data/train-*
|
57 |
---
|
58 |
|
59 |
# Dataset Card for text-descriptives-metadata
|