Datasets:

Modalities:
Audio
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
nshmyrevgmail commited on
Commit
cbc10c1
·
1 Parent(s): 4ce815e

Add dataset files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +7 -3
  2. scripts/get_trials.py +24 -0
  3. wav/v_--62G62uoAk_5.wav +3 -0
  4. wav/v_--7AR49snPA_20.wav +3 -0
  5. wav/v_-013KUBhjEs_59.wav +3 -0
  6. wav/v_-0Co7W5ASCM_1.wav +3 -0
  7. wav/v_-1SQmRqlu18_74.wav +3 -0
  8. wav/v_-1jpcZfYGJc_178.wav +3 -0
  9. wav/v_-50vyskZgCk_15.wav +3 -0
  10. wav/v_-5lq7Ol0rDE_7.wav +3 -0
  11. wav/v_-6h4rSRNuw4_34.wav +3 -0
  12. wav/v_-98dOq8i9YA_100.wav +3 -0
  13. wav/v_-CDsE9ofsdQ_4.wav +3 -0
  14. wav/v_-EY4rzmZVMU_10.wav +3 -0
  15. wav/v_-FcLwRlv-G0_19.wav +3 -0
  16. wav/v_-IH9isMDhdo_19.wav +3 -0
  17. wav/v_-J29HCrnyms_10.wav +3 -0
  18. wav/v_-Ju_MJObJMk_31.wav +3 -0
  19. wav/v_-L5NdT8Rlnc_16.wav +3 -0
  20. wav/v_-MBe8JQCxIw_46.wav +3 -0
  21. wav/v_-NOCYl2lr7A_44.wav +3 -0
  22. wav/v_-NubpR2RAhg_11.wav +3 -0
  23. wav/v_-P08a0QEMcs_73.wav +3 -0
  24. wav/v_-QYrn16MfO4_104.wav +3 -0
  25. wav/v_-QrANby_oLI_50.wav +3 -0
  26. wav/v_-QunfrlR8VE_104.wav +3 -0
  27. wav/v_-R7ZOeSAqyQ_23.wav +3 -0
  28. wav/v_-THLEyX1CbI_3.wav +3 -0
  29. wav/v_-Vd9JyW40Yw_101.wav +3 -0
  30. wav/v_-ZGdrUYTSQs_26.wav +3 -0
  31. wav/v_-_Bu34Enw4g_5.wav +3 -0
  32. wav/v_-cidj74AXeY_0.wav +3 -0
  33. wav/v_-ejXtNhqJK4_3.wav +3 -0
  34. wav/v_-hxT96QL36w_2.wav +3 -0
  35. wav/v_-kIZJqe_-88_10.wav +3 -0
  36. wav/v_-kWnDNbwemI_4.wav +3 -0
  37. wav/v_-lAmYeULvTk_37.wav +3 -0
  38. wav/v_-mIklXWqmnY_17.wav +3 -0
  39. wav/v_-oZTqnlHmPo_27.wav +3 -0
  40. wav/v_-ouj3HTb0t8_0.wav +3 -0
  41. wav/v_-tY4Mn3_MTA_103.wav +3 -0
  42. wav/v_-ubmHFk4Csw_26.wav +3 -0
  43. wav/v_-uceEE7KJ-s_45.wav +3 -0
  44. wav/v_-xSg6kFPSVE_20.wav +3 -0
  45. wav/v_-zGzcuSYDdg_11.wav +3 -0
  46. wav/v_-zju5hak4fU_9.wav +3 -0
  47. wav/v_0-8Er6d-dn4_16.wav +3 -0
  48. wav/v_0-SZj0dcvLg_18.wav +3 -0
  49. wav/v_0-kExDRhk7M_21.wav +3 -0
  50. wav/v_00sFebUgX1E_107.wav +3 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ Dataset to test Russian zero-short voice conversion
