Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
Leaderboard of: https://huggingface.co/spaces/TTS-AGI/TTS-Arena
|
6 |
|
7 |
-
With only the hardcoded harvard sentences. The votes are not linked to text. There are only unreliable timestamps for each.
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files: '*.tsv'
|
7 |
+
sep: "\t"
|
8 |
---
|
9 |
Leaderboard of: https://huggingface.co/spaces/TTS-AGI/TTS-Arena
|
10 |
|
11 |
+
With only the hardcoded harvard sentences. The votes are not linked to text as they never were to begin with. There are only unreliable timestamps for each.
|