Upload folder using huggingface_hub
Browse files- .argilla/dataset.json +1 -1
- .argilla/settings.json +1 -1
- README.md +4 -75
.argilla/dataset.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"id": "
|
|
|
1 |
+
{"id": "baec9969-edd0-4f68-87b2-b02e84a090ed", "inserted_at": "2024-07-11T12:08:50.784368", "updated_at": "2024-07-11T12:08:50.932133", "name": "test_add_record_with_suggestions 20240711140850", "status": "ready", "guidelines": null, "allow_extra_metadata": false, "workspace_id": "3d3f765b-52ff-4fb1-a3d3-c39ae1d46143", "last_activity_at": "2024-07-11T12:08:50.932133", "url": null}
|
.argilla/settings.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"guidelines": null, "questions": [{"id": "
|
|
|
1 |
+
{"guidelines": null, "questions": [{"id": "6a1c8d4e-15af-458c-b24e-a192da422777", "name": "label", "settings": {"type": "label_selection", "options": [{"value": "positive", "text": "positive", "description": null}, {"value": "negative", "text": "negative", "description": null}], "visible_options": null}, "title": "label", "description": null, "required": true, "inserted_at": "2024-07-11T12:08:50.809613", "updated_at": "2024-07-11T12:08:50.809613", "type": "label_selection"}, {"id": "5a3adf8d-c267-47f2-87ff-ad5300f0ba99", "name": "rating", "settings": {"type": "rating", "options": [{"value": 1}, {"value": 2}, {"value": 3}, {"value": 4}, {"value": 5}]}, "title": "rating", "description": null, "required": true, "inserted_at": "2024-07-11T12:08:50.817974", "updated_at": "2024-07-11T12:08:50.817974", "type": "rating"}, {"id": "c49cc44a-1c35-4f54-aa9e-fc06bff238a6", "name": "ranking", "settings": {"type": "ranking", "options": [{"value": "label1", "text": "label1", "description": null}, {"value": "label2", "text": "label2", "description": null}, {"value": "label3", "text": "label3", "description": null}]}, "title": "ranking", "description": null, "required": true, "inserted_at": "2024-07-11T12:08:50.825942", "updated_at": "2024-07-11T12:08:50.825942", "type": "ranking"}, {"id": "1588a09f-ed21-4da3-98e8-94d840933f79", "name": "comment", "settings": {"type": "text", "use_markdown": false}, "title": "comment", "description": null, "required": true, "inserted_at": "2024-07-11T12:08:50.834269", "updated_at": "2024-07-11T12:08:50.834269", "type": "text"}, {"id": "b144a5f6-81c5-4af3-aa00-f50674906f6c", "name": "topics", "settings": {"type": "multi_label_selection", "options": [{"value": "topic1", "text": "topic1", "description": null}, {"value": "topic2", "text": "topic2", "description": null}, {"value": "topic3", "text": "topic3", "description": null}], "visible_options": 3, "options_order": "suggestion"}, "title": "topics", "description": null, "required": true, "inserted_at": "2024-07-11T12:08:50.842935", "updated_at": "2024-07-11T12:08:50.842935", "type": "multi_label_selection"}, {"id": "8e16259a-a3f4-4cac-b12c-a6984a9ad9e2", "name": "span", "settings": {"type": "span", "allow_overlapping": false, "field": "text", "options": [{"value": "label1", "text": "label1", "description": null}, {"value": "label2", "text": "label2", "description": null}, {"value": "label3", "text": "label3", "description": null}], "visible_options": 3}, "title": "span", "description": null, "required": true, "inserted_at": "2024-07-11T12:08:50.850535", "updated_at": "2024-07-11T12:08:50.850535", "type": "span"}], "fields": [{"id": "5fe44591-cb8d-4e20-b99d-90630365f69e", "inserted_at": "2024-07-11T12:08:50.800747", "updated_at": "2024-07-11T12:08:50.800747", "name": "text", "title": "text", "required": true, "description": null, "settings": {"type": "text", "use_markdown": false}, "dataset_id": "baec9969-edd0-4f68-87b2-b02e84a090ed", "type": "text"}], "vectors": [{"id": "b0d0d282-2269-4d66-bfd0-51dd3577aec1", "inserted_at": "2024-07-11T12:08:50.857458", "updated_at": "2024-07-11T12:08:50.857458", "name": "vector", "title": "vector", "dimensions": 3, "dataset_id": "baec9969-edd0-4f68-87b2-b02e84a090ed"}], "metadata": [{"id": "81c69314-6ae9-4a9f-a34b-3d7530bb84a6", "inserted_at": "2024-07-11T12:08:50.863448", "updated_at": "2024-07-11T12:08:50.863448", "name": "comment_score", "settings": {"type": "float", "visible_for_annotators": true, "min": null, "max": null}, "type": "float", "title": "comment_score", "visible_for_annotators": true, "dataset_id": "baec9969-edd0-4f68-87b2-b02e84a090ed"}], "allow_extra_metadata": false}
|
README.md
CHANGED
@@ -4,77 +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: id
|
15 |
-
dtype: string
|
16 |
-
- name: _server_id
|
17 |
-
dtype: string
|
18 |
-
- name: text
|
19 |
-
dtype: string
|
20 |
-
- name: label.responses
|
21 |
-
sequence: string
|
22 |
-
- name: label.responses.users
|
23 |
-
sequence: string
|
24 |
-
- name: label.responses.status
|
25 |
-
sequence: string
|
26 |
-
- name: label.suggestion
|
27 |
-
dtype: string
|
28 |
-
- name: label.suggestion.score
|
29 |
-
dtype: 'null'
|
30 |
-
- name: label.suggestion.agent
|
31 |
-
dtype: 'null'
|
32 |
-
- name: topics.suggestion
|
33 |
-
sequence: string
|
34 |
-
- name: topics.suggestion.score
|
35 |
-
sequence: float64
|
36 |
-
- name: topics.suggestion.agent
|
37 |
-
dtype: 'null'
|
38 |
-
- name: comment.suggestion.agent
|
39 |
-
dtype: 'null'
|
40 |
-
- name: ranking.suggestion.score
|
41 |
-
dtype: 'null'
|
42 |
-
- name: comment_score
|
43 |
-
dtype: float64
|
44 |
-
- name: rating.suggestion
|
45 |
-
dtype: int64
|
46 |
-
- name: span.suggestion.score
|
47 |
-
dtype: 'null'
|
48 |
-
- name: rating.suggestion.score
|
49 |
-
dtype: 'null'
|
50 |
-
- name: ranking.suggestion
|
51 |
-
sequence: string
|
52 |
-
- name: ranking.suggestion.agent
|
53 |
-
dtype: 'null'
|
54 |
-
- name: comment.suggestion.score
|
55 |
-
dtype: float64
|
56 |
-
- name: span.suggestion
|
57 |
-
list:
|
58 |
-
- name: end
|
59 |
-
dtype: int64
|
60 |
-
- name: label
|
61 |
-
dtype: string
|
62 |
-
- name: start
|
63 |
-
dtype: int64
|
64 |
-
- name: comment.suggestion
|
65 |
-
dtype: string
|
66 |
-
- name: span.suggestion.agent
|
67 |
-
dtype: 'null'
|
68 |
-
- name: vector
|
69 |
-
sequence: float64
|
70 |
-
- name: rating.suggestion.agent
|
71 |
-
dtype: 'null'
|
72 |
-
splits:
|
73 |
-
- name: train
|
74 |
-
num_bytes: 1237
|
75 |
-
num_examples: 4
|
76 |
-
download_size: 16940
|
77 |
-
dataset_size: 1237
|
78 |
---
|
79 |
|
80 |
# Dataset Card for test-argilla-dataset
|
@@ -173,11 +102,11 @@ An example of a dataset instance in Argilla looks as follows:
|
|
173 |
|
174 |
```json
|
175 |
{
|
176 |
-
"_server_id": "
|
177 |
"fields": {
|
178 |
"text": "Hello World, how are you?"
|
179 |
},
|
180 |
-
"id": "
|
181 |
"metadata": {},
|
182 |
"responses": {
|
183 |
"label": [
|
@@ -213,12 +142,12 @@ While the same record in HuggingFace `datasets` looks as follows:
|
|
213 |
|
214 |
```json
|
215 |
{
|
216 |
-
"_server_id": "
|
217 |
"comment.suggestion": null,
|
218 |
"comment.suggestion.agent": null,
|
219 |
"comment.suggestion.score": null,
|
220 |
"comment_score": null,
|
221 |
-
"id": "
|
222 |
"label.responses": [
|
223 |
"positive"
|
224 |
],
|
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for test-argilla-dataset
|
|
|
102 |
|
103 |
```json
|
104 |
{
|
105 |
+
"_server_id": "b14b6b41-1d02-4316-8d5b-80c4947be464",
|
106 |
"fields": {
|
107 |
"text": "Hello World, how are you?"
|
108 |
},
|
109 |
+
"id": "5a036b70-0cb9-450a-82eb-27c5e2ecd3a8",
|
110 |
"metadata": {},
|
111 |
"responses": {
|
112 |
"label": [
|
|
|
142 |
|
143 |
```json
|
144 |
{
|
145 |
+
"_server_id": "b14b6b41-1d02-4316-8d5b-80c4947be464",
|
146 |
"comment.suggestion": null,
|
147 |
"comment.suggestion.agent": null,
|
148 |
"comment.suggestion.score": null,
|
149 |
"comment_score": null,
|
150 |
+
"id": "5a036b70-0cb9-450a-82eb-27c5e2ecd3a8",
|
151 |
"label.responses": [
|
152 |
"positive"
|
153 |
],
|