datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
global-french-speech_structured
Zeldeo/global-french-speech_structured
Dataset ASR restructuré depuis SilencioNetwork/global-french-speech
(config=french_canada, split=train).
Nombre d'exemples : 25.
Métadonnées ajoutées : source_dataset, type, langue_accent.
Normalisation texte : aucune.
Colonnes conservées
audio
gender
dialect
emotions
language
location
noise_sources
transcript
age_band
Usage
from datasets import load_dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/Zeldeo/global-french-speech_structured.french-conversation_structured
Zeldeo/french-conversation_structured
Dataset ASR restructuré depuis Snit/french-conversation
(config=default, split=train).
Nombre d'exemples : 98.
Métadonnées ajoutées : source_dataset, type, langue_accent.
Normalisation texte : aucune.
Colonnes conservées
audio
transcription
id
part
audio_path
Usage
from datasets import load_dataset
ds = load_dataset("Zeldeo/french-conversation_structured", split="train")
print(ds[0])
