splits
Browse files
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
_above models sorted by the amount of capabilities_; [#legend](#legend)
|
8 |
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: tsv
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: open_tts_tracker.tsv
|
7 |
+
sep: "\t"
|
8 |
+
- config_name: csv
|
9 |
+
data_files:
|
10 |
+
- split: data
|
11 |
+
path: data.csv
|
12 |
+
sep: ','
|
13 |
+
license: mit
|
14 |
---
|
15 |
_above models sorted by the amount of capabilities_; [#legend](#legend)
|
16 |
|