AlvearVanessa commited on
Commit
4d110c8
·
verified ·
1 Parent(s): 822a324

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .argilla/dataset.json +16 -0
  2. .argilla/settings.json +130 -0
  3. .argilla/version.json +3 -0
  4. README.md +144 -46
.argilla/dataset.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "59af1643-c408-41cf-a8aa-cf716fa553b2",
3
+ "name": "video_classification_dataset",
4
+ "guidelines": "Para cada vídeo hay que especificar de qué letra se trata y si está bien o mal signada.",
5
+ "allow_extra_metadata": false,
6
+ "status": "ready",
7
+ "distribution": {
8
+ "strategy": "overlap",
9
+ "min_submitted": 1
10
+ },
11
+ "metadata": null,
12
+ "workspace_id": "a2f0389a-2e05-43fd-bc8d-51400a7e0e75",
13
+ "last_activity_at": "2025-07-02T07:36:54.724301",
14
+ "inserted_at": "2025-07-01T10:24:52.241443",
15
+ "updated_at": "2025-07-01T10:24:52.641458"
16
+ }
.argilla/settings.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "guidelines": "Para cada vídeo hay que especificar de qué letra se trata y si está bien o mal signada.",
3
+ "allow_extra_metadata": false,
4
+ "distribution": {
5
+ "strategy": "overlap",
6
+ "min_submitted": 1
7
+ },
8
+ "fields": [
9
+ {
10
+ "id": "ea2420de-e1d7-4e94-acce-901e9874e01e",
11
+ "name": "video",
12
+ "title": "video",
13
+ "required": true,
14
+ "settings": {
15
+ "type": "custom",
16
+ "template": "<video controls><source width=\"640\" height=\"500\" src={{record.fields.video.url}} type=\"video/mp4\"> Tu navegador no soporta vídeo HTML5.</video>",
17
+ "advanced_mode": false
18
+ },
19
+ "dataset_id": "59af1643-c408-41cf-a8aa-cf716fa553b2",
20
+ "inserted_at": "2025-07-01T10:24:52.379101",
21
+ "updated_at": "2025-07-01T10:24:52.379101"
22
+ }
23
+ ],
24
+ "questions": [
25
+ {
26
+ "id": "f21208f7-09fd-4076-b31c-d63bba40e68f",
27
+ "name": "¿Correcto?",
28
+ "title": "¿Correcto?",
29
+ "description": null,
30
+ "required": true,
31
+ "settings": {
32
+ "type": "label_selection",
33
+ "options": [
34
+ {
35
+ "value": "Correcto",
36
+ "text": "Correcto",
37
+ "description": null
38
+ },
39
+ {
40
+ "value": "Incorrecto",
41
+ "text": "Incorrecto",
42
+ "description": null
43
+ }
44
+ ],
45
+ "visible_options": null
46
+ },
47
+ "dataset_id": "59af1643-c408-41cf-a8aa-cf716fa553b2",
48
+ "inserted_at": "2025-07-01T10:24:52.444204",
49
+ "updated_at": "2025-07-01T10:24:52.444204"
50
+ },
51
+ {
52
+ "id": "4aeb715d-9a66-4be2-98c0-96925c0ced16",
53
+ "name": "Signo",
54
+ "title": "Signo",
55
+ "description": null,
56
+ "required": true,
57
+ "settings": {
58
+ "type": "multi_label_selection",
59
+ "options": [
60
+ {
61
+ "value": "A",
62
+ "text": "A",
63
+ "description": null
64
+ },
65
+ {
66
+ "value": "Buenos días",
67
+ "text": "Buenos días",
68
+ "description": null
69
+ },
70
+ {
71
+ "value": "CH",
72
+ "text": "CH",
73
+ "description": null
74
+ },
75
+ {
76
+ "value": "E",
77
+ "text": "E",
78
+ "description": null
79
+ },
80
+ {
81
+ "value": "G",
82
+ "text": "G",
83
+ "description": null
84
+ },
85
+ {
86
+ "value": "H",
87
+ "text": "H",
88
+ "description": null
89
+ },
90
+ {
91
+ "value": "I",
92
+ "text": "I",
93
+ "description": null
94
+ },
95
+ {
96
+ "value": "J",
97
+ "text": "J",
98
+ "description": null
99
+ },
100
+ {
101
+ "value": "X",
102
+ "text": "X",
103
+ "description": null
104
+ }
105
+ ],
106
+ "visible_options": 9,
107
+ "options_order": "natural"
108
+ },
109
+ "dataset_id": "59af1643-c408-41cf-a8aa-cf716fa553b2",
110
+ "inserted_at": "2025-07-01T10:24:52.508864",
111
+ "updated_at": "2025-07-01T10:24:52.508864"
112
+ },
113
+ {
114
+ "id": "926aabdf-fbca-43b7-9d41-979bb07cb991",
115
+ "name": "Observaciones",
116
+ "title": "Observaciones",
117
+ "description": null,
118
+ "required": false,
119
+ "settings": {
120
+ "type": "text",
121
+ "use_markdown": false
122
+ },
123
+ "dataset_id": "59af1643-c408-41cf-a8aa-cf716fa553b2",
124
+ "inserted_at": "2025-07-01T10:24:52.562948",
125
+ "updated_at": "2025-07-01T10:24:52.562948"
126
+ }
127
+ ],
128
+ "metadata": [],
129
+ "vectors": []
130
+ }
.argilla/version.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "argilla": "2.8.0"
3
+ }
README.md CHANGED
@@ -1,48 +1,146 @@
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: video
15
- struct:
16
- - name: url
17
- dtype: string
18
- - name: ¿Correcto?.responses
19
- sequence: string
20
- - name: ¿Correcto?.responses.users
21
- sequence: string
22
- - name: ¿Correcto?.responses.status
23
- sequence: string
24
- - name: Signo.responses
25
- sequence:
26
- sequence: string
27
- - name: Signo.responses.users
28
- sequence: string
29
- - name: Signo.responses.status
30
- sequence: string
31
- - name: Observaciones.responses
32
- sequence: string
33
- - name: Observaciones.responses.users
34
- sequence: string
35
- - name: Observaciones.responses.status
36
- sequence: string
37
- splits:
38
- - name: train
39
- num_bytes: 12312
40
- num_examples: 18
41
- download_size: 14299
42
- dataset_size: 12312
43
- configs:
44
- - config_name: default
45
- data_files:
46
- - split: train
47
- path: data/train-*
48
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - rlfh
4
+ - argilla
5
+ - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
+
8
+ # Dataset Card for video_classification_dataset
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("AlvearVanessa/video_classification_dataset", 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("AlvearVanessa/video_classification_dataset")
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
+ | video | video | custom | True |
60
+
61
+
62
+ ### Questions
63
+
64
+ 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.
65
+
66
+ | Question Name | Title | Type | Required | Description | Values/Labels |
67
+ | ------------- | ----- | ---- | -------- | ----------- | ------------- |
68
+ | ¿Correcto? | ¿Correcto? | label_selection | True | N/A | ['Correcto', 'Incorrecto'] |
69
+ | Signo | Signo | multi_label_selection | True | N/A | ['A', 'Buenos días', 'CH', 'E', 'G', 'H', 'I', 'J', 'X'] |
70
+ | Observaciones | Observaciones | text | False | N/A | N/A |
71
+
72
+
73
+ <!-- check length of metadata properties -->
74
+
75
+
76
+
77
+
78
+ ### Data Splits
79
+
80
+ The dataset contains a single split, which is `train`.
81
+
82
+ ## Dataset Creation
83
+
84
+ ### Curation Rationale
85
+
86
+ [More Information Needed]
87
+
88
+ ### Source Data
89
+
90
+ #### Initial Data Collection and Normalization
91
+
92
+ [More Information Needed]
93
+
94
+ #### Who are the source language producers?
95
+
96
+ [More Information Needed]
97
+
98
+ ### Annotations
99
+
100
+ #### Annotation guidelines
101
+
102
+ Para cada vídeo hay que especificar de qué letra se trata y si está bien o mal signada.
103
+
104
+ #### Annotation process
105
+
106
+ [More Information Needed]
107
+
108
+ #### Who are the annotators?
109
+
110
+ [More Information Needed]
111
+
112
+ ### Personal and Sensitive Information
113
+
114
+ [More Information Needed]
115
+
116
+ ## Considerations for Using the Data
117
+
118
+ ### Social Impact of Dataset
119
+
120
+ [More Information Needed]
121
+
122
+ ### Discussion of Biases
123
+
124
+ [More Information Needed]
125
+
126
+ ### Other Known Limitations
127
+
128
+ [More Information Needed]
129
+
130
+ ## Additional Information
131
+
132
+ ### Dataset Curators
133
+
134
+ [More Information Needed]
135
+
136
+ ### Licensing Information
137
+
138
+ [More Information Needed]
139
+
140
+ ### Citation Information
141
+
142
+ [More Information Needed]
143
+
144
+ ### Contributions
145
+
146
+ [More Information Needed]