Spaces:
Running
Running
change description
Browse files- src/texts.py +4 -2
src/texts.py
CHANGED
|
@@ -45,7 +45,9 @@ EVALUATION_QUEUE_TEXT = """
|
|
| 45 |
|
| 46 |
### 1) download the evaluation dataset
|
| 47 |
The evaluation dataset consists of wav / text pairs.
|
| 48 |
-
|
|
|
|
|
|
|
| 49 |
|
| 50 |
The format of the dataset is as follows:
|
| 51 |
```
|
|
@@ -68,7 +70,7 @@ Create a .tar.gz file with the dataset, and make sure to inlcude .wav files and
|
|
| 68 |
Submit your dataset below.
|
| 69 |
"""
|
| 70 |
|
| 71 |
-
CITATION_TEXT =
|
| 72 |
@misc{minixhofer2024ttsds,
|
| 73 |
title={TTSDS -- Text-to-Speech Distribution Score},
|
| 74 |
author={Christoph Minixhofer and Ondřej Klejch and Peter Bell},
|
|
|
|
| 45 |
|
| 46 |
### 1) download the evaluation dataset
|
| 47 |
The evaluation dataset consists of wav / text pairs.
|
| 48 |
+
|
| 49 |
+
You can download ``speaker_text_pairs.tar.gz`` from here:
|
| 50 |
+
https://huggingface.co/datasets/ttsds/speaker_text_pairs/blob/main/speaker_text_pairs.tar.gz
|
| 51 |
|
| 52 |
The format of the dataset is as follows:
|
| 53 |
```
|
|
|
|
| 70 |
Submit your dataset below.
|
| 71 |
"""
|
| 72 |
|
| 73 |
+
CITATION_TEXT = """
|
| 74 |
@misc{minixhofer2024ttsds,
|
| 75 |
title={TTSDS -- Text-to-Speech Distribution Score},
|
| 76 |
author={Christoph Minixhofer and Ondřej Klejch and Peter Bell},
|