datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
vocalno
Tobias Chinese TTS Dataset
这是一个中文文本转语音(TTS)数据集,包含约997个高质量的中文音频-文本对。
数据集信息
语言: 中文 (Chinese)
任务: 文本转语音 (Text-to-Speech)
样本数量: ~997个音频-文本对
音频格式: WAV, 16kHz采样率
许可证: MIT
发言人: 单一发言人
数据集结构
from datasets import load_dataset
# 加载完整数据集
dataset = load_dataset("your_username/tobias-tts-chinese")
# 只加载训练集
train_dataset = load_dataset("your_username/tobias-tts-chinese", split="train")
# 只加载验证集
validation_dataset = load_dataset("your_username/tobias-tts-chinese"… See the full description on the dataset page: https://huggingface.co/datasets/t0bi4s/vocalno.Acoustic-Emotion-Vocal-Signature
Acoustic Predictors of Emotional States and Distress Signatures
Project Overview:
This dataset is sourced from Kaggle (Speech Emotion Detection Dataset), containing features from the RAVDESS and TESS databases.
The dataset consists of approximately 10,000 rows and 12 features.
Core Features: Key attributes include Pitch (Hz), Intensity (dB), and 13 coefficients of Mel-Frequency Cepstral Coefficients (MFCCs).
Clinical Application: This research facilitates the identification of a "vocal… See the full description on the dataset page: https://huggingface.co/datasets/yuvalhazan2/Acoustic-Emotion-Vocal-Signature.
