Commit
•
e92dcd8
1
Parent(s):
8599e37
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,53 +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: label
|
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: label-suggestion
|
29 |
-
dtype: string
|
30 |
-
id: suggestion
|
31 |
-
- name: label-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: external_id
|
43 |
-
dtype: string
|
44 |
-
id: external_id
|
45 |
-
- name: metadata
|
46 |
-
dtype: string
|
47 |
-
id: metadata
|
48 |
-
splits:
|
49 |
-
- name: train
|
50 |
-
num_bytes: 343421
|
51 |
-
num_examples: 1000
|
52 |
-
download_size: 182078
|
53 |
-
dataset_size: 343421
|
54 |
---
|
55 |
|
56 |
# Dataset Card for end2end_textclassification_with_metadata
|
@@ -153,7 +106,7 @@ An example of a dataset instance in Argilla looks as follows:
|
|
153 |
"text": "Wall St. Bears Claw Back Into the Black (Reuters) Reuters - Short-sellers, Wall Street\u0027s dwindling\\band of ultra-cynics, are seeing green again."
|
154 |
},
|
155 |
"metadata": {
|
156 |
-
"group": "group-
|
157 |
"length": 144,
|
158 |
"length_std": 144.0
|
159 |
},
|
@@ -175,7 +128,7 @@ While the same record in HuggingFace `datasets` looks as follows:
|
|
175 |
"score": null,
|
176 |
"type": null
|
177 |
},
|
178 |
-
"metadata": "{\"group\": \"group-
|
179 |
"text": "Wall St. Bears Claw Back Into the Black (Reuters) Reuters - Short-sellers, Wall Street\u0027s dwindling\\band of ultra-cynics, are seeing green again."
|
180 |
}
|
181 |
```
|
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for end2end_textclassification_with_metadata
|
|
|
106 |
"text": "Wall St. Bears Claw Back Into the Black (Reuters) Reuters - Short-sellers, Wall Street\u0027s dwindling\\band of ultra-cynics, are seeing green again."
|
107 |
},
|
108 |
"metadata": {
|
109 |
+
"group": "group-1",
|
110 |
"length": 144,
|
111 |
"length_std": 144.0
|
112 |
},
|
|
|
128 |
"score": null,
|
129 |
"type": null
|
130 |
},
|
131 |
+
"metadata": "{\"group\": \"group-1\", \"length\": 144, \"length_std\": 144.0}",
|
132 |
"text": "Wall St. Bears Claw Back Into the Black (Reuters) Reuters - Short-sellers, Wall Street\u0027s dwindling\\band of ultra-cynics, are seeing green again."
|
133 |
}
|
134 |
```
|