6
+
7
+ Based on test subset of yt-vad-650-clean from https://github.com/GeorgeFedoseev/DeepSpeech
scripts/get_trials.py ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+
3
+ import sys
4
+ import csv
5
+ import random
6
+
7
+ random.seed(1234)
8
+
9
+ vids = {}
10
+ for line in csv.DictReader(open(sys.argv[1])):
11
+ fn = line['wav_filename'].split('/')[-1]
12
+ vid = "_".join(fn.split("_")[:-1])
13
+ if vid not in vids:
14
+ vids[vid] = "v_" + fn
15
+
16
+
17
+ keys = list(vids.keys())
18
+ size = len(keys)
19
+ for i in range(3000):
20
+ j = random.randint(0, size)
21
+ k = random.randint(0, size)
22
+ while k == j:
23
+ k = random.randint(0, size)
24
+ print (vids[keys[j]], vids[keys[k]])
wav/v_--62G62uoAk_5.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd0124668b4ad7eb184fda525ea6c17455c74124721a7a1c1072aae658f42a52
3
+ size 169644
wav/v_--7AR49snPA_20.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8470fc89128f80dce00202b7653e7be86575329ae5dfa213fb4af8a16dffe70
3
+ size 197164
wav/v_-013KUBhjEs_59.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2bedf074f1061c154988c68fc20fefccb4c93a5a14a6f58bb798115d06b1235
3
+ size 160364
wav/v_-0Co7W5ASCM_1.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc906c904cfa7076310de20a1e4127a7d8b4ed429b10e9884abc849fa184f5f5
3
+ size 299244
wav/v_-1SQmRqlu18_74.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58b6b4eed6d41d98461e12403ca95864b0b354dbacf34aa6b6466092f7b23fc0
3
+ size 229804
wav/v_-1jpcZfYGJc_178.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e991468115855e5c9438f15cfee87622e332484e4e98a1383d4be63a4587cf0c
3
+ size 261164
wav/v_-50vyskZgCk_15.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eff18afa9a4450f1befc4bafa9ea56f8d73e3ceabf8909b0726c53b7fe7c88c
3
+ size 201964
wav/v_-5lq7Ol0rDE_7.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54bd3e0ae2392719e9000bfdddfa57e5077fb80b14c8d39df8aa7acec400bf0e
3
+ size 185004
wav/v_-6h4rSRNuw4_34.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4435d0c70cd6b8793c2ca9a0e7f5436d7d6e8b5e0e767537fdf6cc26309e7bdf
3
+ size 244204
wav/v_-98dOq8i9YA_100.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b7c53819d79bd9b5a517d627e0e45ef9c08417a359be6bb1a27572267730cd4
3
+ size 216044
wav/v_-CDsE9ofsdQ_4.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b601ceb22f8f0169f235934dfee45a63b7960734e6bc738d7e5c5238ae7d049
3
+ size 234924
wav/v_-EY4rzmZVMU_10.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb5ba76bfadecccbb24082cad71c50710e8c1e5cd3db9a16aaf1a429e50d8f1
3
+ size 235244
wav/v_-FcLwRlv-G0_19.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63f0e62b5e3e2b847954eabab22efe2581133a6cdc54db7785071fec173c9e0b
3
+ size 202284
wav/v_-IH9isMDhdo_19.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f38b339387f5139f3c07a6766a8d4908df5d26b62b46278df09960b87b89c8a1
3
+ size 182764
wav/v_-J29HCrnyms_10.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b9f84010bc0a1e082c980432d43384147c6151f45d9f0c2c751424a9311f9c2
3
+ size 218604
wav/v_-Ju_MJObJMk_31.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0bc431c12e173560b8dbc0a6e9d3fcc7a55e45ce697e3efcc7e853fbd9ecdf
3
+ size 223084
wav/v_-L5NdT8Rlnc_16.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e362d00ad6c46ad49be8a20d02d7f782ef491b1049586e2392a8b83db3b3830
3
+ size 255084
wav/v_-MBe8JQCxIw_46.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e5490863aa64e4327c0dcd2a4fee01ebc4dfdcd818cbb19405a0b28225f6569
3
+ size 160364
wav/v_-NOCYl2lr7A_44.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be6cca375c9de6d57dcc096c7fbd50aaef8edced474996eac11276d0fc9f4e0
3
+ size 200684
wav/v_-NubpR2RAhg_11.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a1f017c510978c216cbf3e9273e799b1bc214527cc810eb38633ca0c74c9ba
3
+ size 212524
wav/v_-P08a0QEMcs_73.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54d0974f7b826856e4b861aed615570280483deaa37834aa0faa9edd6d456a7f
3
+ size 215404
wav/v_-QYrn16MfO4_104.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:064a868f68a0e864f6feb0443b9ff506b936f2e6d34b0ef22b1866a03f50ee8f
3
+ size 175084
wav/v_-QrANby_oLI_50.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b52700d256e5c4cb8a9991e8d200a1b84f708bbc4819085f3cf0cedf89fdf38
3
+ size 173804
wav/v_-QunfrlR8VE_104.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46368648600f92838850644cc7de2e0a02a70f27f9c6988357d2410206f49256
3
+ size 197804
wav/v_-R7ZOeSAqyQ_23.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e13654c3bf8a1a35b0fa122d9792fff7da5a47a20aafea853dea32159a65589
3
+ size 186284
wav/v_-THLEyX1CbI_3.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c656e5d263755754650434fbf752c787f536fd38b4c2128f45b8e93f088f868b
3
+ size 177644
wav/v_-Vd9JyW40Yw_101.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cf716df22add9f50af6feed2fd804c522aa0d74a679264acee748a7b3306ca2
3
+ size 217644
wav/v_-ZGdrUYTSQs_26.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7d8a343c3a957445ec22e31014af6b8a963d1c1ee011d49f7550c735a4743b8
3
+ size 164524
wav/v_-_Bu34Enw4g_5.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1daa419b3f293c6e082623804087186524e712971f198a098b207fda0f5ab51
3
+ size 164844
wav/v_-cidj74AXeY_0.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c029254bb4d10eaba73acb0cf74212b28d81e55095b638b17d53d129f0b19ba
3
+ size 285484
wav/v_-ejXtNhqJK4_3.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c10badd15891e2f658a1117c2ab4ccb25ad3a6491cfc8f8dfea0efc7f5b839
3
+ size 164844
wav/v_-hxT96QL36w_2.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa7e9bdddeab42b334dc051d7c7534194b15e438aa679f1ead6ccff9e0162c1
3
+ size 171244
wav/v_-kIZJqe_-88_10.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d492057ab1524e4441cd36909b8d387e29c02d9cec4be398b32f768887d16bb4
3
+ size 243884
wav/v_-kWnDNbwemI_4.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d5bf119b8712f94de8b505141f865cb2f7de0059530d0abc8be46994534e129
3
+ size 197804
wav/v_-lAmYeULvTk_37.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:555d39c42dc704bf0fc46b1999567f4af0c5627832a028dfafdfd614d9a438ac
3
+ size 195884
wav/v_-mIklXWqmnY_17.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c1608489f7bf20b04c775aa02f3d4d04158ed10f1783621ebc555778de0916b
3
+ size 295404
wav/v_-oZTqnlHmPo_27.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ae100edc142c360da9afe042dc20ba14c294837635cd8e7cbf522d1f6b81f6
3
+ size 178604
wav/v_-ouj3HTb0t8_0.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6769d251134dd884dfb1e0bb43cfce5676e3135c409e9c1bde000867461c4fe
3
+ size 314924
wav/v_-tY4Mn3_MTA_103.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:443e98f0e62e9f2615402ea31e394e98b8c38992a57d5016323adf4b9e3dafcc
3
+ size 160364
wav/v_-ubmHFk4Csw_26.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e542185837cf376ef79c4df7a706c5e1b8175cd9c2d1f08db1c60561f628bbcc
3
+ size 244204
wav/v_-uceEE7KJ-s_45.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09bcf1fd10765e6169780118f9495942543989591e5e4f70feee8f87eb5010be
3
+ size 290284
wav/v_-xSg6kFPSVE_20.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8ae02d45a6469864dae31b08a6c1d69a1698637315c9b71601366677ab12af
3
+ size 207084
wav/v_-zGzcuSYDdg_11.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f083cc068f744e3a04cce8a26c977d74772ac095ac74082fdd92006cfe77a9c
3
+ size 160364
wav/v_-zju5hak4fU_9.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd3aeb9794e2d87c98f024a233d073d9bc2fb6eb92010467e4f275e8e1eeef4e
3
+ size 188524
wav/v_0-8Er6d-dn4_16.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f207802499720ffc833af82b0dfc1490d75d7df0d55bdbb8c35225fdc874c08
3
+ size 245164
wav/v_0-SZj0dcvLg_18.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7208cd1bd38ffad3eca892fa26a2756de4b7c26027574bfeaf639a03619887
3
+ size 190764
wav/v_0-kExDRhk7M_21.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56d68b3fd1ce278297d1108ed450ad023a37c4a9aea2e20f0e34d0d6d631a673
3
+ size 168684
wav/v_00sFebUgX1E_107.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c653205e9dad895ce93343564cc0d1fc7b1fc87db6430171150167cf395a196
3
+ size 193644