cdminix commited on
Commit
4af9c19
1 Parent(s): 2148c10

change description

Browse files
Files changed (1) hide show
  1. 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
- You can download ``speaker_text_pairs.tar.gz`` from [here](https://huggingface.co/datasets/ttsds/speaker_text_pairs/blob/main/speaker_text_pairs.tar.gz).
 
 
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 = r"""
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},