Pretty name
Browse files
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
tags:
|
| 11 |
- arena
|
|
|
|
| 12 |
---
|
| 13 |
[TTS Arena's](https://huggingface.co/spaces/Pendrokar/TTS-Spaces-Arena) DB is _SQLlite_ DB file. The above is just a summary query that should be useful for TTS developers to evaluate faults of their model.
|
| 14 |
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
+
- config_name: summary
|
| 4 |
+
data_files:
|
| 5 |
+
- split: rejections
|
| 6 |
+
path: tts_arena_vote_summary.tsv
|
| 7 |
+
sep: "\t"
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
tags:
|
| 11 |
- arena
|
| 12 |
+
pretty_name: TTS Spaces Arena Votes
|
| 13 |
---
|
| 14 |
[TTS Arena's](https://huggingface.co/spaces/Pendrokar/TTS-Spaces-Arena) DB is _SQLlite_ DB file. The above is just a summary query that should be useful for TTS developers to evaluate faults of their model.
|
| 15 |
|