kamahori commited on
Commit
36b6e19
·
verified ·
1 Parent(s): 2a7b019

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -1,16 +1,12 @@
1
  ---
2
- pretty_name: TTS metadata (no audio)
3
  ---
4
 
5
- This dataset repo contains *metadata-only* versions of the following HF datasets (audio columns removed):
6
 
7
- - MikhailT/lj-speech
8
- - MikhailT/hifi-tts
9
- - mythicinfinity/libritts
10
 
11
- Each config is namespaced as: `<source-dataset>__<source-config>`
12
-
13
- Each row includes provenance columns:
14
- - `source_dataset`
15
- - `source_config`
16
- - `source_split`
 
1
  ---
2
+ pretty_name: TTS serving benchmark
3
  ---
4
 
5
+ This repository contains metadata-only versions (audio columns removed) of the following Hugging Face datasets:
6
 
7
+ * [https://huggingface.co/datasets/MikhailT/lj-speech](https://huggingface.co/datasets/MikhailT/lj-speech)
8
+ * [https://huggingface.co/datasets/MikhailT/hifi-tts](https://huggingface.co/datasets/MikhailT/hifi-tts)
9
+ * [https://huggingface.co/datasets/mythicinfinity/libritts](https://huggingface.co/datasets/mythicinfinity/libritts)
10
 
11
+ The dataset is intended for benchmarking the performance of TTS serving systems. Example usage is available in this script:
12
+ [https://github.com/vox-serve/vox-serve/blob/main/benchmark/goodput.py](https://github.com/vox-serve/vox-serve/blob/main/benchmark/goodput.py)