The dataset preview is not available for this subset.
Job runner was killed while running this job (job exceeded maximum duration).
Traceback:    The previous step failed, the error is copied to this step:  kind='config-info' dataset='Matthijs/cmu-arctic-xvectors' config='default' split=None---The previous step failed, the error is copied to this step:  kind='config-parquet-and-info' dataset='Matthijs/cmu-arctic-xvectors' config='default' split=None---

Need help to make the dataset viewer work? Open an discussion for direct support.

Speaker embeddings extracted from CMU ARCTIC

There is one .npy file for each utterance in the dataset, 7931 files in total. The speaker embeddings are 512-element X-vectors.

The CMU ARCTIC dataset divides the utterances among the following speakers:

  • bdl (US male)
  • slt (US female)
  • jmk (Canadian male)
  • awb (Scottish male)
  • rms (US male)
  • clb (US female)
  • ksp (Indian male)

The X-vectors were extracted using this script, which uses the speechbrain/spkrec-xvect-voxceleb model.

Usage:

from datasets import load_dataset
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")

speaker_embeddings = embeddings_dataset[7306]["xvector"]
speaker_embeddings = torch.tensor(speaker_embeddings).unsqueeze(0)
Downloads last month
38,552

Models trained or fine-tuned on Matthijs/cmu-arctic-xvectors

Spaces using Matthijs/cmu-arctic-xvectors