Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-to-speech
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
- en
|
8 |
+
---
|
9 |
+
# TTS evaluation datasets
|
10 |
+
|
11 |
+
This dataset consists of three testsets for TTS models:
|
12 |
+
|
13 |
+
- **dialog_testset**: Chinese and English testsets for spoken dialogue generation models, introduced in paper [ZipVoice-Dialog](https://arxiv.org/abs/2507.09318).
|
14 |
+
- **librispeech_pc_testset**: English testset for zero-shot TTS models, introduced in paper [F5-TTS](https://arxiv.org/abs/2410.06885).
|
15 |
+
- **seedtts_testset**: Chinese and English testsets for zero-shot TTS models, introduced in paper [Seed-TTS](https://arxiv.org/abs/2406.02430).
|