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": "2131c680-dd51-4fd0-af3a-164c342a5711", "inserted_at": "2024-07-12T12:22:07.491737", "updated_at": "2024-07-12T12:22:07.644502", "name": "test_add_record_with_suggestions 20240712142207", "status": "ready", "guidelines": null, "allow_extra_metadata": false, "workspace_id": "3d3f765b-52ff-4fb1-a3d3-c39ae1d46143", "last_activity_at": "2024-07-12T12:22:07.644502", "url": null}
|
.argilla/settings.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"guidelines": null, "questions": [{"id": "
|
|
|
1 |
+
{"guidelines": null, "questions": [{"id": "aa96de80-01b5-4e37-9f8b-f2b2d74a31e9", "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-12T12:22:07.520758", "updated_at": "2024-07-12T12:22:07.520758", "type": "label_selection"}, {"id": "f86111ef-3bca-4232-87d0-df3d2c3c8eb4", "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-12T12:22:07.529451", "updated_at": "2024-07-12T12:22:07.529451", "type": "rating"}, {"id": "afb34289-b3ed-4a38-b132-ee074b891e74", "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-12T12:22:07.537727", "updated_at": "2024-07-12T12:22:07.537727", "type": "ranking"}, {"id": "f5559939-a262-41f5-83a9-a547b0e83109", "name": "comment", "settings": {"type": "text", "use_markdown": false}, "title": "comment", "description": null, "required": true, "inserted_at": "2024-07-12T12:22:07.547032", "updated_at": "2024-07-12T12:22:07.547032", "type": "text"}, {"id": "948144ca-16fc-4745-aed7-80f91db9548b", "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-12T12:22:07.556719", "updated_at": "2024-07-12T12:22:07.556719", "type": "multi_label_selection"}, {"id": "34b4f031-6f12-424f-b8b9-9e24e75d13e0", "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-12T12:22:07.564258", "updated_at": "2024-07-12T12:22:07.564258", "type": "span"}], "fields": [{"id": "2aaef416-7aa7-4e70-8e6e-52e403c615e3", "inserted_at": "2024-07-12T12:22:07.510929", "updated_at": "2024-07-12T12:22:07.510929", "name": "text", "title": "text", "required": true, "description": null, "settings": {"type": "text", "use_markdown": false}, "dataset_id": "2131c680-dd51-4fd0-af3a-164c342a5711", "type": "text"}], "vectors": [{"id": "6a3aed27-bf10-4323-a853-1b6cfe07e2b9", "inserted_at": "2024-07-12T12:22:07.571400", "updated_at": "2024-07-12T12:22:07.571400", "name": "vector", "title": "vector", "dimensions": 3, "dataset_id": "2131c680-dd51-4fd0-af3a-164c342a5711"}], "metadata": [{"id": "dca3b350-5078-410c-bf50-098ab0e803ae", "inserted_at": "2024-07-12T12:22:07.577069", "updated_at": "2024-07-12T12:22:07.577069", "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": "2131c680-dd51-4fd0-af3a-164c342a5711"}], "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: span.suggestion.agent
|
41 |
-
dtype: 'null'
|
42 |
-
- name: comment_score
|
43 |
-
dtype: float64
|
44 |
-
- name: rating.suggestion.score
|
45 |
-
dtype: 'null'
|
46 |
-
- name: span.suggestion
|
47 |
-
list:
|
48 |
-
- name: end
|
49 |
-
dtype: int64
|
50 |
-
- name: label
|
51 |
-
dtype: string
|
52 |
-
- name: start
|
53 |
-
dtype: int64
|
54 |
-
- name: ranking.suggestion.score
|
55 |
-
dtype: 'null'
|
56 |
-
- name: comment.suggestion.score
|
57 |
-
dtype: float64
|
58 |
-
- name: span.suggestion.score
|
59 |
-
dtype: 'null'
|
60 |
-
- name: ranking.suggestion
|
61 |
-
sequence: string
|
62 |
-
- name: vector
|
63 |
-
sequence: float64
|
64 |
-
- name: rating.suggestion.agent
|
65 |
-
dtype: 'null'
|
66 |
-
- name: ranking.suggestion.agent
|
67 |
-
dtype: 'null'
|
68 |
-
- name: comment.suggestion
|
69 |
-
dtype: string
|
70 |
-
- name: rating.suggestion
|
71 |
-
dtype: int64
|
72 |
-
splits:
|
73 |
-
- name: train
|
74 |
-
num_bytes: 1237
|
75 |
-
num_examples: 4
|
76 |
-
download_size: 16938
|
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": "8aaf57d2-cb8e-4673-a7ce-2f684b60adf5",
|
106 |
"fields": {
|
107 |
"text": "Hello World, how are you?"
|
108 |
},
|
109 |
+
"id": "4f56e32b-9582-47de-a2b1-b230732bb07b",
|
110 |
"metadata": {},
|
111 |
"responses": {
|
112 |
"label": [
|
|
|
142 |
|
143 |
```json
|
144 |
{
|
145 |
+
"_server_id": "8aaf57d2-cb8e-4673-a7ce-2f684b60adf5",
|
146 |
"comment.suggestion": null,
|
147 |
"comment.suggestion.agent": null,
|
148 |
"comment.suggestion.score": null,
|
149 |
"comment_score": null,
|
150 |
+
"id": "4f56e32b-9582-47de-a2b1-b230732bb07b",
|
151 |
"label.responses": [
|
152 |
"positive"
|
153 |
],
|