CoolFace
Datasetpublic

Codyfederer/test6

test6 This is a merged speech dataset containing 1994 audio segments from 2 source datasets. Dataset Information Total Segments: 1994 Speakers: 3 Languages: en Emotions: neutral, negative_surprise, positive_surprise, distress, relief, contentment, adoration, interest, confusion, happy, sadness, triumph, fear, disappointment, awe, realization, angry Original Datasets: 2 Dataset Structure Each example contains: audio: Audio file (WAV format, 16kHz… See the full description on the dataset page: https://huggingface.co/datasets/Codyfederer/test6.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes24downloads
dataset_info.json64 linesDownload Raw Back to root
1{2  "dataset_name": "test6",3  "description": "Merged speech dataset containing 1994 segments from 2 source datasets",4  "features": {5    "audio": {6      "_type": "Audio",7      "sampling_rate": 160008    },9    "text": {10      "_type": "Value",11      "dtype": "string"12    },13    "speaker_id": {14      "_type": "Value",15      "dtype": "string"16    },17    "emotion": {18      "_type": "Value",19      "dtype": "string"20    },21    "language": {22      "_type": "Value",23      "dtype": "string"24    }25  },26  "splits": {27    "train": {28      "name": "train",29      "num_examples": 199430    }31  },32  "total_segments": 1994,33  "speakers": [34    "speaker_1",35    "speaker_2",36    "speaker_0"37  ],38  "emotions": [39    "neutral",40    "negative_surprise",41    "positive_surprise",42    "distress",43    "relief",44    "contentment",45    "adoration",46    "interest",47    "confusion",48    "happy",49    "sadness",50    "triumph",51    "fear",52    "disappointment",53    "awe",54    "realization",55    "angry"56  ],57  "languages": [58    "en"59  ],60  "original_datasets": [61    "88000c5d-381e-3772-92d0-898281ee66fa",62    "881f58f7-ad36-4456-9341-9b4520c50eda"63  ]64}