Upload folder using huggingface_hub
Browse files- .argilla/dataset.json +1 -35
- .argilla/settings.json +1 -90
- README.md +48 -42
.argilla/dataset.json
CHANGED
@@ -1,35 +1 @@
|
|
1 |
-
{
|
2 |
-
"id": "4607c5ed-2888-43a5-aff3-8d1c683beba4",
|
3 |
-
"name": "anotacion-mapi-ser-estar",
|
4 |
-
"guidelines": null,
|
5 |
-
"allow_extra_metadata": true,
|
6 |
-
"status": "ready",
|
7 |
-
"distribution": {
|
8 |
-
"strategy": "overlap",
|
9 |
-
"min_submitted": 1
|
10 |
-
},
|
11 |
-
"metadata": {
|
12 |
-
"repoId": "joheras/anotacion-Mapi-Ser-Estar",
|
13 |
-
"subset": "default",
|
14 |
-
"split": "train",
|
15 |
-
"mapping": {
|
16 |
-
"fields": [
|
17 |
-
{
|
18 |
-
"source": "Ser",
|
19 |
-
"target": "Ser"
|
20 |
-
},
|
21 |
-
{
|
22 |
-
"source": "Estar",
|
23 |
-
"target": "Estar"
|
24 |
-
}
|
25 |
-
],
|
26 |
-
"metadata": [],
|
27 |
-
"suggestions": []
|
28 |
-
},
|
29 |
-
"imported": "UI"
|
30 |
-
},
|
31 |
-
"workspace_id": "8fc1f8bf-b6cb-4931-aa8e-d8d19d6f97fe",
|
32 |
-
"last_activity_at": "2025-01-28T15:45:20.658611",
|
33 |
-
"inserted_at": "2025-01-28T15:45:19.485468",
|
34 |
-
"updated_at": "2025-01-28T15:45:20.658611"
|
35 |
-
}
|
|
|
1 |
+
{"id": "fb3e87a5-e953-47ca-8125-a70db324d813", "inserted_at": "2025-02-04T08:30:41.584354", "updated_at": "2025-02-04T08:30:42.301748", "name": "anotaciones Mapi", "status": "ready", "guidelines": "These are some guidelines", "allow_extra_metadata": false, "distribution": {"strategy": "overlap", "min_submitted": 1}, "workspace_id": "a80aa9e3-bf31-417f-853e-dea0ce43f33a", "last_activity_at": "2025-02-04T12:29:52.798168"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.argilla/settings.json
CHANGED
@@ -1,90 +1 @@
|
|
1 |
-
{
|
2 |
-
"guidelines": null,
|
3 |
-
"allow_extra_metadata": true,
|
4 |
-
"distribution": {
|
5 |
-
"strategy": "overlap",
|
6 |
-
"min_submitted": 1
|
7 |
-
},
|
8 |
-
"fields": [
|
9 |
-
{
|
10 |
-
"id": "a6c99a57-5aa6-45cb-b580-bf58b71b596e",
|
11 |
-
"name": "Ser",
|
12 |
-
"title": "Ser",
|
13 |
-
"required": false,
|
14 |
-
"settings": {
|
15 |
-
"type": "text",
|
16 |
-
"use_markdown": false
|
17 |
-
},
|
18 |
-
"dataset_id": "4607c5ed-2888-43a5-aff3-8d1c683beba4",
|
19 |
-
"inserted_at": "2025-01-28T15:45:19.814111",
|
20 |
-
"updated_at": "2025-01-28T15:45:19.814111"
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"id": "0a5627fb-2284-4023-88d3-f6c781240cea",
|
24 |
-
"name": "Estar",
|
25 |
-
"title": "Estar",
|
26 |
-
"required": false,
|
27 |
-
"settings": {
|
28 |
-
"type": "text",
|
29 |
-
"use_markdown": false
|
30 |
-
},
|
31 |
-
"dataset_id": "4607c5ed-2888-43a5-aff3-8d1c683beba4",
|
32 |
-
"inserted_at": "2025-01-28T15:45:20.018664",
|
33 |
-
"updated_at": "2025-01-28T15:45:20.018664"
|
34 |
-
}
|
35 |
-
],
|
36 |
-
"questions": [
|
37 |
-
{
|
38 |
-
"id": "b9ef2877-3729-48c2-b96d-8e6dfc518d27",
|
39 |
-
"name": "label_0",
|
40 |
-
"title": "¿Cuál de las frases es correcta?",
|
41 |
-
"description": null,
|
42 |
-
"required": true,
|
43 |
-
"settings": {
|
44 |
-
"type": "label_selection",
|
45 |
-
"options": [
|
46 |
-
{
|
47 |
-
"value": "Ser",
|
48 |
-
"text": "Ser",
|
49 |
-
"description": null
|
50 |
-
},
|
51 |
-
{
|
52 |
-
"value": "Estar",
|
53 |
-
"text": " Estar",
|
54 |
-
"description": null
|
55 |
-
},
|
56 |
-
{
|
57 |
-
"value": "Ambas",
|
58 |
-
"text": " Ambas",
|
59 |
-
"description": null
|
60 |
-
},
|
61 |
-
{
|
62 |
-
"value": "Ninguna",
|
63 |
-
"text": " Ninguna",
|
64 |
-
"description": null
|
65 |
-
}
|
66 |
-
],
|
67 |
-
"visible_options": 4
|
68 |
-
},
|
69 |
-
"dataset_id": "4607c5ed-2888-43a5-aff3-8d1c683beba4",
|
70 |
-
"inserted_at": "2025-01-28T15:45:20.225363",
|
71 |
-
"updated_at": "2025-01-28T15:46:02.203744"
|
72 |
-
},
|
73 |
-
{
|
74 |
-
"id": "1a55fb01-3953-4b4a-ad13-40540c80f388",
|
75 |
-
"name": "text_1",
|
76 |
-
"title": "Comentarios",
|
77 |
-
"description": null,
|
78 |
-
"required": false,
|
79 |
-
"settings": {
|
80 |
-
"type": "text",
|
81 |
-
"use_markdown": false
|
82 |
-
},
|
83 |
-
"dataset_id": "4607c5ed-2888-43a5-aff3-8d1c683beba4",
|
84 |
-
"inserted_at": "2025-01-28T15:45:20.434361",
|
85 |
-
"updated_at": "2025-01-28T15:46:05.506892"
|
86 |
-
}
|
87 |
-
],
|
88 |
-
"metadata": [],
|
89 |
-
"vectors": []
|
90 |
-
}
|
|
|
1 |
+
{"guidelines": "These are some guidelines", "questions": [{"id": "85e351a7-774f-4410-bf4e-a51ca36e6fb6", "inserted_at": "2025-02-04T08:30:42.036851", "updated_at": "2025-02-04T08:30:42.036851", "name": "label", "settings": {"type": "label_selection", "options": [{"value": "Ser", "text": "Ser", "description": null}, {"value": "Estar", "text": "Estar", "description": null}, {"value": "Ambas", "text": "Ambas", "description": null}, {"value": "Ninguna", "text": "Ninguna", "description": null}], "visible_options": 4}, "title": "\u00bfQu\u00e9 frase es correcta?", "description": null, "required": true, "dataset_id": "fb3e87a5-e953-47ca-8125-a70db324d813", "type": "label_selection"}, {"id": "e7de223c-9ca8-4213-9708-fcbfe147cc33", "inserted_at": "2025-02-04T08:30:42.146657", "updated_at": "2025-02-04T08:30:42.146657", "name": "comments", "settings": {"type": "text", "use_markdown": false}, "title": "Comentarios", "description": null, "required": false, "dataset_id": "fb3e87a5-e953-47ca-8125-a70db324d813", "type": "text"}], "fields": [{"id": "051ec3c7-fb91-4a58-947c-1b01ad6acd2e", "inserted_at": "2025-02-04T08:30:41.816898", "updated_at": "2025-02-04T08:30:41.816898", "name": "Ser", "settings": {"type": "text", "use_markdown": false}, "title": "Ser", "required": true, "description": null, "dataset_id": "fb3e87a5-e953-47ca-8125-a70db324d813", "type": "text"}, {"id": "a203002d-44f9-4219-bf2d-8dc87510a354", "inserted_at": "2025-02-04T08:30:41.925010", "updated_at": "2025-02-04T08:30:41.925010", "name": "Estar", "settings": {"type": "text", "use_markdown": false}, "title": "Estar", "required": true, "description": null, "dataset_id": "fb3e87a5-e953-47ca-8125-a70db324d813", "type": "text"}], "vectors": [], "metadata": [], "allow_extra_metadata": false, "distribution": {"strategy": "overlap", "min_submitted": 1}, "mapping": null}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,43 +1,9 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- rlfh
|
4 |
- argilla
|
5 |
- human-feedback
|
6 |
-
dataset_info:
|
7 |
-
features:
|
8 |
-
- name: id
|
9 |
-
dtype: string
|
10 |
-
- name: status
|
11 |
-
dtype: string
|
12 |
-
- name: _server_id
|
13 |
-
dtype: string
|
14 |
-
- name: Ser
|
15 |
-
dtype: string
|
16 |
-
- name: Estar
|
17 |
-
dtype: string
|
18 |
-
- name: comments.responses.status
|
19 |
-
sequence: string
|
20 |
-
- name: label.responses.users
|
21 |
-
sequence: string
|
22 |
-
- name: comments.responses.users
|
23 |
-
sequence: string
|
24 |
-
- name: label.responses
|
25 |
-
sequence: string
|
26 |
-
- name: comments.responses
|
27 |
-
sequence: string
|
28 |
-
- name: label.responses.status
|
29 |
-
sequence: string
|
30 |
-
splits:
|
31 |
-
- name: train
|
32 |
-
num_bytes: 259421
|
33 |
-
num_examples: 500
|
34 |
-
download_size: 143357
|
35 |
-
dataset_size: 259421
|
36 |
-
configs:
|
37 |
-
- config_name: default
|
38 |
-
data_files:
|
39 |
-
- split: train
|
40 |
-
path: data/train-*
|
41 |
---
|
42 |
|
43 |
# Dataset Card for anotacion-mapi-ser-estar-results
|
@@ -89,10 +55,10 @@ The dataset is created in Argilla with: **fields**, **questions**, **suggestions
|
|
89 |
|
90 |
The **fields** are the features or text of a dataset's records. For example, the 'text' column of a text classification dataset of the 'prompt' column of an instruction following dataset.
|
91 |
|
92 |
-
| Field Name | Title | Type | Required |
|
93 |
-
| ---------- | ----- | ---- | -------- |
|
94 |
-
| Ser | Ser | text | False |
|
95 |
-
| Estar | Estar | text | False |
|
96 |
|
97 |
|
98 |
### Questions
|
@@ -101,8 +67,8 @@ The **questions** are the questions that will be asked to the annotators. They c
|
|
101 |
|
102 |
| Question Name | Title | Type | Required | Description | Values/Labels |
|
103 |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
104 |
-
|
|
105 |
-
|
|
106 |
|
107 |
|
108 |
<!-- check length of metadata properties -->
|
@@ -110,6 +76,46 @@ The **questions** are the questions that will be asked to the annotators. They c
|
|
110 |
|
111 |
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
### Data Splits
|
114 |
|
115 |
The dataset contains a single split, which is `train`.
|
@@ -134,7 +140,7 @@ The dataset contains a single split, which is `train`.
|
|
134 |
|
135 |
#### Annotation guidelines
|
136 |
|
137 |
-
|
138 |
|
139 |
#### Annotation process
|
140 |
|
|
|
1 |
---
|
2 |
+
size_categories: n<1K
|
3 |
tags:
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for anotacion-mapi-ser-estar-results
|
|
|
55 |
|
56 |
The **fields** are the features or text of a dataset's records. For example, the 'text' column of a text classification dataset of the 'prompt' column of an instruction following dataset.
|
57 |
|
58 |
+
| Field Name | Title | Type | Required | Markdown |
|
59 |
+
| ---------- | ----- | ---- | -------- | -------- |
|
60 |
+
| Ser | Ser | text | True | False |
|
61 |
+
| Estar | Estar | text | True | False |
|
62 |
|
63 |
|
64 |
### Questions
|
|
|
67 |
|
68 |
| Question Name | Title | Type | Required | Description | Values/Labels |
|
69 |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
70 |
+
| label | ¿Qué frase es correcta? | label_selection | True | N/A | ['Ser', 'Estar', 'Ambas', 'Ninguna'] |
|
71 |
+
| comments | Comentarios | text | False | N/A | N/A |
|
72 |
|
73 |
|
74 |
<!-- check length of metadata properties -->
|
|
|
76 |
|
77 |
|
78 |
|
79 |
+
|
80 |
+
### Data Instances
|
81 |
+
|
82 |
+
An example of a dataset instance in Argilla looks as follows:
|
83 |
+
|
84 |
+
```json
|
85 |
+
{
|
86 |
+
"_server_id": "ee384c72-b8de-433b-9c99-30c7c852b8e0",
|
87 |
+
"fields": {
|
88 |
+
"Estar": " para el 2020 se fija la meta de reducir considerablemente la proporci\u00f3n de j\u00f3venes que no est\u00e9n empleados y no cursan estudios ni reciben capacitaci\u00f3n",
|
89 |
+
"Ser": " para el 2020 se fija la meta de reducir considerablemente la proporci\u00f3n de j\u00f3venes que no sean empleados y no cursan estudios ni reciben capacitaci\u00f3n"
|
90 |
+
},
|
91 |
+
"id": "train_0",
|
92 |
+
"metadata": {},
|
93 |
+
"responses": {},
|
94 |
+
"status": "pending",
|
95 |
+
"suggestions": {},
|
96 |
+
"vectors": {}
|
97 |
+
}
|
98 |
+
```
|
99 |
+
|
100 |
+
While the same record in HuggingFace `datasets` looks as follows:
|
101 |
+
|
102 |
+
```json
|
103 |
+
{
|
104 |
+
"Estar": " para el 2020 se fija la meta de reducir considerablemente la proporci\u00f3n de j\u00f3venes que no est\u00e9n empleados y no cursan estudios ni reciben capacitaci\u00f3n",
|
105 |
+
"Ser": " para el 2020 se fija la meta de reducir considerablemente la proporci\u00f3n de j\u00f3venes que no sean empleados y no cursan estudios ni reciben capacitaci\u00f3n",
|
106 |
+
"_server_id": "ee384c72-b8de-433b-9c99-30c7c852b8e0",
|
107 |
+
"comments.responses": null,
|
108 |
+
"comments.responses.status": null,
|
109 |
+
"comments.responses.users": null,
|
110 |
+
"id": "train_0",
|
111 |
+
"label.responses": null,
|
112 |
+
"label.responses.status": null,
|
113 |
+
"label.responses.users": null,
|
114 |
+
"status": "pending"
|
115 |
+
}
|
116 |
+
```
|
117 |
+
|
118 |
+
|
119 |
### Data Splits
|
120 |
|
121 |
The dataset contains a single split, which is `train`.
|
|
|
140 |
|
141 |
#### Annotation guidelines
|
142 |
|
143 |
+
These are some guidelines
|
144 |
|
145 |
#### Annotation process
|
146 |
|