The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

Dataset Card for HyVoxpopuli

Dataset Description

Dataset Summary

Example usage

HyVoxPopuli contains labelled data for 18 languages. To load a specific language pass its name as a config name:

from datasets import load_dataset

voxpopuli_croatian = load_dataset("Edmon02/hyvoxpopuli")

Supported Tasks and Leaderboards

  • automatic-speech-recognition: The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER).

Dataset Structure

Data Instances

{
  'audio_id': 'segment_00000072',
  'audio': {
    'path': '/home/polina/.cache/huggingface/datasets/downloads/extracted/254a284babeb60d348239423161397844bbfb209560b31edecb7f2b91379da7d/segment_00000072.wav',
    'array': array([-0.01434326, -0.01055908,  0.00106812, ...,  0.00646973], dtype=float32),
    'sampling_rate': 16000
  },
  'raw_text': '',
  'normalized_text': 'poast genitalnog sakaenja ena u europi tek je jedna od manifestacija takve tetne politike.',
  'gender': 'female',
  'speaker_id': 'speaker_2',
  'is_gold_transcript': True,
  'accent': 'None'
}

Data Fields

  • audio_id (string) - id of audio segment
  • audio (datasets.Audio) - a dictionary containing the path to the audio, the decoded audio array, and the sampling rate. In non-streaming mode (default), the path points to the locally extracted audio. In streaming mode, the path is the relative path of an audio inside its archive (as files are not downloaded and extracted locally).
  • raw_text (string) - original (orthographic) audio segment text
  • normalized_text (string) - normalized audio segment transcription
  • gender (string) - gender of speaker
  • speaker_id (string) - id of speaker
  • is_gold_transcript (bool) - ?
  • accent (string) - type of accent, for example "en_lt", if applicable, else "None".

Data Splits

All configs contain data in three splits: train, validation and test.

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

The raw data is collected from Գրքասեր site

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

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

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

Please cite this paper:

@inproceedings{wang-etal-2021-voxpopuli,
    title = "{H}y{V}ox{P}opuli: A Large-Scale Multilingual Speech Corpus for Representation Learning, Semi-Supervised Learning and Interpretation",
    author = "Edmon, Sahakyan",
    booktitle = "Գրքասեր site audio and pdf books",
    month = feb,
    year = "2024",
    address = "Online",
    publisher = "Researcher"
}
Downloads last month
0
Edit dataset card