anke01 commited on
Commit
3f18d7e
·
verified ·
1 Parent(s): 633609d

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +56 -0
  3. train.jsonl +3 -0
  4. val.jsonl +0 -0
  5. wavs/common_voice_ug_42201266.wav +3 -0
  6. wavs/common_voice_ug_42201267.wav +3 -0
  7. wavs/common_voice_ug_42201269.wav +3 -0
  8. wavs/common_voice_ug_42201270.wav +3 -0
  9. wavs/common_voice_ug_42201272.wav +3 -0
  10. wavs/common_voice_ug_42201545.wav +3 -0
  11. wavs/common_voice_ug_42201546.wav +3 -0
  12. wavs/common_voice_ug_42201547.wav +3 -0
  13. wavs/common_voice_ug_42201548.wav +3 -0
  14. wavs/common_voice_ug_42201549.wav +3 -0
  15. wavs/common_voice_ug_42201787.wav +3 -0
  16. wavs/common_voice_ug_42201788.wav +3 -0
  17. wavs/common_voice_ug_42201789.wav +3 -0
  18. wavs/common_voice_ug_42201791.wav +3 -0
  19. wavs/common_voice_ug_42201847.wav +3 -0
  20. wavs/common_voice_ug_42201849.wav +3 -0
  21. wavs/common_voice_ug_42201851.wav +3 -0
  22. wavs/common_voice_ug_42201852.wav +3 -0
  23. wavs/common_voice_ug_42201854.wav +3 -0
  24. wavs/common_voice_ug_42202894.wav +3 -0
  25. wavs/common_voice_ug_42202898.wav +3 -0
  26. wavs/common_voice_ug_42202905.wav +3 -0
  27. wavs/common_voice_ug_42202906.wav +3 -0
  28. wavs/common_voice_ug_42202954.wav +3 -0
  29. wavs/common_voice_ug_42202955.wav +3 -0
  30. wavs/common_voice_ug_42202957.wav +3 -0
  31. wavs/common_voice_ug_42203018.wav +3 -0
  32. wavs/common_voice_ug_42203020.wav +3 -0
  33. wavs/common_voice_ug_42203022.wav +3 -0
  34. wavs/common_voice_ug_42203023.wav +3 -0
  35. wavs/common_voice_ug_42203133.wav +3 -0
  36. wavs/common_voice_ug_42203134.wav +3 -0
  37. wavs/common_voice_ug_42203135.wav +3 -0
  38. wavs/common_voice_ug_42203136.wav +3 -0
  39. wavs/common_voice_ug_42203137.wav +3 -0
  40. wavs/common_voice_ug_42203148.wav +3 -0
  41. wavs/common_voice_ug_42203149.wav +3 -0
  42. wavs/common_voice_ug_42203150.wav +3 -0
  43. wavs/common_voice_ug_42203151.wav +3 -0
  44. wavs/common_voice_ug_42203152.wav +3 -0
  45. wavs/common_voice_ug_42203167.wav +3 -0
  46. wavs/common_voice_ug_42203168.wav +3 -0
  47. wavs/common_voice_ug_42203169.wav +3 -0
  48. wavs/common_voice_ug_42203170.wav +3 -0
  49. wavs/common_voice_ug_42203171.wav +3 -0
  50. wavs/common_voice_ug_42203187.wav +3 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ train.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Uyghur TTS Dataset
