Upload folder using huggingface_hub
Browse files- .argilla/dataset.json +1 -1
- .argilla/settings.json +1 -1
- README.md +7 -75
.argilla/dataset.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"id": "
|
|
|
1 |
+
{"id": "e5a1c495-5b17-4e89-84d1-dfa2ba8bacfe", "inserted_at": "2024-07-11T09:56:17.970527", "updated_at": "2024-07-11T09:56:18.156995", "name": "test_add_record_with_suggestions 20240711115617", "status": "ready", "guidelines": null, "allow_extra_metadata": false, "workspace_id": "3d3f765b-52ff-4fb1-a3d3-c39ae1d46143", "last_activity_at": "2024-07-11T09:56:18.156995", "url": null}
|
.argilla/settings.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"guidelines": null, "questions": [{"id": "
|
|
|
1 |
+
{"guidelines": null, "questions": [{"id": "0cadb9e5-e1fe-4685-8fa4-7d88c9b07147", "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-11T09:56:17.998166", "updated_at": "2024-07-11T09:56:17.998166", "type": "label_selection"}, {"id": "04e7feb4-2150-4192-80ed-93fc614f56ce", "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-11T09:56:18.006491", "updated_at": "2024-07-11T09:56:18.006491", "type": "rating"}, {"id": "e17dcf63-d495-44ac-bbe9-ef8338988951", "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-11T09:56:18.035671", "updated_at": "2024-07-11T09:56:18.035671", "type": "ranking"}, {"id": "e960884e-39b0-42a3-922e-10c9893bc92a", "name": "comment", "settings": {"type": "text", "use_markdown": false}, "title": "comment", "description": null, "required": true, "inserted_at": "2024-07-11T09:56:18.046304", "updated_at": "2024-07-11T09:56:18.046304", "type": "text"}, {"id": "4a61e52f-a46e-4b72-9b62-81d3cc721ffe", "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-11T09:56:18.055156", "updated_at": "2024-07-11T09:56:18.055156", "type": "multi_label_selection"}, {"id": "20819201-1f0e-431f-9af3-2fb1b9663fce", "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-11T09:56:18.064969", "updated_at": "2024-07-11T09:56:18.064969", "type": "span"}], "fields": [{"id": "12a27d91-d60f-4bd2-918c-0cbd5cc7d8b1", "inserted_at": "2024-07-11T09:56:17.988016", "updated_at": "2024-07-11T09:56:17.988016", "name": "text", "title": "text", "required": true, "description": null, "settings": {"type": "text", "use_markdown": false}, "dataset_id": "e5a1c495-5b17-4e89-84d1-dfa2ba8bacfe", "type": "text"}], "vectors": [{"id": "f04f31fe-ed0c-4817-8f94-841413eb67c6", "inserted_at": "2024-07-11T09:56:18.075030", "updated_at": "2024-07-11T09:56:18.075030", "name": "vector", "title": "vector", "dimensions": 3, "dataset_id": "e5a1c495-5b17-4e89-84d1-dfa2ba8bacfe"}], "metadata": [{"id": "8827b9a6-d784-4a4b-be9a-6b18a8d75c32", "inserted_at": "2024-07-11T09:56:18.082993", "updated_at": "2024-07-11T09:56:18.082993", "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": "e5a1c495-5b17-4e89-84d1-dfa2ba8bacfe"}], "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: ranking.suggestion
|
39 |
-
sequence: string
|
40 |
-
- name: ranking.suggestion.agent
|
41 |
-
dtype: 'null'
|
42 |
-
- name: vector
|
43 |
-
sequence: float64
|
44 |
-
- name: comment_score
|
45 |
-
dtype: float64
|
46 |
-
- name: ranking.suggestion.score
|
47 |
-
dtype: 'null'
|
48 |
-
- name: comment.suggestion.score
|
49 |
-
dtype: float64
|
50 |
-
- name: comment.suggestion
|
51 |
-
dtype: string
|
52 |
-
- name: rating.suggestion
|
53 |
-
dtype: int64
|
54 |
-
- name: rating.suggestion.agent
|
55 |
-
dtype: 'null'
|
56 |
-
- name: rating.suggestion.score
|
57 |
-
dtype: 'null'
|
58 |
-
- name: comment.suggestion.agent
|
59 |
-
dtype: 'null'
|
60 |
-
- name: span.suggestion.score
|
61 |
-
dtype: 'null'
|
62 |
-
- name: span.suggestion.agent
|
63 |
-
dtype: 'null'
|
64 |
-
- name: span.suggestion
|
65 |
-
list:
|
66 |
-
- name: end
|
67 |
-
dtype: int64
|
68 |
-
- name: label
|
69 |
-
dtype: string
|
70 |
-
- name: start
|
71 |
-
dtype: int64
|
72 |
-
splits:
|
73 |
-
- name: train
|
74 |
-
num_bytes: 1237
|
75 |
-
num_examples: 4
|
76 |
-
download_size: 16937
|
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,15 +142,18 @@ 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 |
],
|
|
|
|
|
|
|
225 |
"label.responses.users": [
|
226 |
"06f7d4c0-e048-43d2-ab3f-06f147616ac6"
|
227 |
],
|
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for test-argilla-dataset
|
|
|
102 |
|
103 |
```json
|
104 |
{
|
105 |
+
"_server_id": "5e1f565c-b17c-4df8-aca8-bc9490f862b5",
|
106 |
"fields": {
|
107 |
"text": "Hello World, how are you?"
|
108 |
},
|
109 |
+
"id": "7d02f03b-8302-40af-bb52-dfe778c607cf",
|
110 |
"metadata": {},
|
111 |
"responses": {
|
112 |
"label": [
|
|
|
142 |
|
143 |
```json
|
144 |
{
|
145 |
+
"_server_id": "5e1f565c-b17c-4df8-aca8-bc9490f862b5",
|
146 |
"comment.suggestion": null,
|
147 |
"comment.suggestion.agent": null,
|
148 |
"comment.suggestion.score": null,
|
149 |
"comment_score": null,
|
150 |
+
"id": "7d02f03b-8302-40af-bb52-dfe778c607cf",
|
151 |
"label.responses": [
|
152 |
"positive"
|
153 |
],
|
154 |
+
"label.responses.status": [
|
155 |
+
"draft"
|
156 |
+
],
|
157 |
"label.responses.users": [
|
158 |
"06f7d4c0-e048-43d2-ab3f-06f147616ac6"
|
159 |
],
|