Upload dataset
Browse files- README.md +158 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -4,6 +4,164 @@ tags:
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for test-3
|
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
7 |
+
configs:
|
8 |
+
- config_name: default
|
9 |
+
data_files:
|
10 |
+
- split: train
|
11 |
+
path: data/train-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: text
|
15 |
+
dtype: string
|
16 |
+
id: field
|
17 |
+
- name: translated_text
|
18 |
+
dtype: string
|
19 |
+
id: field
|
20 |
+
- name: sentiment
|
21 |
+
list:
|
22 |
+
- name: user_id
|
23 |
+
dtype: string
|
24 |
+
id: question
|
25 |
+
- name: value
|
26 |
+
dtype: string
|
27 |
+
id: suggestion
|
28 |
+
- name: status
|
29 |
+
dtype: string
|
30 |
+
id: question
|
31 |
+
- name: sentiment-suggestion
|
32 |
+
dtype: string
|
33 |
+
id: suggestion
|
34 |
+
- name: sentiment-suggestion-metadata
|
35 |
+
struct:
|
36 |
+
- name: type
|
37 |
+
dtype: string
|
38 |
+
id: suggestion-metadata
|
39 |
+
- name: score
|
40 |
+
dtype: float32
|
41 |
+
id: suggestion-metadata
|
42 |
+
- name: agent
|
43 |
+
dtype: string
|
44 |
+
id: suggestion-metadata
|
45 |
+
- name: mixed-emotion
|
46 |
+
list:
|
47 |
+
- name: user_id
|
48 |
+
dtype: string
|
49 |
+
id: question
|
50 |
+
- name: value
|
51 |
+
sequence: string
|
52 |
+
id: suggestion
|
53 |
+
- name: status
|
54 |
+
dtype: string
|
55 |
+
id: question
|
56 |
+
- name: mixed-emotion-suggestion
|
57 |
+
sequence: string
|
58 |
+
id: suggestion
|
59 |
+
- name: mixed-emotion-suggestion-metadata
|
60 |
+
struct:
|
61 |
+
- name: type
|
62 |
+
dtype: string
|
63 |
+
id: suggestion-metadata
|
64 |
+
- name: score
|
65 |
+
dtype: float32
|
66 |
+
id: suggestion-metadata
|
67 |
+
- name: agent
|
68 |
+
dtype: string
|
69 |
+
id: suggestion-metadata
|
70 |
+
- name: ranking
|
71 |
+
list:
|
72 |
+
- name: user_id
|
73 |
+
dtype: string
|
74 |
+
id: question
|
75 |
+
- name: value
|
76 |
+
sequence:
|
77 |
+
- name: rank
|
78 |
+
dtype: uint8
|
79 |
+
- name: value
|
80 |
+
dtype: string
|
81 |
+
id: suggestion
|
82 |
+
- name: status
|
83 |
+
dtype: string
|
84 |
+
id: question
|
85 |
+
- name: ranking-suggestion
|
86 |
+
sequence:
|
87 |
+
- name: rank
|
88 |
+
dtype: uint8
|
89 |
+
- name: value
|
90 |
+
dtype: string
|
91 |
+
id: suggestion
|
92 |
+
- name: ranking-suggestion-metadata
|
93 |
+
struct:
|
94 |
+
- name: type
|
95 |
+
dtype: string
|
96 |
+
id: suggestion-metadata
|
97 |
+
- name: score
|
98 |
+
dtype: float32
|
99 |
+
id: suggestion-metadata
|
100 |
+
- name: agent
|
101 |
+
dtype: string
|
102 |
+
id: suggestion-metadata
|
103 |
+
- name: rating
|
104 |
+
list:
|
105 |
+
- name: user_id
|
106 |
+
dtype: string
|
107 |
+
id: question
|
108 |
+
- name: value
|
109 |
+
dtype: int32
|
110 |
+
id: suggestion
|
111 |
+
- name: status
|
112 |
+
dtype: string
|
113 |
+
id: question
|
114 |
+
- name: rating-suggestion
|
115 |
+
dtype: int32
|
116 |
+
id: suggestion
|
117 |
+
- name: rating-suggestion-metadata
|
118 |
+
struct:
|
119 |
+
- name: type
|
120 |
+
dtype: string
|
121 |
+
id: suggestion-metadata
|
122 |
+
- name: score
|
123 |
+
dtype: float32
|
124 |
+
id: suggestion-metadata
|
125 |
+
- name: agent
|
126 |
+
dtype: string
|
127 |
+
id: suggestion-metadata
|
128 |
+
- name: text-annotation
|
129 |
+
list:
|
130 |
+
- name: user_id
|
131 |
+
dtype: string
|
132 |
+
id: question
|
133 |
+
- name: value
|
134 |
+
dtype: string
|
135 |
+
id: suggestion
|
136 |
+
- name: status
|
137 |
+
dtype: string
|
138 |
+
id: question
|
139 |
+
- name: text-annotation-suggestion
|
140 |
+
dtype: string
|
141 |
+
id: suggestion
|
142 |
+
- name: text-annotation-suggestion-metadata
|
143 |
+
struct:
|
144 |
+
- name: type
|
145 |
+
dtype: string
|
146 |
+
id: suggestion-metadata
|
147 |
+
- name: score
|
148 |
+
dtype: float32
|
149 |
+
id: suggestion-metadata
|
150 |
+
- name: agent
|
151 |
+
dtype: string
|
152 |
+
id: suggestion-metadata
|
153 |
+
- name: external_id
|
154 |
+
dtype: string
|
155 |
+
id: external_id
|
156 |
+
- name: metadata
|
157 |
+
dtype: string
|
158 |
+
id: metadata
|
159 |
+
splits:
|
160 |
+
- name: train
|
161 |
+
num_bytes: 1476
|
162 |
+
num_examples: 3
|
163 |
+
download_size: 26029
|
164 |
+
dataset_size: 1476
|
165 |
---
|
166 |
|
167 |
# Dataset Card for test-3
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df66891a2a00aec844cf46453e6f7782f53c0ddc80e1888671b6365ac92308d0
|
3 |
+
size 26029
|