Cintin/jenny-tts-6h-tagged
收藏资源简介:
--- dataset_info: features: - name: file_name dtype: string - name: text dtype: string - name: transcription_normalised dtype: string - name: utterance_pitch_mean dtype: float32 - name: utterance_pitch_std dtype: float32 - name: snr dtype: float64 - name: c50 dtype: float64 - name: speaking_rate dtype: string - name: phonemes dtype: string - name: noise dtype: string - name: reverberation dtype: string - name: speech_monotony dtype: string - name: text_description dtype: string splits: - name: train num_bytes: 2229121 num_examples: 4000 download_size: 1053974 dataset_size: 2229121 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes various speech-related features such as file name, text, normalized transcription, mean and standard deviation of pitch, signal-to-noise ratio, C50, speaking rate, phonemes, noise, reverberation, speech monotony, and text description. The dataset is divided into a training set with 4000 samples. The download size of the dataset is 1053974 bytes, and the actual size is 2229121 bytes.
数据集概述
数据集特征
- file_name: 数据类型为字符串。
- text: 数据类型为字符串。
- transcription_normalised: 数据类型为字符串。
- utterance_pitch_mean: 数据类型为float32。
- utterance_pitch_std: 数据类型为float32。
- snr: 数据类型为float64。
- c50: 数据类型为float64。
- speaking_rate: 数据类型为字符串。
- phonemes: 数据类型为字符串。
- noise: 数据类型为字符串。
- reverberation: 数据类型为字符串。
- speech_monotony: 数据类型为字符串。
- text_description: 数据类型为字符串。
数据集分割
- train: 包含4000个示例,数据大小为2229121字节。
数据集大小
- 下载大小: 1053974字节。
- 数据集总大小: 2229121字节。
配置
- default: 包含训练数据,路径为
data/train-*。



