CoolFace
Datasetpublic

NeoBoy/elevenlabsSpeechTest

ElevenLabs Speech Dataset This dataset contains speech data generated using the ElevenLabs API. It includes phrases in various variants, processed with different stability settings and recorded by multiple speakers. Data Description: Transcriptions: Each transcription corresponds to a phrase that was spoken by one of 10 different speakers. Speakers: 10 different speakers were used. Stability Levels: 5 stability levels were applied to each transcription. Variants:… See the full description on the dataset page: https://huggingface.co/datasets/NeoBoy/elevenlabsSpeechTest.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes27downloads
Dataset Card

ElevenLabs Speech Dataset

This dataset contains speech data generated using the ElevenLabs API. It includes phrases in various variants, processed with different stability settings and recorded by multiple speakers.

Data Description:

  • —Transcriptions: Each transcription corresponds to a phrase that was spoken by one of 10 different speakers.
  • —Speakers: 10 different speakers were used.
  • —Stability Levels: 5 stability levels were applied to each transcription.
  • —Variants: The dataset includes multiple variants of each phrase.

Usage:

You can use this dataset for training speech recognition models like wav2vec2 from Hugging Face.

Train / Test Split:

The dataset is split into 80% training and 20% testing.

Audio Files:

Each audio file is named using the format:

{part_name}_{column}_{index}_{speakID}_style{stableVal}.mp3 where:

  • —part_name: The name of the part from the CSV file.
  • —column: The column name from the CSV file.
  • —index: The index of the phrase in the CSV file.
  • —speakID: The ID of the speaker (0-9).
  • —stableVal: The stability value (10-50).

For example, part1_Base_0_0_style10.mp3 corresponds to the Base column in phrases_part1.csv, 0 index row, 0 speaker, and style10 (stability 0.1).