sanket03 commited on
Commit
f8413a4
1 Parent(s): f741c28

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -104
README.md CHANGED
@@ -4,78 +4,6 @@ tags:
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: sentiment
18
- list:
19
- - name: user_id
20
- dtype: string
21
- id: question
22
- - name: value
23
- dtype: string
24
- id: suggestion
25
- - name: status
26
- dtype: string
27
- id: question
28
- - name: sentiment-suggestion
29
- dtype: string
30
- id: suggestion
31
- - name: sentiment-suggestion-metadata
32
- struct:
33
- - name: type
34
- dtype: string
35
- id: suggestion-metadata
36
- - name: score
37
- dtype: float32
38
- id: suggestion-metadata
39
- - name: agent
40
- dtype: string
41
- id: suggestion-metadata
42
- - name: mixed-emotion
43
- list:
44
- - name: user_id
45
- dtype: string
46
- id: question
47
- - name: value
48
- sequence: string
49
- id: suggestion
50
- - name: status
51
- dtype: string
52
- id: question
53
- - name: mixed-emotion-suggestion
54
- sequence: string
55
- id: suggestion
56
- - name: mixed-emotion-suggestion-metadata
57
- struct:
58
- - name: type
59
- dtype: string
60
- id: suggestion-metadata
61
- - name: score
62
- dtype: float32
63
- id: suggestion-metadata
64
- - name: agent
65
- dtype: string
66
- id: suggestion-metadata
67
- - name: external_id
68
- dtype: string
69
- id: external_id
70
- - name: metadata
71
- dtype: string
72
- id: metadata
73
- splits:
74
- - name: train
75
- num_bytes: 86
76
- num_examples: 1
77
- download_size: 9602
78
- dataset_size: 86
79
  ---
80
 
81
  # Dataset Card for emotion-custom
@@ -176,22 +104,7 @@ An example of a dataset instance in Argilla looks as follows:
176
  "text": "i didnt feel humiliated"
177
  },
178
  "metadata": {},
179
- "responses": [
180
- {
181
- "status": "submitted",
182
- "user_id": "7fae6907-6416-499b-a79e-47d98e315dd4",
183
- "values": {
184
- "mixed-emotion": {
185
- "value": [
186
- "sadness"
187
- ]
188
- },
189
- "sentiment": {
190
- "value": "neutral"
191
- }
192
- }
193
- }
194
- ],
195
  "suggestions": [],
196
  "vectors": {}
197
  }
@@ -203,28 +116,14 @@ While the same record in HuggingFace `datasets` looks as follows:
203
  {
204
  "external_id": null,
205
  "metadata": "{}",
206
- "mixed-emotion": [
207
- {
208
- "status": "submitted",
209
- "user_id": "7fae6907-6416-499b-a79e-47d98e315dd4",
210
- "value": [
211
- "sadness"
212
- ]
213
- }
214
- ],
215
  "mixed-emotion-suggestion": null,
216
  "mixed-emotion-suggestion-metadata": {
217
  "agent": null,
218
  "score": null,
219
  "type": null
220
  },
221
- "sentiment": [
222
- {
223
- "status": "submitted",
224
- "user_id": "7fae6907-6416-499b-a79e-47d98e315dd4",
225
- "value": "neutral"
226
- }
227
- ],
228
  "sentiment-suggestion": null,
229
  "sentiment-suggestion-metadata": {
230
  "agent": null,
 
4
  - rlfh
5
  - argilla
6
  - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for emotion-custom
 
104
  "text": "i didnt feel humiliated"
105
  },
106
  "metadata": {},
107
+ "responses": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  "suggestions": [],
109
  "vectors": {}
110
  }
 
116
  {
117
  "external_id": null,
118
  "metadata": "{}",
119
+ "mixed-emotion": [],
 
 
 
 
 
 
 
 
120
  "mixed-emotion-suggestion": null,
121
  "mixed-emotion-suggestion-metadata": {
122
  "agent": null,
123
  "score": null,
124
  "type": null
125
  },
126
+ "sentiment": [],
 
 
 
 
 
 
127
  "sentiment-suggestion": null,
128
  "sentiment-suggestion-metadata": {
129
  "agent": null,