on purpose invalid splits
Browse files
README.md
CHANGED
@@ -5,6 +5,18 @@ 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 |
|
|
|
5 |
- config_name: default
|
6 |
data_files: '*.tsv'
|
7 |
sep: "\t"
|
8 |
+
|
9 |
+
data_files:
|
10 |
+
- split: model
|
11 |
+
path: "model.tsv"
|
12 |
+
- split: spokentext
|
13 |
+
path: "spokentext.tsv"
|
14 |
+
- split: sqlite_sequence
|
15 |
+
path: "sqlite_sequence.tsv"
|
16 |
+
- split: vote
|
17 |
+
path: "vote.tsv"
|
18 |
+
- split: votelog
|
19 |
+
path: "votelog.tsv"
|
20 |
---
|
21 |
Leaderboard of: https://huggingface.co/spaces/TTS-AGI/TTS-Arena
|
22 |
|