Skip to content

Commit

Permalink
Using fixie-ai version of peoples_speech (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadab authored Oct 1, 2024
1 parent fa88073 commit 964e3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultravox/data/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ class PeopleSpeechDataset(VoiceDataset):
def __init__(self, args: VoiceDatasetArgs) -> None:
super().__init__(args)
dataset = self._load_audio_dataset(
"MLCommons/peoples_speech", "clean", split=args.split.value
"fixie-ai/peoples_speech", "clean", split=args.split.value
)
self._init_dataset(dataset)

Expand Down

0 comments on commit 964e3f9

Please sign in to comment.