Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Chinese
Size:
< 1K
Libraries:
Datasets
pandas
License:
Alex0007 commited on
Commit
6a714d6
·
verified ·
1 Parent(s): 89cc869

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -2
README.md CHANGED
@@ -15,13 +15,61 @@ dataset_info:
15
  dtype: string
16
  splits:
17
  - name: train
18
- num_bytes: 87216120.0
19
  num_examples: 179
20
  download_size: 79503496
21
- dataset_size: 87216120.0
22
  configs:
23
  - config_name: default
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  dtype: string
16
  splits:
17
  - name: train
18
+ num_bytes: 87216120
19
  num_examples: 179
20
  download_size: 79503496
21
+ dataset_size: 87216120
22
  configs:
23
  - config_name: default
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: cc-by-nc-nd-4.0
28
+ task_categories:
29
+ - text-to-speech
30
+ language:
31
+ - zh
32
  ---
33
+
34
+ # TTS-SCCusSerFSC: A Scripted Chinese Customer Service Female Speech Corpus
35
+ # TTS-SCCUSSERFSC:中文客服场景女性语音语料库
36
+
37
+ This open-source dataset consists of 22 minutes of annotated female voices in Mandarin Chinese that is applicable for Text-to-Speech Synthesis especially in customer service scenes, where 250 utterances collected from a 22-year-old woman were contained.
38
+
39
+
40
+ 此数据集由22分钟的普通话带注释的女声组成,包含了从一名22岁女性那里收集的适用于语音合成的250条中文普通话客服场景语音数据,内容为客服对话用语。
41
+
42
+ ## Dataset Overview
43
+ ## 数据集概述
44
+
45
+ | | |
46
+ |-----------------------|------------------------------------|
47
+ | Dataset Type | speech corpus for TTS |
48
+ | Language | zh-CN, Mandarin Chinese (China) |
49
+ | Speech Style | scripted monologue |
50
+ | Content | customer service conversations |
51
+ | Audio Parameters | 48 kHz, 24 bits, mono |
52
+ | File Format | WAV (PCM) TXT (UTF-8) |
53
+ | Recording Equipment | Nuemann U87-Neve 1073-RME Fireface |
54
+ | Recording Environment | recording studio |
55
+
56
+ | | |
57
+ |-------|------------------------------------|
58
+ | 数据集类型 | 语音合成(TTS)语音数据集 |
59
+ | 语种 | zh-CN,中文普通话(中国) |
60
+ | 语音类型 | 朗读式独白 |
61
+ | 内容 | 客服对话 |
62
+ | 音频参数 | 48 kHz, 24 bits, 单通道 |
63
+ | 文件格式 | WAV (PCM) TXT (UTF-8) |
64
+ | 录音设备 | Nuemann U87-Neve 1073-RME Fireface |
65
+ | 录音环境 | recording studio |
66
+
67
+ ## Cite
68
+ ## 引用
69
+ ```
70
+ @online{TTS-SCCusSerFSC,
71
+ title = {TTS-SCCusSerFSC: A Scripted Chinese Customer Service Female Speech Corpus},
72
+ author = {Magic Data Technology},
73
+ url = {https://magichub.com/datasets/mandarin-chinese-speech-corpus-for-tts-customer-service-scene/},
74
+ urldate = {2025-04-26}
75
+ ```