Datasets:
Add splits
Browse files- splits/split_info.json +66 -0
- splits/test.csv +3 -0
- splits/train.csv +3 -0
- splits/val.csv +3 -0
splits/split_info.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata_path": "metadata-valid.csv",
|
3 |
+
"seed": 42,
|
4 |
+
"ratios": {
|
5 |
+
"train": 0.8,
|
6 |
+
"val": 0.1,
|
7 |
+
"test": 0.1
|
8 |
+
},
|
9 |
+
"train": {
|
10 |
+
"total_num_samples": 3795,
|
11 |
+
"original_samples": 759,
|
12 |
+
"cloned_samples": 3036,
|
13 |
+
"sources": {
|
14 |
+
"commonvoice": 759,
|
15 |
+
"metavoice": 759,
|
16 |
+
"playht": 759,
|
17 |
+
"stylettsv2": 759,
|
18 |
+
"xttsv2": 759
|
19 |
+
},
|
20 |
+
"voices_per_source": {
|
21 |
+
"commonvoice": 759,
|
22 |
+
"metavoice": 759,
|
23 |
+
"playht": 759,
|
24 |
+
"stylettsv2": 759,
|
25 |
+
"xttsv2": 759
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"val": {
|
29 |
+
"total_num_samples": 475,
|
30 |
+
"original_samples": 95,
|
31 |
+
"cloned_samples": 380,
|
32 |
+
"sources": {
|
33 |
+
"commonvoice": 95,
|
34 |
+
"metavoice": 95,
|
35 |
+
"playht": 95,
|
36 |
+
"stylettsv2": 95,
|
37 |
+
"xttsv2": 95
|
38 |
+
},
|
39 |
+
"voices_per_source": {
|
40 |
+
"commonvoice": 95,
|
41 |
+
"metavoice": 95,
|
42 |
+
"playht": 95,
|
43 |
+
"stylettsv2": 95,
|
44 |
+
"xttsv2": 95
|
45 |
+
}
|
46 |
+
},
|
47 |
+
"test": {
|
48 |
+
"total_num_samples": 475,
|
49 |
+
"original_samples": 95,
|
50 |
+
"cloned_samples": 380,
|
51 |
+
"sources": {
|
52 |
+
"commonvoice": 95,
|
53 |
+
"metavoice": 95,
|
54 |
+
"playht": 95,
|
55 |
+
"stylettsv2": 95,
|
56 |
+
"xttsv2": 95
|
57 |
+
},
|
58 |
+
"voices_per_source": {
|
59 |
+
"commonvoice": 95,
|
60 |
+
"metavoice": 95,
|
61 |
+
"playht": 95,
|
62 |
+
"stylettsv2": 95,
|
63 |
+
"xttsv2": 95
|
64 |
+
}
|
65 |
+
}
|
66 |
+
}
|
splits/test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d994e9794ed487e93b2dcb66134299f0d9dfffa834460e95a4b499e358441221
|
3 |
+
size 81305
|
splits/train.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faced82283cbb51105b43e985e4499553e5950208261c0a21e4aa30668c5d76c
|
3 |
+
size 681310
|
splits/val.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f6013e6182f8b7860bec56ee81a427927774904cddbf55356b43118d2f58903
|
3 |
+
size 86595
|