jfcalvo commited on
Commit
dd43cb1
1 Parent(s): f1e0bd7

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .argilla/dataset.json +35 -0
  2. .argilla/settings.json +73 -0
  3. .argilla/version.json +3 -0
  4. README.md +143 -36
.argilla/dataset.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "f383855e-19ac-4e82-b13e-6ca11b5faf7b",
3
+ "name": "test_span_question",
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": "dvilasuero/finepersonas-v0.1-tiny-flux-schnell",
13
+ "subset": "default",
14
+ "split": "train",
15
+ "mapping": {
16
+ "fields": [
17
+ {
18
+ "source": "persona",
19
+ "target": "persona"
20
+ },
21
+ {
22
+ "source": "image",
23
+ "target": "image"
24
+ }
25
+ ],
26
+ "metadata": [],
27
+ "suggestions": []
28
+ },
29
+ "imported": "UI"
30
+ },
31
+ "workspace_id": "3930233b-f754-480b-b2e8-d290d8bcb518",
32
+ "last_activity_at": "2024-12-10T14:31:21.947230",
33
+ "inserted_at": "2024-11-29T09:49:44.303859",
34
+ "updated_at": "2024-11-29T09:49:44.545433"
35
+ }
.argilla/settings.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "guidelines": null,
3
+ "allow_extra_metadata": true,
4
+ "distribution": {
5
+ "strategy": "overlap",
6
+ "min_submitted": 1
7
+ },
8
+ "fields": [
9
+ {
10
+ "id": "46ad6623-9406-4dd4-9cc9-6679429f05ef",
11
+ "name": "persona",
12
+ "title": "persona",
13
+ "required": false,
14
+ "settings": {
15
+ "type": "text",
16
+ "use_markdown": false
17
+ },
18
+ "dataset_id": "f383855e-19ac-4e82-b13e-6ca11b5faf7b",
19
+ "inserted_at": "2024-11-29T09:49:44.371011",
20
+ "updated_at": "2024-11-29T09:49:44.371011"
21
+ },
22
+ {
23
+ "id": "94145b13-d398-455c-bd4f-c7b97d50f17f",
24
+ "name": "image",
25
+ "title": "image",
26
+ "required": false,
27
+ "settings": {
28
+ "type": "image"
29
+ },
30
+ "dataset_id": "f383855e-19ac-4e82-b13e-6ca11b5faf7b",
31
+ "inserted_at": "2024-11-29T09:49:44.422868",
32
+ "updated_at": "2024-11-29T09:49:44.422868"
33
+ }
34
+ ],
35
+ "questions": [
36
+ {
37
+ "id": "8b7b0aec-84be-4054-ac45-1af3695c01e7",
38
+ "name": "span_0",
39
+ "title": "span_0",
40
+ "description": null,
41
+ "required": true,
42
+ "settings": {
43
+ "type": "span",
44
+ "field": "persona",
45
+ "options": [
46
+ {
47
+ "value": "organisation",
48
+ "text": "organisation",
49
+ "description": null
50
+ },
51
+ {
52
+ "value": "person",
53
+ "text": "person",
54
+ "description": null
55
+ },
56
+ {
57
+ "value": "event",
58
+ "text": "event",
59
+ "description": null
60
+ }
61
+ ],
62
+ "visible_options": null,
63
+ "allow_overlapping": true,
64
+ "allow_character_annotation": true
65
+ },
66
+ "dataset_id": "f383855e-19ac-4e82-b13e-6ca11b5faf7b",
67
+ "inserted_at": "2024-11-29T09:49:44.479246",
68
+ "updated_at": "2024-11-29T09:49:44.479246"
69
+ }
70
+ ],
71
+ "metadata": [],
72
+ "vectors": []
73
+ }
.argilla/version.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "argilla": "2.6.0dev0"
3
+ }
README.md CHANGED
@@ -1,38 +1,145 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: status
7
- dtype: string
8
- - name: _server_id
9
- dtype: string
10
- - name: persona
11
- dtype: string
12
- - name: image
13
- dtype: image
14
- - name: span_0.responses
15
- list:
16
- list:
17
- - name: end
18
- dtype: int64
19
- - name: label
20
- dtype: string
21
- - name: start
22
- dtype: int64
23
- - name: span_0.responses.users
24
- sequence: string
25
- - name: span_0.responses.status
26
- sequence: string
27
- splits:
28
- - name: train
29
- num_bytes: 10474911.0
30
- num_examples: 100
31
- download_size: 10456944
32
- dataset_size: 10474911.0
33
- configs:
34
- - config_name: default
35
- data_files:
36
- - split: train
37
- path: data/train-*
38
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - rlfh
4
+ - argilla
5
+ - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
+
8
+ # Dataset Card for testing-export-from-dev
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+ This dataset has been created with [Argilla](https://github.com/argilla-io/argilla). As shown in the sections below, this dataset can be loaded into your Argilla server as explained in [Load with Argilla](#load-with-argilla), or used directly with the `datasets` library in [Load with `datasets`](#load-with-datasets).
17
+
18
+
19
+ ## Using this dataset with Argilla
20
+
21
+ To load with Argilla, you'll just need to install Argilla as `pip install argilla --upgrade` and then use the following code:
22
+
23
+ ```python
24
+ import argilla as rg
25
+
26
+ ds = rg.Dataset.from_hub("jfcalvo/testing-export-from-dev", settings="auto")
27
+ ```
28
+
29
+ This will load the settings and records from the dataset repository and push them to you Argilla server for exploration and annotation.
30
+
31
+ ## Using this dataset with `datasets`
32
+
33
+ To load the records of this dataset with `datasets`, you'll just need to install `datasets` as `pip install datasets --upgrade` and then use the following code:
34
+
35
+ ```python
36
+ from datasets import load_dataset
37
+
38
+ ds = load_dataset("jfcalvo/testing-export-from-dev")
39
+ ```
40
+
41
+ This will only load the records of the dataset, but not the Argilla settings.
42
+
43
+ ## Dataset Structure
44
+
45
+ This dataset repo contains:
46
+
47
+ * Dataset records in a format compatible with HuggingFace `datasets`. These records will be loaded automatically when using `rg.Dataset.from_hub` and can be loaded independently using the `datasets` library via `load_dataset`.
48
+ * The [annotation guidelines](#annotation-guidelines) that have been used for building and curating the dataset, if they've been defined in Argilla.
49
+ * A dataset configuration folder conforming to the Argilla dataset format in `.argilla`.
50
+
51
+ The dataset is created in Argilla with: **fields**, **questions**, **suggestions**, **metadata**, **vectors**, and **guidelines**.
52
+
53
+ ### Fields
54
+
55
+ 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.
56
+
57
+ | Field Name | Title | Type | Required |
58
+ | ---------- | ----- | ---- | -------- |
59
+ | persona | persona | text | False |
60
+ | image | image | image | False |
61
+
62
+
63
+ ### Questions
64
+
65
+ The **questions** are the questions that will be asked to the annotators. They can be of different types, such as rating, text, label_selection, multi_label_selection, or ranking.
66
+
67
+ | Question Name | Title | Type | Required | Description | Values/Labels |
68
+ | ------------- | ----- | ---- | -------- | ----------- | ------------- |
69
+ | span_0 | span_0 | span | True | N/A | N/A |
70
+
71
+
72
+ <!-- check length of metadata properties -->
73
+
74
+
75
+
76
+
77
+ ### Data Splits
78
+
79
+ The dataset contains a single split, which is `train`.
80
+
81
+ ## Dataset Creation
82
+
83
+ ### Curation Rationale
84
+
85
+ [More Information Needed]
86
+
87
+ ### Source Data
88
+
89
+ #### Initial Data Collection and Normalization
90
+
91
+ [More Information Needed]
92
+
93
+ #### Who are the source language producers?
94
+
95
+ [More Information Needed]
96
+
97
+ ### Annotations
98
+
99
+ #### Annotation guidelines
100
+
101
+ [More Information Needed]
102
+
103
+ #### Annotation process
104
+
105
+ [More Information Needed]
106
+
107
+ #### Who are the annotators?
108
+
109
+ [More Information Needed]
110
+
111
+ ### Personal and Sensitive Information
112
+
113
+ [More Information Needed]
114
+
115
+ ## Considerations for Using the Data
116
+
117
+ ### Social Impact of Dataset
118
+
119
+ [More Information Needed]
120
+
121
+ ### Discussion of Biases
122
+
123
+ [More Information Needed]
124
+
125
+ ### Other Known Limitations
126
+
127
+ [More Information Needed]
128
+
129
+ ## Additional Information
130
+
131
+ ### Dataset Curators
132
+
133
+ [More Information Needed]
134
+
135
+ ### Licensing Information
136
+
137
+ [More Information Needed]
138
+
139
+ ### Citation Information
140
+
141
+ [More Information Needed]
142
+
143
+ ### Contributions
144
+
145
+ [More Information Needed]