Dataset Viewer
Auto-converted to Parquet
id
stringclasses
10 values
status
stringclasses
2 values
inserted_at
timestamp[us]date
2025-04-30 10:49:04
2025-04-30 10:49:11
updated_at
timestamp[us]date
2025-04-30 10:49:04
2025-04-30 10:50:53
_server_id
stringclasses
10 values
audio
dict
genre.responses
sequencelengths
1
1
genre.responses.users
sequencelengths
1
1
genre.responses.status
sequencelengths
1
1
0013c943-2181-4375-931c-222bb683da89
completed
2025-04-30T10:49:04.320000
2025-04-30T10:50:35.433000
e76903a5-38bb-4299-abf0-861ef9c6182d
{"array":[-0.0511474609375,-0.04986572265625,-0.048583984375,-0.042816162109375,-0.035736083984375,-(...TRUNCATED)
[ "homme" ]
[ "c2e47afd-9d35-475e-a9c8-41e693bae55d" ]
[ "submitted" ]
12050ed4-1f7c-4b42-9c99-ab4d28a48758
pending
2025-04-30T10:49:04.320000
2025-04-30T10:49:04.320000
68aa7095-781c-4290-883a-566c3093239b
{"array":[-0.022003173828125,-0.017242431640625,-0.016387939453125,-0.0147705078125,-0.0091552734375(...TRUNCATED)
null
null
null
6838d97e-2a70-4f14-8c5d-9b8796faf755
completed
2025-04-30T10:49:04.320000
2025-04-30T10:50:20.754000
7fa230b6-c539-451a-8753-187c1655d972
{"array":[-0.21331787109375,-0.22283935546875,-0.22998046875,-0.209747314453125,-0.205230712890625,-(...TRUNCATED)
[ "homme" ]
[ "c2e47afd-9d35-475e-a9c8-41e693bae55d" ]
[ "submitted" ]
03bab922-3d51-4d0b-b218-93d48de50cd2
completed
2025-04-30T10:49:04.320000
2025-04-30T10:50:24.105000
a724b748-9a87-4989-9bc1-d598fdb409a3
{"array":[-0.008453369140625,0.060577392578125,0.0408935546875,0.016357421875,-0.01019287109375,0.05(...TRUNCATED)
[ "homme" ]
[ "c2e47afd-9d35-475e-a9c8-41e693bae55d" ]
[ "submitted" ]
3eb39ccf-8f9c-4d6f-9c25-4e1cfc11477d
completed
2025-04-30T10:49:04.320000
2025-04-30T10:50:28.306000
ea5c0b66-8b7c-41cf-94a1-60c9cdea619e
{"array":[0.17132568359375,0.199432373046875,0.2225341796875,0.2069091796875,0.20538330078125,0.1977(...TRUNCATED)
[ "homme" ]
[ "c2e47afd-9d35-475e-a9c8-41e693bae55d" ]
[ "submitted" ]
717276c6-ef9d-43bc-ae55-716506e3731b
completed
2025-04-30T10:49:11.827000
2025-04-30T10:50:40.970000
f21934f2-8437-4ad1-a524-b30de8995846
{"array":[0.25164794921875,0.284912109375,0.31549072265625,0.28662109375,0.227569580078125,0.2134704(...TRUNCATED)
[ "homme" ]
[ "c2e47afd-9d35-475e-a9c8-41e693bae55d" ]
[ "submitted" ]
9b21d146-3def-4287-b6da-70c98568bc3b
completed
2025-04-30T10:49:11.827000
2025-04-30T10:50:47.821000
03db0822-3231-450d-bb04-3d7b311fba18
{"array":[0.169891357421875,0.154205322265625,0.253387451171875,0.222900390625,0.165771484375,0.2082(...TRUNCATED)
[ "homme" ]
[ "c2e47afd-9d35-475e-a9c8-41e693bae55d" ]
[ "submitted" ]
3687a6a1-7983-4282-9b2b-c2bf4994dc73
pending
2025-04-30T10:49:11.827000
2025-04-30T10:49:11.827000
341b5f3c-2f94-44f2-a3e2-0b56a6238687
{"array":[-0.007904052734375,-0.00787353515625,-0.00732421875,-0.007781982421875,-0.0078125,-0.00701(...TRUNCATED)
null
null
null
8022e228-9974-41bc-9397-b8f80085161c
completed
2025-04-30T10:49:11.827000
2025-04-30T10:50:53.936000
13ae389e-cbba-48cd-bb5e-fb2b5c496f80
{"array":[-0.0064697265625,-0.003021240234375,-0.002349853515625,0.00054931640625,0.002777099609375,(...TRUNCATED)
[ "homme" ]
[ "c2e47afd-9d35-475e-a9c8-41e693bae55d" ]
[ "submitted" ]
307810a8-553f-4da3-abd3-6774d8cea354
completed
2025-04-30T10:49:11.827000
2025-04-30T10:50:16.495000
b8717565-09c8-40ff-aa50-00e613a545e2
{"array":[-0.015716552734375,-0.085235595703125,-0.0205078125,-0.14495849609375,-0.164276123046875,-(...TRUNCATED)
[ "homme" ]
[ "c2e47afd-9d35-475e-a9c8-41e693bae55d" ]
[ "submitted" ]

Dataset Card for advanced_audio_dataset

This dataset has been created with Argilla. As shown in the sections below, this dataset can be loaded into your Argilla server as explained in Load with Argilla, or used directly with the datasets library in Load with datasets.

Using this dataset with Argilla

To load with Argilla, you'll just need to install Argilla as pip install argilla --upgrade and then use the following code:

import argilla as rg

ds = rg.Dataset.from_hub("baksEtech/advanced_audio_dataset", settings="auto")

This will load the settings and records from the dataset repository and push them to you Argilla server for exploration and annotation.

Using this dataset with datasets

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:

from datasets import load_dataset

ds = load_dataset("baksEtech/advanced_audio_dataset")

This will only load the records of the dataset, but not the Argilla settings.

Dataset Structure

This dataset repo contains:

  • 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.
  • The annotation guidelines that have been used for building and curating the dataset, if they've been defined in Argilla.
  • A dataset configuration folder conforming to the Argilla dataset format in .argilla.

The dataset is created in Argilla with: fields, questions, suggestions, metadata, vectors, and guidelines.

Fields

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.

Field Name Title Type Required
audio Audio Player custom True

Questions

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.

Question Name Title Type Required Description Values/Labels
genre genre label_selection True N/A ['homme', 'femme']

Data Splits

The dataset contains a single split, which is train.

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation guidelines

These are some guidelines.

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

[More Information Needed]

Contributions

[More Information Needed]

Downloads last month
18