narendrasinghd commited on
Commit
30d9435
·
verified ·
1 Parent(s): 2de6caa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -76
README.md CHANGED
@@ -4,79 +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: question
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: question
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
- sequence:
63
- dtype: float32
64
- id: suggestion-metadata
65
- - name: agent
66
- dtype: string
67
- id: suggestion-metadata
68
- - name: external_id
69
- dtype: string
70
- id: external_id
71
- - name: metadata
72
- dtype: string
73
- id: metadata
74
- splits:
75
- - name: train
76
- num_bytes: 228
77
- num_examples: 1
78
- download_size: 10728
79
- dataset_size: 228
80
  ---
81
 
82
  # Dataset Card for emotion-custom
@@ -177,7 +104,23 @@ An example of a dataset instance in Argilla looks as follows:
177
  "text": "i didnt feel humiliated"
178
  },
179
  "metadata": {},
180
- "responses": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  "suggestions": [],
182
  "vectors": {}
183
  }
@@ -189,14 +132,29 @@ While the same record in HuggingFace `datasets` looks as follows:
189
  {
190
  "external_id": null,
191
  "metadata": "{}",
192
- "mixed-emotion": [],
 
 
 
 
 
 
 
 
 
193
  "mixed-emotion-suggestion": null,
194
  "mixed-emotion-suggestion-metadata": {
195
  "agent": null,
196
  "score": null,
197
  "type": null
198
  },
199
- "sentiment": [],
 
 
 
 
 
 
200
  "sentiment-suggestion": null,
201
  "sentiment-suggestion-metadata": {
202
  "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
+ {
109
+ "status": "submitted",
110
+ "user_id": "985f4adc-0064-4441-a47b-49a547b55161",
111
+ "values": {
112
+ "mixed-emotion": {
113
+ "value": [
114
+ "anger",
115
+ "sadness"
116
+ ]
117
+ },
118
+ "sentiment": {
119
+ "value": "negative"
120
+ }
121
+ }
122
+ }
123
+ ],
124
  "suggestions": [],
125
  "vectors": {}
126
  }
 
132
  {
133
  "external_id": null,
134
  "metadata": "{}",
135
+ "mixed-emotion": [
136
+ {
137
+ "status": "submitted",
138
+ "user_id": "985f4adc-0064-4441-a47b-49a547b55161",
139
+ "value": [
140
+ "anger",
141
+ "sadness"
142
+ ]
143
+ }
144
+ ],
145
  "mixed-emotion-suggestion": null,
146
  "mixed-emotion-suggestion-metadata": {
147
  "agent": null,
148
  "score": null,
149
  "type": null
150
  },
151
+ "sentiment": [
152
+ {
153
+ "status": "submitted",
154
+ "user_id": "985f4adc-0064-4441-a47b-49a547b55161",
155
+ "value": "negative"
156
+ }
157
+ ],
158
  "sentiment-suggestion": null,
159
  "sentiment-suggestion-metadata": {
160
  "agent": null,