GwendalTsang commited on
Commit
6989e90
·
verified ·
1 Parent(s): e5d4dd8

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .argilla/dataset.json +16 -0
  2. .argilla/settings.json +146 -0
  3. .argilla/version.json +3 -0
  4. README.md +143 -33
.argilla/dataset.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "54a6cac6-faf0-4b5f-86f9-e633328a7032",
3
+ "name": "new",
4
+ "guidelines": "Annoter la nature linguistique du span affiché. Le champ 'text' contient la phrase complète et 'span_text' l'unité à annoter. Choisir une seule étiquette.",
5
+ "allow_extra_metadata": true,
6
+ "status": "ready",
7
+ "distribution": {
8
+ "strategy": "overlap",
9
+ "min_submitted": 1
10
+ },
11
+ "metadata": null,
12
+ "workspace_id": "7bb00289-8e94-44ba-88e6-79ba46ce7416",
13
+ "last_activity_at": "2026-05-23T16:58:47.142781",
14
+ "inserted_at": "2026-05-22T11:45:41.153995",
15
+ "updated_at": "2026-05-22T11:45:41.695276"
16
+ }
.argilla/settings.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "guidelines": "Annoter la nature linguistique du span affiché. Le champ 'text' contient la phrase complète et 'span_text' l'unité à annoter. Choisir une seule étiquette.",
3
+ "allow_extra_metadata": true,
4
+ "distribution": {
5
+ "strategy": "overlap",
6
+ "min_submitted": 1
7
+ },
8
+ "fields": [
9
+ {
10
+ "id": "acdc27ea-0c1c-416c-b703-ff05fb864929",
11
+ "name": "text",
12
+ "title": "Phrase complète",
13
+ "required": true,
14
+ "settings": {
15
+ "type": "text",
16
+ "use_markdown": false
17
+ },
18
+ "dataset_id": "54a6cac6-faf0-4b5f-86f9-e633328a7032",
19
+ "inserted_at": "2026-05-22T11:45:41.385059",
20
+ "updated_at": "2026-05-22T11:45:41.385059"
21
+ },
22
+ {
23
+ "id": "23015d14-f554-4e20-b66e-0ea7dd45a4f8",
24
+ "name": "span_text",
25
+ "title": "Span à annoter",
26
+ "required": true,
27
+ "settings": {
28
+ "type": "text",
29
+ "use_markdown": false
30
+ },
31
+ "dataset_id": "54a6cac6-faf0-4b5f-86f9-e633328a7032",
32
+ "inserted_at": "2026-05-22T11:45:41.485408",
33
+ "updated_at": "2026-05-22T11:45:41.485408"
34
+ }
35
+ ],
36
+ "questions": [
37
+ {
38
+ "id": "0a29a2d4-1758-4bd7-9bc0-bfcb5ef9e63c",
39
+ "name": "nature_linguistique",
40
+ "title": "Nature linguistique du span",
41
+ "description": null,
42
+ "required": true,
43
+ "settings": {
44
+ "type": "label_selection",
45
+ "options": [
46
+ {
47
+ "value": "Syntagme adjectival",
48
+ "text": "Syntagme adjectival",
49
+ "description": null
50
+ },
51
+ {
52
+ "value": "Syntagme adverbal",
53
+ "text": "Syntagme adverbal",
54
+ "description": null
55
+ },
56
+ {
57
+ "value": "Syntagme nominal",
58
+ "text": "Syntagme nominal",
59
+ "description": null
60
+ },
61
+ {
62
+ "value": "Syntagme prépositionnel",
63
+ "text": "Syntagme prépositionnel",
64
+ "description": null
65
+ },
66
+ {
67
+ "value": "Proposition",
68
+ "text": "Proposition",
69
+ "description": null
70
+ },
71
+ {
72
+ "value": "Conj. de coordination",
73
+ "text": "Conj. de coordination",
74
+ "description": null
75
+ },
76
+ {
77
+ "value": "Conj. de subordination",
78
+ "text": "Conj. de subordination",
79
+ "description": null
80
+ },
81
+ {
82
+ "value": "Dislocation droite",
83
+ "text": "Dislocation droite",
84
+ "description": null
85
+ },
86
+ {
87
+ "value": "Dislocation gauche",
88
+ "text": "Dislocation gauche",
89
+ "description": null
90
+ },
91
+ {
92
+ "value": "Enonce averbal",
93
+ "text": "Enonce averbal",
94
+ "description": null
95
+ },
96
+ {
97
+ "value": "Enonce clive",
98
+ "text": "Enonce clive",
99
+ "description": null
100
+ },
101
+ {
102
+ "value": "Enonce elliptique",
103
+ "text": "Enonce elliptique",
104
+ "description": null
105
+ },
106
+ {
107
+ "value": "Enonce exclamatif",
108
+ "text": "Enonce exclamatif",
109
+ "description": null
110
+ },
111
+ {
112
+ "value": "Interjection",
113
+ "text": "Interjection",
114
+ "description": null
115
+ },
116
+ {
117
+ "value": "Point d'exclamation",
118
+ "text": "Point d'exclamation",
119
+ "description": null
120
+ },
121
+ {
122
+ "value": "Points de suspension",
123
+ "text": "Points de suspension",
124
+ "description": null
125
+ },
126
+ {
127
+ "value": "Accumulation",
128
+ "text": "Accumulation",
129
+ "description": null
130
+ },
131
+ {
132
+ "value": "Autre",
133
+ "text": "Autre",
134
+ "description": null
135
+ }
136
+ ],
137
+ "visible_options": 18
138
+ },
139
+ "dataset_id": "54a6cac6-faf0-4b5f-86f9-e633328a7032",
140
+ "inserted_at": "2026-05-22T11:45:41.589214",
141
+ "updated_at": "2026-05-22T11:45:41.589214"
142
+ }
143
+ ],
144
+ "metadata": [],
145
+ "vectors": []
146
+ }
.argilla/version.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "argilla": "2.8.0"
3
+ }
README.md CHANGED
@@ -1,35 +1,145 @@
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: text
15
- dtype: string
16
- - name: span_text
17
- dtype: string
18
- - name: nature_linguistique.responses
19
- sequence: string
20
- - name: nature_linguistique.responses.users
21
- sequence: string
22
- - name: nature_linguistique.responses.status
23
- sequence: string
24
- splits:
25
- - name: train
26
- num_bytes: 83160
27
- num_examples: 392
28
- download_size: 59212
29
- dataset_size: 83160
30
- configs:
31
- - config_name: default
32
- data_files:
33
- - split: train
34
- path: data/train-*
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - rlfh
4
+ - argilla
5
+ - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
+
8
+ # Dataset Card for new1
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("GwendalTsang/new1", 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("GwendalTsang/new1")
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
+ | text | Phrase complète | text | True |
60
+ | span_text | Span à annoter | text | True |
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
+ | nature_linguistique | Nature linguistique du span | label_selection | True | N/A | ['Syntagme adjectival', 'Syntagme adverbal', 'Syntagme nominal', 'Syntagme prépositionnel', 'Proposition', 'Conj. de coordination', 'Conj. de subordination', 'Dislocation droite', 'Dislocation gauche', 'Enonce averbal', 'Enonce clive', 'Enonce elliptique', 'Enonce exclamatif', 'Interjection', "Point d'exclamation", 'Points de suspension', 'Accumulation', 'Autre'] |
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
+ Annoter la nature linguistique du span affiché. Le champ 'text' contient la phrase complète et 'span_text' l'unité à annoter. Choisir une seule étiquette.
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]