Dataset on the 🤗 Hugging Face Hub
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 165
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Hey Masaya, Ryuichi, Yuma, Takuya and Kentaro,
Congratulations on the release of the LibriTTS-P dataset! It's a very valuable resource for building more expressive text-to-speech models and we can't wait to try it for the Parler-TTS project.
Would you be interested in integrating the LibriTTS-P dataset to the Hugging Face Hub? The Hugging Face Hub is paired with the Datasets Library to help reduce data loading and processing to just a couple of lines of code.
For example, the open-source community will be able to load and pre-process the dataset with just two lines of Python code:
from datasets import load_dataset
libritts_p = load_dataset("ly-corp/libritts-p")
A more in-depth example can be seen for the LibriSpeech dataset here. You can also see the Dataset Viewer feature, which allows users to quickly listen to samples without downloading the dataset locally.
Integrating the dataset to the Hub is quite straightforward:
- Download the audio files locally and define a list to their paths
- Load the metadata locally, matching the order of the audio files
- Convert to Datasets format using this guide
- Push the converted dataset to the Hub (using
.push_to_hub)
We can place the LibriTTS-P dataset under a new organisation (such as ly-corp) and add you all as admins to the org, such that you have full control over the dataset and how it's displayed.
Overall, we believe integrating the dataset to the Hub will both: i) promote your dataset and ii) make it easier for the community to use it! Happy to help with any steps in the process, feel free to drop questions here!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Hugging Face Datasets audio-dataset guide and inspect the LibriTTS-P audio files and metadata layout. Follow the issue's four integration steps, then verify that the converted dataset can be loaded with load_dataset and is available on the Hub for community use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- huggingface, python
- Domain
- data, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100