Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringclasses
3 values
status
stringclasses
1 value
inserted_at
timestamp[us]date
2025-12-31 13:45:11
2025-12-31 14:50:54
updated_at
timestamp[us]date
2025-12-31 13:54:46
2025-12-31 14:54:57
_server_id
stringclasses
3 values
Audio
dict
Text
stringclasses
3 values
transcription_corrigee
stringclasses
3 values
Orthography
stringclasses
1 value
Source
stringclasses
1 value
Duration
stringclasses
1 value
source_record_id
stringclasses
3 values
validation_decision.responses
listlengths
1
1
validation_decision.responses.users
listlengths
1
1
validation_decision.responses.status
listlengths
1
1
validation_comments.responses
listlengths
1
1
validation_comments.responses.users
listlengths
1
1
validation_comments.responses.status
listlengths
1
1
d6d2a8fb-14e1-4b0b-a7f5-ecd230c2ac7c
completed
2025-12-31T13:45:11.289000
2025-12-31T13:54:46.270000
11b76d49-e7ff-428a-99c4-aabedb06da41
{ "value": "data:audio/wav;base64,UklGRnoFAQBXQVZFZm10IBAAAAABAAEAgD4AAAB9AAACABAAZGF0YVYFAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...
بنت وحدة
بنت وحدة
Arabic
huggingface.co/datasets/atlasia/DODa-audio-dataset
00:02
1947dcc0-45d9-4fd3-8405-d8b10e0793d7
[ "Accepté" ]
[ "265abf4b-626c-4150-8b7c-6ecdd10baf2a" ]
[ "submitted" ]
[ null ]
[ "265abf4b-626c-4150-8b7c-6ecdd10baf2a" ]
[ "submitted" ]
dc243819-92e6-4bf1-9fff-9bcb4b3ea3d0
completed
2025-12-31T14:20:50.298000
2025-12-31T14:32:14.049000
acc0b29a-fd60-4749-8966-9dd883a03869
{ "value": "data:audio/wav;base64,UklGRiQgAQBXQVZFZm10IBAAAAABAAEAgD4AAAB9AAACABAAZGF0YQAgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...
تمنية الكتوبا
تمنية الكتوبا
Arabic
huggingface.co/datasets/atlasia/DODa-audio-dataset
00:02
734f22ed-eafc-44f2-a743-e48051e11382
[ "Accepté" ]
[ "265abf4b-626c-4150-8b7c-6ecdd10baf2a" ]
[ "submitted" ]
[ null ]
[ "265abf4b-626c-4150-8b7c-6ecdd10baf2a" ]
[ "submitted" ]
197e39b3-20d0-4b6f-8d1c-c6350e05b1ee
completed
2025-12-31T14:50:54.478000
2025-12-31T14:54:57.819000
f713b882-30a3-4391-980e-7714008b757b
{"value":"data:audio/wav;base64,UklGRs5aAQBXQVZFZm10IBAAAAABAAEAgD4AAAB9AAACABAAZGF0YapaAQAAAAAAAAAA(...TRUNCATED)
هادي ستة وخمسة الأقسام
هادي ستة وخمسة الأقسام
Arabic
huggingface.co/datasets/atlasia/DODa-audio-dataset
00:02
2393219d-643a-4de8-ab83-43553987830f
[ "Accepté" ]
[ "265abf4b-626c-4150-8b7c-6ecdd10baf2a" ]
[ "submitted" ]
[ null ]
[ "265abf4b-626c-4150-8b7c-6ecdd10baf2a" ]
[ "submitted" ]

Dataset Card for Audio-Validation-Test3

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("HafssaRabah/Audio-Validation-Test3", 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("HafssaRabah/Audio-Validation-Test3")

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 custom True
Text Transcription originale text True
transcription_corrigee Transcription corrigée par l'annotateur text True
Orthography Orthography text False
Source Source text False
Duration Duration text False
source_record_id Source Record ID text False

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
validation_decision ✅ Décision de validation label_selection True Approuvez-vous la transcription corrigée? ['Accepté', 'À ajuster', 'Refusé']
validation_comments 💬 Commentaires de validation text False Ajoutez vos remarques ou corrections supplémentaires N/A

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

🎯 Instructions de validation

Étapes à suivre :

  1. 🎧 Écoutez l'audio : Vérifiez la qualité audio
  2. 📝 Comparez les transcriptions : Lisez l'originale ET la corrigée
  3. ✅ Donnez votre décision : Accepté / À ajuster / Refusé
  4. 💬 Commentez si nécessaire : Ajoutez des remarques

Critères de validation :

  • Accepté : La transcription corrigée est exacte et validée
  • ⚠️ À ajuster : Nécessite des modifications mineures
  • Refusé : Doit être entièrement refait

Merci pour votre travail de validation ! 🙏

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
4