SMIIP-lab commited on
Commit
13ba8ea
·
verified ·
1 Parent(s): ba13631

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -3
README.md CHANGED
@@ -1,3 +1,91 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ task_categories:
6
+ - text-to-speech
7
+ tags:
8
+ - aishell
9
+ - aishell-3
10
+ - mandarin
11
+ - chinese
12
+ - speech
13
+ - text-to-speech
14
+ - tts
15
+ - multi-speaker-tts
16
+ - multi-speaker-speech
17
+ - speech-synthesis
18
+ pretty_name: AISHELL-3
19
+ size_categories:
20
+ - 10K<n<100K
21
+ ---
22
+
23
+ # AISHELL-3
24
+
25
+ ## Dataset Description
26
+
27
+ AISHELL-3 is a large-scale and high-fidelity multi-speaker Mandarin speech corpus published by Beijing Shell Shell Technology Co., Ltd.
28
+
29
+ The dataset is designed for training multi-speaker Text-to-Speech (TTS) systems. It contains roughly **85 hours** of emotion-neutral recordings spoken by **218 native Mandarin Chinese speakers**, with a total of **88,035 utterances**.
30
+
31
+ Auxiliary speaker attributes, including **gender**, **age group**, and **native accents**, are explicitly marked and provided in the corpus.
32
+
33
+ Transcripts are provided at both:
34
+
35
+ - Chinese character level
36
+ - Pinyin level
37
+
38
+ The word and tone transcription accuracy rate is above **98%**, based on professional speech annotation and strict quality inspection for tone and prosody.
39
+
40
+ ## Dataset Source
41
+
42
+ - OpenSLR: http://openslr.org/93/
43
+ - External URL: http://www.aishelltech.com/aishell_3
44
+
45
+ ## Dataset Download
46
+
47
+ The dataset is available from OpenSLR.
48
+
49
+ | File | Size | Description |
50
+ |---|---:|---|
51
+ | `data_aishell3.tgz` | 19 GB | Speech data and transcripts |
52
+
53
+ ## Dataset Information
54
+
55
+ | Item | Description |
56
+ |---|---|
57
+ | Identifier | SLR93 |
58
+ | Category | Speech |
59
+ | Language | Mandarin Chinese |
60
+ | Publisher | Beijing Shell Shell Technology Co., Ltd. |
61
+ | Duration | Roughly 85 hours |
62
+ | Number of speakers | 218 |
63
+ | Number of utterances | 88,035 |
64
+ | Speech style | Emotion-neutral |
65
+ | Transcript type | Chinese character-level and pinyin-level transcripts |
66
+ | License | Apache License v2.0 |
67
+
68
+ ## Intended Uses
69
+
70
+ AISHELL-3 can be used for research and development of:
71
+
72
+ - Multi-speaker Text-to-Speech systems
73
+ - Mandarin speech synthesis
74
+ - Speaker-conditioned speech generation
75
+ - Speech corpus analysis for Mandarin TTS
76
+
77
+ ## License
78
+
79
+ This dataset is released under the **Apache License v2.0**.
80
+
81
+ ## Citation
82
+
83
+ If you use this dataset, please cite the following reference:
84
+
85
+ ```bibtex
86
+ @inproceedings{AISHELL-3_2020,
87
+ title={AISHELL-3: A Multi-speaker Mandarin TTS Corpus and the Baselines},
88
+ author={Yao Shi, Hui Bu, Xin Xu, Shaoji Zhang, Ming Li},
89
+ year={2015},
90
+ url={https://arxiv.org/abs/2010.11567}
91
+ }