Datasets:
spark-tts
commited on
Commit
·
bd08782
1
Parent(s):
2a9c56f
update readme
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ size_categories:
|
|
| 14 |
|
| 15 |
This dataset is a curated collection of bilingual speech corpora annotated clean transcriptions and rich metadata incluing age, gender, and emotion.
|
| 16 |
|
|
|
|
|
|
|
| 17 |
## Dataset Structure
|
| 18 |
|
| 19 |
```bash
|
|
@@ -74,4 +76,18 @@ The corresponding audio file is located inside the extracted .tar.gz archive.
|
|
| 74 |
|
| 75 |
## 📌 Licence & Attribution
|
| 76 |
|
| 77 |
-
Please refer to the original licenses of each sub-corpus. This dataset merely aggregates and annotates the metadata in a unified structure for research purposes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
This dataset is a curated collection of bilingual speech corpora annotated clean transcriptions and rich metadata incluing age, gender, and emotion.
|
| 16 |
|
| 17 |
+
⚠️ Note: The audio files in `/audio` are still being uploaded and may not yet be fully available. Please check back later for complete access.
|
| 18 |
+
|
| 19 |
## Dataset Structure
|
| 20 |
|
| 21 |
```bash
|
|
|
|
| 76 |
|
| 77 |
## 📌 Licence & Attribution
|
| 78 |
|
| 79 |
+
Please refer to the original licenses of each sub-corpus. This dataset merely aggregates and annotates the metadata in a unified structure for research purposes.
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
## 📬 Citation
|
| 83 |
+
|
| 84 |
+
If you use this file or its associated data in your research, please consider citing:
|
| 85 |
+
|
| 86 |
+
```bibtex
|
| 87 |
+
@article{wang2025spark,
|
| 88 |
+
title={Spark-tts: An efficient llm-based text-to-speech model with single-stream decoupled speech tokens},
|
| 89 |
+
author={Wang, Xinsheng and Jiang, Mingqi and Ma, Ziyang and Zhang, Ziyu and Liu, Songxiang and Li, Linqin and Liang, Zheng and Zheng, Qixi and Wang, Rui and Feng, Xiaoqin and others},
|
| 90 |
+
journal={arXiv preprint arXiv:2503.01710},
|
| 91 |
+
year={2025}
|
| 92 |
+
}
|
| 93 |
+
```
|