2
+
3
+ A high-quality Uyghur text-to-speech dataset derived from Common Voice.
4
+
5
+ ## Dataset Overview
6
+
7
+ | Metric | Value |
8
+ |--------|-------|
9
+ | Total Samples | 43,054 |
10
+ | Total Duration | 81.43 hours |
11
+ | Average Duration | 6.81 seconds |
12
+ | Train Set | 40,901 samples |
13
+ | Validation Set | 2,153 samples |
14
+
15
+ ## Directory Structure
16
+
17
+ ```
18
+ ├── train.jsonl # Training set
19
+ ├── val.jsonl # Validation set
20
+ ├── wavs/ # Audio files (43,054 WAV files)
21
+ └── ref_audio/ # Reference audio
22
+ ```
23
+
24
+ ## Data Format
25
+
26
+ Each line in the JSONL files contains:
27
+
28
+ ```json
29
+ {
30
+ "audio": "wavs/common_voice_ug_xxx.wav",
31
+ "text": "سىلەردىكى مەسىلە دەل سىلەر ۋاز كەچكەن نەرسىلەرگە بولغان قىيماسلىق تۇيغۇسىدۇر.",
32
+ "g2p_text": "silɛrdiki mɛsilɛ dɛl silɛr waz kɛt͡ʃkɛn nɛrsilɛrɡɛ bolʁan qijmasliq tujʁusidur.",
33
+ "ref_audio": "ref_audio/reference.wav"
34
+ }
35
+ ```
36
+
37
+ | Field | Description |
38
+ |-------|-------------|
39
+ | audio | Path to the audio file |
40
+ | text | Uyghur text (Arabic script) |
41
+ | g2p_text | Latin transliteration (G2P format) |
42
+ | ref_audio | Reference audio path |
43
+
44
+ ## Audio Specifications
45
+
46
+ - Format: WAV
47
+ - Duration range: 2.16 - 15.48 seconds
48
+ - Most audio (74.9%) is between 5-10 seconds
49
+
50
+ ## Source
51
+
52
+ Data derived from [Mozilla Common Voice](https://commonvoice.mozilla.org/) Uyghur dataset.
53
+
54
+ ## License
55
+
56
+ Same as Common Voice: CC0-1.0
train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5768201c5941f4800a1d64c32da9401c07ae172303f23f4b677a2851602888f5
3
+ size 12639467
val.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
wavs/common_voice_ug_42201266.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575adebf43441138a75248eba8baf213367120960957fea2c14d849a06b9684b
3
+ size 451086
wavs/common_voice_ug_42201267.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a98f237e454a11dfd94bb2d9c638aef26f142cd1df8cff9d1d1d1d068343959
3
+ size 425166
wavs/common_voice_ug_42201269.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926d9dc2db5ece5c86fbab164ef064803d53b254890417db9a8582c5e01bc07f
3
+ size 241998
wavs/common_voice_ug_42201270.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8231455035bb4d4b2a3533afdf605ef8fd98a486617396c3057791c7ec398a2b
3
+ size 502926
wavs/common_voice_ug_42201272.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ee8e60981ae134ce55a8262c62ad0b07eccc64c9822299bfa2b19477dd1696a
3
+ size 518478
wavs/common_voice_ug_42201545.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dbca161206bf43bf7e7b76a2f24708c3fab2fcda548432ad98ad89226fe1fbc
3
+ size 307662
wavs/common_voice_ug_42201546.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f52c174fc8dd3740018f7d4e4b908ce235078bba53e96b6653b6e19a5e20ce
3
+ size 354318
wavs/common_voice_ug_42201547.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2183b866a857e8dab53ff0dabda5b2b5117f016a6fd263a8840065b8616cc518
3
+ size 604878
wavs/common_voice_ug_42201548.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5794d41ebe7311218c2018c68b14b2e18ee2f2d19f02c5f5f5948e0f4fa4ef
3
+ size 381966
wavs/common_voice_ug_42201549.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0854033b74607e3b16c9758dea1e0560d85a96fc1e8693ef69e1e7615b9b90b6
3
+ size 480462
wavs/common_voice_ug_42201787.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b15124c0a8d508c2aa97ff91d9063f48faee463b30581e226c1e9e66a1699272
3
+ size 399246
wavs/common_voice_ug_42201788.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:656e6da6125f44b44a51d7edded2bf82248839512f85990111b1031181bac47c
3
+ size 217806
wavs/common_voice_ug_42201789.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ca0e15b3f05bc97fe4ee48a9ffb9a37e55eb28d8c20f3b887e068ef2e54713
3
+ size 342222
wavs/common_voice_ug_42201791.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c9589df9f6dc2a90d8dcd062b8eb6e54a3db647ebfbb2476d40a0f3ad7d19e6
3
+ size 554766
wavs/common_voice_ug_42201847.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f86c7618f5361d235ec36019afe1ab145de4ed271a9be31e882beb9ef701747
3
+ size 368142
wavs/common_voice_ug_42201849.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37909fe80394c963bb44c9a25d3e12ab74732fe13a206eee63daf22e38f1cf90
3
+ size 312846
wavs/common_voice_ug_42201851.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aed6489c296cba94ac6dc9ed90779ddb8224a395fdc9d7a5c2488b9d3be3c5b
3
+ size 457998
wavs/common_voice_ug_42201852.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c49f616ff9c1d73c0c624ffba88f0d5d6e070c81e7e90e2297e29befed7a84
3
+ size 544398
wavs/common_voice_ug_42201854.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f60ca537b8feae3e77739f52ebb4772eadd32874f969236f3f058f4c51e159d
3
+ size 432078
wavs/common_voice_ug_42202894.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0276ceb609377013902d115a18433db5840bb5a6fa99e7498642924c6ce9a4a6
3
+ size 255822
wavs/common_voice_ug_42202898.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db36adf6a4e4bbad2a35f6f6630a8602af63bd1702825335a6f112b41b5716f1
3
+ size 463182
wavs/common_voice_ug_42202905.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8675174aacc18dd94ad8c55d32c31adc5ec1f5e6c37940eeddc71c9b60d08f46
3
+ size 411342
wavs/common_voice_ug_42202906.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e445888e30ce1d502ad9884b500f9e9f8e3bb1fdef27cc20cd160d438e16d931
3
+ size 359502
wavs/common_voice_ug_42202954.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:879b8cac3a6aaa0a816b8e63f9dcfb8a7d407bb49a235ad4b74ebfcfd20bda25
3
+ size 511566
wavs/common_voice_ug_42202955.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a55520a3bad3064aa32388081fe24416d4e1dfe66d0ff720b047062d3bb7283f
3
+ size 459726
wavs/common_voice_ug_42202957.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353f5d3839d89bbd67a038fcd146b6012cfe98585e520244b4e8860b57e5bd36
3
+ size 354318
wavs/common_voice_ug_42203018.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1632415a13328e68205fb2a60bb1d94c6987a2b5a45b8e00bbbe6557d09d7ff
3
+ size 428622
wavs/common_voice_ug_42203020.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a91564854391bdf4c24a85fb2c96ada81d34131330d0308390d35a444cbfccfa
3
+ size 416526
wavs/common_voice_ug_42203022.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dbc4df55c67a9b8bb30698abf28e59b8bf653bc16c7e5f072038cb4db52c727
3
+ size 316302
wavs/common_voice_ug_42203023.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fbfab9b1dc7d3639f0eb3ea9a71c27e231def2986450a59f7ed199e6ce684a8
3
+ size 485646
wavs/common_voice_ug_42203133.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588a21aa5740467a627fedc04bf748143636619df6bcb1a9be496745f0fe88b5
3
+ size 373326
wavs/common_voice_ug_42203134.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c18b8abb840a037eab05ab6b990199057e4ae28b7ef6ffbba3da23bcfbccb8a
3
+ size 330126
wavs/common_voice_ug_42203135.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:809a8f3380b8897af03f735537d3b1227b50a19a688af6c76e082051f25ce060
3
+ size 451086
wavs/common_voice_ug_42203136.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80cd1dba99aaddb59514697242e555aa759d926e3784bafa971ccdb35c5b8220
3
+ size 397518
wavs/common_voice_ug_42203137.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef678ec8620f3844ad981b3ceb93fcf499136b4f5ebfaef7ce39186efc7c7c4b
3
+ size 520206
wavs/common_voice_ug_42203148.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae07114481d3de824ad6a96e43226957e612211f8582907c6d0fc3bc6b439498
3
+ size 286926
wavs/common_voice_ug_42203149.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ed32b51ade316862a70c18c618d260697f99a37e6d18365501f77a725c4eee
3
+ size 390606
wavs/common_voice_ug_42203150.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd83a747f867a60fea5baafeed4cba2efa79caf2cf79901d008bf7b2c389ad5
3
+ size 397518
wavs/common_voice_ug_42203151.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f1a5a4d5b6e87db1dcdbe27cd02727723839de81ba44676beeed27ad8d29fb2
3
+ size 362958
wavs/common_voice_ug_42203152.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b6cfb8f455d294fe3549dec38b398ad58e65b0ff8b71bf7de388e1e6235fcd1
3
+ size 278286
wavs/common_voice_ug_42203167.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3253c828327b5c04cd140ef7a3ecd5b13713f2b412abca7ee53e76e7e75a4b4
3
+ size 243726
wavs/common_voice_ug_42203168.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd4b9f4e379eea7291a88449b36e48f9d19b463c40907837e494f3fc042f90f5
3
+ size 457998
wavs/common_voice_ug_42203169.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bacd21fee0448f239a4697b35a4ab567757779a1af169e8e2effeaa7935316
3
+ size 584142
wavs/common_voice_ug_42203170.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfdde6dcf5c17ff2ee27a439d333ed7849c902c132a8a8b0d7228337c5c73bd3
3
+ size 362958
wavs/common_voice_ug_42203171.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe5d5af9b7df6647bc3358b60b232a4e87104000514bec079e2a304e0943fd59
3
+ size 433806
wavs/common_voice_ug_42203187.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3c4eb9609754a615a1a0978952d6374f1166fdc59d8b29e060310e2aabaaa4
3
+ size 376782