HafssaRabah commited on
Commit
9acb600
·
verified ·
1 Parent(s): ce87302

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .argilla/dataset.json +16 -0
  2. .argilla/settings.json +110 -0
  3. .argilla/version.json +3 -0
  4. README.md +146 -43
.argilla/dataset.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "abe985ba-e724-463e-ab50-1c1ffe520040",
3
+ "name": "image-to-text-validation-dataset",
4
+ "guidelines": null,
5
+ "allow_extra_metadata": false,
6
+ "status": "ready",
7
+ "distribution": {
8
+ "strategy": "overlap",
9
+ "min_submitted": 1
10
+ },
11
+ "metadata": null,
12
+ "workspace_id": "dbd670c2-b6ad-4b6f-9f19-fa23805f5b25",
13
+ "last_activity_at": "2026-01-28T14:36:53.055212",
14
+ "inserted_at": "2026-01-28T11:15:21.165595",
15
+ "updated_at": "2026-01-28T11:15:22.234713"
16
+ }
.argilla/settings.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "guidelines": null,
3
+ "allow_extra_metadata": false,
4
+ "distribution": {
5
+ "strategy": "overlap",
6
+ "min_submitted": 1
7
+ },
8
+ "fields": [
9
+ {
10
+ "id": "c23cb7d8-de32-4716-a90e-9848afa7b6a2",
11
+ "name": "image",
12
+ "title": "Image",
13
+ "required": true,
14
+ "settings": {
15
+ "type": "image"
16
+ },
17
+ "dataset_id": "abe985ba-e724-463e-ab50-1c1ffe520040",
18
+ "inserted_at": "2026-01-28T11:15:21.800789",
19
+ "updated_at": "2026-01-28T11:15:21.800789"
20
+ },
21
+ {
22
+ "id": "d41a88c2-a1ac-4d82-b9ce-9528eb2f69a8",
23
+ "name": "text",
24
+ "title": "Contenu textuel",
25
+ "required": true,
26
+ "settings": {
27
+ "type": "text",
28
+ "use_markdown": false
29
+ },
30
+ "dataset_id": "abe985ba-e724-463e-ab50-1c1ffe520040",
31
+ "inserted_at": "2026-01-28T11:15:21.874499",
32
+ "updated_at": "2026-01-28T11:15:21.874499"
33
+ },
34
+ {
35
+ "id": "144b3ab0-21fc-4a48-a86c-cc5027f86f4c",
36
+ "name": "texte_corrige",
37
+ "title": "Texte corrigé par l'annotateur",
38
+ "required": true,
39
+ "settings": {
40
+ "type": "text",
41
+ "use_markdown": false
42
+ },
43
+ "dataset_id": "abe985ba-e724-463e-ab50-1c1ffe520040",
44
+ "inserted_at": "2026-01-28T11:15:21.918805",
45
+ "updated_at": "2026-01-28T11:15:21.918805"
46
+ },
47
+ {
48
+ "id": "aec05485-2097-4f22-b73f-e5e1c5e1f678",
49
+ "name": "source_record_id",
50
+ "title": "Source Record ID",
51
+ "required": false,
52
+ "settings": {
53
+ "type": "text",
54
+ "use_markdown": false
55
+ },
56
+ "dataset_id": "abe985ba-e724-463e-ab50-1c1ffe520040",
57
+ "inserted_at": "2026-01-28T11:15:21.980054",
58
+ "updated_at": "2026-01-28T11:15:21.980054"
59
+ }
60
+ ],
61
+ "questions": [
62
+ {
63
+ "id": "b0d89c48-2f2b-4d4a-87ca-18be42a17ad4",
64
+ "name": "validation_decision",
65
+ "title": "✅ Décision de validation",
66
+ "description": "Approuvez-vous la transcription corrigée?",
67
+ "required": true,
68
+ "settings": {
69
+ "type": "label_selection",
70
+ "options": [
71
+ {
72
+ "value": "Accepté",
73
+ "text": "Accepté",
74
+ "description": null
75
+ },
76
+ {
77
+ "value": "À ajuster",
78
+ "text": "À ajuster",
79
+ "description": null
80
+ },
81
+ {
82
+ "value": "Refusé",
83
+ "text": "Refusé",
84
+ "description": null
85
+ }
86
+ ],
87
+ "visible_options": 3
88
+ },
89
+ "dataset_id": "abe985ba-e724-463e-ab50-1c1ffe520040",
90
+ "inserted_at": "2026-01-28T11:15:22.077837",
91
+ "updated_at": "2026-01-28T11:15:22.077837"
92
+ },
93
+ {
94
+ "id": "cc37aabc-73ac-4b19-b88d-886127255ba5",
95
+ "name": "validation_comments",
96
+ "title": "💬 Commentaires de validation",
97
+ "description": "Ajoutez vos remarques ou corrections supplémentaires",
98
+ "required": false,
99
+ "settings": {
100
+ "type": "text",
101
+ "use_markdown": false
102
+ },
103
+ "dataset_id": "abe985ba-e724-463e-ab50-1c1ffe520040",
104
+ "inserted_at": "2026-01-28T11:15:22.159822",
105
+ "updated_at": "2026-01-28T11:15:22.159822"
106
+ }
107
+ ],
108
+ "metadata": [],
109
+ "vectors": []
110
+ }
.argilla/version.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "argilla": "2.8.0"
3
+ }
README.md CHANGED
@@ -1,45 +1,148 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: status
7
- dtype: string
8
- - name: inserted_at
9
- dtype: timestamp[us]
10
- - name: updated_at
11
- dtype: timestamp[us]
12
- - name: _server_id
13
- dtype: string
14
- - name: image
15
- dtype: image
16
- - name: text
17
- dtype: string
18
- - name: texte_corrige
19
- dtype: string
20
- - name: source_record_id
21
- dtype: string
22
- - name: validation_decision.responses
23
- sequence: string
24
- - name: validation_decision.responses.users
25
- sequence: string
26
- - name: validation_decision.responses.status
27
- sequence: string
28
- - name: validation_comments.responses
29
- sequence: 'null'
30
- - name: validation_comments.responses.users
31
- sequence: string
32
- - name: validation_comments.responses.status
33
- sequence: string
34
- splits:
35
- - name: train
36
- num_bytes: 20919.0
37
- num_examples: 7
38
- download_size: 37529
39
- dataset_size: 20919.0
40
- configs:
41
- - config_name: default
42
- data_files:
43
- - split: train
44
- path: data/train-*
45
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - rlfh
4
+ - argilla
5
+ - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
+
8
+ # Dataset Card for Test-Image-To-Text
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("HafssaRabah/Test-Image-To-Text", 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("HafssaRabah/Test-Image-To-Text")
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
+ | image | Image | image | True |
60
+ | text | Contenu textuel | text | True |
61
+ | texte_corrige | Texte corrigé par l'annotateur | text | True |
62
+ | source_record_id | Source Record ID | text | False |
63
+
64
+
65
+ ### Questions
66
+
67
+ 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.
68
+
69
+ | Question Name | Title | Type | Required | Description | Values/Labels |
70
+ | ------------- | ----- | ---- | -------- | ----------- | ------------- |
71
+ | validation_decision | ✅ Décision de validation | label_selection | True | Approuvez-vous la transcription corrigée? | ['Accepté', 'À ajuster', 'Refusé'] |
72
+ | validation_comments | 💬 Commentaires de validation | text | False | Ajoutez vos remarques ou corrections supplémentaires | N/A |
73
+
74
+
75
+ <!-- check length of metadata properties -->
76
+
77
+
78
+
79
+
80
+ ### Data Splits
81
+
82
+ The dataset contains a single split, which is `train`.
83
+
84
+ ## Dataset Creation
85
+
86
+ ### Curation Rationale
87
+
88
+ [More Information Needed]
89
+
90
+ ### Source Data
91
+
92
+ #### Initial Data Collection and Normalization
93
+
94
+ [More Information Needed]
95
+
96
+ #### Who are the source language producers?
97
+
98
+ [More Information Needed]
99
+
100
+ ### Annotations
101
+
102
+ #### Annotation guidelines
103
+
104
+ [More Information Needed]
105
+
106
+ #### Annotation process
107
+
108
+ [More Information Needed]
109
+
110
+ #### Who are the annotators?
111
+
112
+ [More Information Needed]
113
+
114
+ ### Personal and Sensitive Information
115
+
116
+ [More Information Needed]
117
+
118
+ ## Considerations for Using the Data
119
+
120
+ ### Social Impact of Dataset
121
+
122
+ [More Information Needed]
123
+
124
+ ### Discussion of Biases
125
+
126
+ [More Information Needed]
127
+
128
+ ### Other Known Limitations
129
+
130
+ [More Information Needed]
131
+
132
+ ## Additional Information
133
+
134
+ ### Dataset Curators
135
+
136
+ [More Information Needed]
137
+
138
+ ### Licensing Information
139
+
140
+ [More Information Needed]
141
+
142
+ ### Citation Information
143
+
144
+ [More Information Needed]
145
+
146
+ ### Contributions
147
+
148
+ [More Information Needed]