There are 5 configurations: "prosodic", "automatic", "audioCorpus", "prossegue" and test. To load the dataset with the HuggingFace datasets library, use the following code:
prosodic = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name="prosodic")
automatic = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name = "automatic")
audioCorpus = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS", name = "audioCorpus")
test = load_dataset("nilc-nlp/NURC-SP_ENTOA_TTS"… See the full description on the dataset page:
https://huggingface.co/datasets/nilc-nlp/NURC-SP_ENTOA_TTS.