Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask

Improve CSEMOTIONS dataset card: Add metadata and links

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +31 -17
README.md CHANGED
@@ -1,28 +1,42 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
- - name: audio
5
- dtype: audio
6
- - name: text
7
- dtype: string
8
- - name: emotion
9
- dtype: string
10
- - name: speaker
11
- dtype: string
12
  splits:
13
- - name: train
14
- num_bytes: 3610108297.64
15
- num_examples: 4160
16
  download_size: 3077432286
17
  dataset_size: 3610108297.64
18
  configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
23
  ---
 
24
  # CSEMOTIONS: High-Quality Mandarin Emotional Speech Dataset
25
 
 
 
26
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
27
 
28
  **CSEMOTIONS** is a high-quality Mandarin emotional speech dataset designed for expressive speech synthesis, emotion recognition, and voice cloning research. The dataset contains studio-quality recordings from six professional voice actors across seven carefully curated emotional categories, supporting research in controllable and natural language speech generation.
@@ -32,7 +46,7 @@ configs:
32
 
33
  - **Name:** CSEMOTIONS
34
  - **Total Duration:** ~10 hours
35
- - **Speakers:** 10 (5 male, 5 female) native Mandarin speakers, all professional voice actors
36
  - **Emotions:** Neutral, Happy, Angry, Sad, Surprise, Disgust, Fear
37
  - **Language:** Mandarin Chinese
38
  - **Sampling Rate:** 48kHz, 24-bit PCM
@@ -118,4 +132,4 @@ The project is licensed under the Apache License 2.0 (http://www.apache.org/lice
118
 
119
  We used compliance checking algorithms during the training process, to ensure the compliance of the trained model and dataset to the best of our ability. Due to the complexity of the data and the diversity of language model usage scenarios, we cannot guarantee that the dataset is completely free of copyright issues or improper content. If you believe anything infringes on your rights or contains improper content, please contact us, and we will promptly address the matter.
120
 
121
- ---
 
1
  ---
2
+ task_categories:
3
+ - text-to-speech
4
+ library_name: datasets
5
+ license: apache-2.0
6
+ language:
7
+ - zh
8
+ tags:
9
+ - speech
10
+ - emotional-speech
11
+ - voice-cloning
12
+ - mandarin
13
  dataset_info:
14
  features:
15
+ - name: audio
16
+ dtype: audio
17
+ - name: text
18
+ dtype: string
19
+ - name: emotion
20
+ dtype: string
21
+ - name: speaker
22
+ dtype: string
23
  splits:
24
+ - name: train
25
+ num_bytes: 3610108297.64
26
+ num_examples: 4160
27
  download_size: 3077432286
28
  dataset_size: 3610108297.64
29
  configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
  ---
35
+
36
  # CSEMOTIONS: High-Quality Mandarin Emotional Speech Dataset
37
 
38
+ [Paper](https://huggingface.co/papers/2508.02038) | [Code](https://github.com/AIDC-AI/Marco-Voice)
39
+
40
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
41
 
42
  **CSEMOTIONS** is a high-quality Mandarin emotional speech dataset designed for expressive speech synthesis, emotion recognition, and voice cloning research. The dataset contains studio-quality recordings from six professional voice actors across seven carefully curated emotional categories, supporting research in controllable and natural language speech generation.
 
46
 
47
  - **Name:** CSEMOTIONS
48
  - **Total Duration:** ~10 hours
49
+ - **Speakers:** 6 (3 male, 3 female) native Mandarin speakers, all professional voice actors
50
  - **Emotions:** Neutral, Happy, Angry, Sad, Surprise, Disgust, Fear
51
  - **Language:** Mandarin Chinese
52
  - **Sampling Rate:** 48kHz, 24-bit PCM
 
132
 
133
  We used compliance checking algorithms during the training process, to ensure the compliance of the trained model and dataset to the best of our ability. Due to the complexity of the data and the diversity of language model usage scenarios, we cannot guarantee that the dataset is completely free of copyright issues or improper content. If you believe anything infringes on your rights or contains improper content, please contact us, and we will promptly address the matter.
134
 
135
+ ---