csukuangfj commited on
Commit
332e86d
·
1 Parent(s): 220282b

add models

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes CHANGED
@@ -33,3 +33,18 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ af_dict filter=lfs diff=lfs merge=lfs -text
37
+ ar_dict filter=lfs diff=lfs merge=lfs -text
38
+ cmn_dict filter=lfs diff=lfs merge=lfs -text
39
+ da_dict filter=lfs diff=lfs merge=lfs -text
40
+ fa_dict filter=lfs diff=lfs merge=lfs -text
41
+ hu_dict filter=lfs diff=lfs merge=lfs -text
42
+ it_dict filter=lfs diff=lfs merge=lfs -text
43
+ lb_dict filter=lfs diff=lfs merge=lfs -text
44
+ phondata filter=lfs diff=lfs merge=lfs -text
45
+ ru_dict filter=lfs diff=lfs merge=lfs -text
46
+ ta_dict filter=lfs diff=lfs merge=lfs -text
47
+ en_dict filter=lfs diff=lfs merge=lfs -text
48
+ ia_dict filter=lfs diff=lfs merge=lfs -text
49
+ yue_dict filter=lfs diff=lfs merge=lfs -text
50
+ ur_dict filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - TigreGotico/tts-train-synthetic-dii_ar-diacritics
4
+ language:
5
+ - ar
6
+ base_model:
7
+ - OpenVoiceOS/phoonnx_ar-SA_miro_espeak
8
+ pipeline_tag: text-to-speech
9
+ ---
10
+
11
+ See https://huggingface.co/OpenVoiceOS/phoonnx_ar-SA_dii_espeak
12
+ and https://github.com/OHF-Voice/piper1-gpl/discussions/27
13
+
14
+
15
+ # License
16
+
17
+
18
+ See also https://github.com/k2-fsa/sherpa-onnx/pull/2480
19
+
20
+
21
+ This model is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).
22
+
23
+ - ✅ Always free for regular (non-commercial) users
24
+
25
+ - ❌ Commercial use is not allowed at this time
26
+
27
+ - 🔄 The author may relax the restrictions in the future (e.g., allow commercial use), but will not make them stricter
28
+
29
+
30
+ **Important:** You must include this license when redistributing the model or any derivatives.
31
+
ar_JO-SA_dii-high.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b1454081240b2484e9fae2cfe7fb065fda47cfe167fe3135311fb6b91cd5b2
3
+ size 19302425
ar_JO-SA_dii-high.onnx.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "working",
3
+ "audio": {
4
+ "sample_rate": 22050,
5
+ "quality": "training"
6
+ },
7
+ "lang_code": "ar",
8
+ "inference": {
9
+ "noise_scale": 0.667,
10
+ "length_scale": 1,
11
+ "noise_w": 0.8,
12
+ "add_diacritics": true
13
+ },
14
+ "alphabet": "ipa",
15
+ "phoneme_type": "espeak",
16
+ "phonemizer_model": "",
17
+ "phoneme_id_map": {
18
+ "_": 0,
19
+ "^": 1,
20
+ "$": 2,
21
+ " ": 3,
22
+ "\n": 4,
23
+ "!": 5,
24
+ "\"": 6,
25
+ "#": 7,
26
+ "'": 8,
27
+ "(": 9,
28
+ ")": 10,
29
+ ",": 11,
30
+ "-": 12,
31
+ ".": 13,
32
+ "0": 14,
33
+ "1": 15,
34
+ "2": 16,
35
+ "3": 17,
36
+ "4": 18,
37
+ "5": 19,
38
+ "6": 20,
39
+ "7": 21,
40
+ "8": 22,
41
+ "9": 23,
42
+ ":": 24,
43
+ ";": 25,
44
+ "?": 26,
45
+ "X": 27,
46
+ "a": 28,
47
+ "b": 29,
48
+ "c": 30,
49
+ "d": 31,
50
+ "e": 32,
51
+ "f": 33,
52
+ "g": 34,
53
+ "h": 35,
54
+ "i": 36,
55
+ "j": 37,
56
+ "k": 38,
57
+ "l": 39,
58
+ "m": 40,
59
+ "n": 41,
60
+ "o": 42,
61
+ "p": 43,
62
+ "q": 44,
63
+ "r": 45,
64
+ "s": 46,
65
+ "t": 47,
66
+ "u": 48,
67
+ "v": 49,
68
+ "w": 50,
69
+ "x": 51,
70
+ "y": 52,
71
+ "z": 53,
72
+ "æ": 54,
73
+ "ç": 55,
74
+ "ð": 56,
75
+ "ø": 57,
76
+ "ħ": 58,
77
+ "ŋ": 59,
78
+ "œ": 60,
79
+ "ǀ": 61,
80
+ "ǁ": 62,
81
+ "ǂ": 63,
82
+ "ǃ": 64,
83
+ "ɐ": 65,
84
+ "ɑ": 66,
85
+ "ɒ": 67,
86
+ "ɓ": 68,
87
+ "ɔ": 69,
88
+ "ɕ": 70,
89
+ "ɖ": 71,
90
+ "ɗ": 72,
91
+ "ɘ": 73,
92
+ "ə": 74,
93
+ "ɚ": 75,
94
+ "ɛ": 76,
95
+ "ɜ": 77,
96
+ "ɝ": 78,
97
+ "ɞ": 79,
98
+ "ɟ": 80,
99
+ "ɠ": 81,
100
+ "ɡ": 82,
101
+ "ɢ": 83,
102
+ "ɣ": 84,
103
+ "ɤ": 85,
104
+ "ɥ": 86,
105
+ "ɦ": 87,
106
+ "ɧ": 88,
107
+ "ɨ": 89,
108
+ "ɪ": 90,
109
+ "ɫ": 91,
110
+ "ɬ": 92,
111
+ "ɭ": 93,
112
+ "ɮ": 94,
113
+ "ɯ": 95,
114
+ "ɰ": 96,
115
+ "ɱ": 97,
116
+ "ɲ": 98,
117
+ "ɳ": 99,
118
+ "ɴ": 100,
119
+ "ɵ": 101,
120
+ "ɶ": 102,
121
+ "ɸ": 103,
122
+ "ɹ": 104,
123
+ "ɺ": 105,
124
+ "ɻ": 106,
125
+ "ɽ": 107,
126
+ "ɾ": 108,
127
+ "ʀ": 109,
128
+ "ʁ": 110,
129
+ "ʂ": 111,
130
+ "ʃ": 112,
131
+ "ʄ": 113,
132
+ "ʈ": 114,
133
+ "ʉ": 115,
134
+ "ʊ": 116,
135
+ "ʋ": 117,
136
+ "ʌ": 118,
137
+ "ʍ": 119,
138
+ "ʎ": 120,
139
+ "ʏ": 121,
140
+ "ʐ": 122,
141
+ "ʑ": 123,
142
+ "ʒ": 124,
143
+ "ʔ": 125,
144
+ "ʕ": 126,
145
+ "ʘ": 127,
146
+ "ʙ": 128,
147
+ "ʛ": 129,
148
+ "ʜ": 130,
149
+ "ʝ": 131,
150
+ "ʟ": 132,
151
+ "ʡ": 133,
152
+ "ʢ": 134,
153
+ "ʦ": 135,
154
+ "ʰ": 136,
155
+ "ʲ": 137,
156
+ "ʷ": 138,
157
+ "ˈ": 139,
158
+ "ˌ": 140,
159
+ "ː": 141,
160
+ "ˑ": 142,
161
+ "˞": 143,
162
+ "ˤ": 144,
163
+ "̃": 145,
164
+ "̊": 146,
165
+ "̝": 147,
166
+ "̧": 148,
167
+ "̩": 149,
168
+ "̪": 150,
169
+ "̯": 151,
170
+ "̺": 152,
171
+ "̻": 153,
172
+ "β": 154,
173
+ "ε": 155,
174
+ "θ": 156,
175
+ "χ": 157,
176
+ "ᵻ": 158,
177
+ "↑": 159,
178
+ "↓": 160,
179
+ "ⱱ": 161
180
+ },
181
+ "num_symbols": 162,
182
+ "num_speakers": 1,
183
+ "speaker_id_map": {},
184
+ "phoonnx_version": "0.1.0a1"
185
+ }
espeak-ng-data/af_dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25729d3bf4c4a0f08da60aea9eb5a0cf352630f83fab1ab0c3955b7740da1776
3
+ size 121473
espeak-ng-data/am_dict ADDED
Binary file (63.9 kB). View file
 
espeak-ng-data/an_dict ADDED
Binary file (6.69 kB). View file
 
espeak-ng-data/ar_dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72316426e797777fe4df9420935a3b6a79b37d7e3f3948537ba71cd7b21b2541
3
+ size 478165
espeak-ng-data/as_dict ADDED
Binary file (5.01 kB). View file
 
espeak-ng-data/az_dict ADDED
Binary file (43.8 kB). View file
 
espeak-ng-data/ba_dict ADDED
Binary file (2.1 kB). View file
 
espeak-ng-data/be_dict ADDED
Binary file (2.65 kB). View file
 
espeak-ng-data/bg_dict ADDED
Binary file (87.1 kB). View file
 
espeak-ng-data/bn_dict ADDED
Binary file (90 kB). View file
 
espeak-ng-data/bpy_dict ADDED
Binary file (5.23 kB). View file
 
espeak-ng-data/bs_dict ADDED
Binary file (47.1 kB). View file
 
espeak-ng-data/ca_dict ADDED
Binary file (45.6 kB). View file
 
espeak-ng-data/chr_dict ADDED
Binary file (2.86 kB). View file
 
espeak-ng-data/cmn_dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:109aaa7708d3727382acb3ae41d8e2094a7e2bb9f651a81835be22a6f08071fe
3
+ size 1566335
espeak-ng-data/cs_dict ADDED
Binary file (49.6 kB). View file
 
espeak-ng-data/cv_dict ADDED
Binary file (1.34 kB). View file
 
espeak-ng-data/cy_dict ADDED
Binary file (43.1 kB). View file
 
espeak-ng-data/da_dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe0c21895b4844868612f9ea846bc6010e30b5dd1f4cb1567459d73d2792a8ac
3
+ size 245287
espeak-ng-data/de_dict ADDED
Binary file (68.3 kB). View file
 
espeak-ng-data/el_dict ADDED
Binary file (72.8 kB). View file
 
espeak-ng-data/en_dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71bd330ba8a2e3e8076e631508208ef49449d6147c17b7bd2b4b1e1468292e35
3
+ size 166944
espeak-ng-data/eo_dict ADDED
Binary file (4.67 kB). View file
 
espeak-ng-data/es_dict ADDED
Binary file (49.3 kB). View file
 
espeak-ng-data/et_dict ADDED
Binary file (44.3 kB). View file
 
espeak-ng-data/eu_dict ADDED
Binary file (48.8 kB). View file
 
espeak-ng-data/fa_dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f92f35ce7eb1d97360016617d97786412a94af55b776a18f1c280dab4f43befd
3
+ size 292423
espeak-ng-data/fi_dict ADDED
Binary file (43.9 kB). View file
 
espeak-ng-data/fr_dict ADDED
Binary file (63.7 kB). View file
 
espeak-ng-data/ga_dict ADDED
Binary file (52.7 kB). View file
 
espeak-ng-data/gd_dict ADDED
Binary file (49.1 kB). View file
 
espeak-ng-data/gn_dict ADDED
Binary file (3.25 kB). View file
 
espeak-ng-data/grc_dict ADDED
Binary file (3.43 kB). View file
 
espeak-ng-data/gu_dict ADDED
Binary file (82.5 kB). View file
 
espeak-ng-data/hak_dict ADDED
Binary file (3.34 kB). View file
 
espeak-ng-data/haw_dict ADDED
Binary file (2.44 kB). View file
 
espeak-ng-data/he_dict ADDED
Binary file (6.96 kB). View file
 
espeak-ng-data/hi_dict ADDED
Binary file (92.1 kB). View file
 
espeak-ng-data/hr_dict ADDED
Binary file (49.4 kB). View file
 
espeak-ng-data/ht_dict ADDED
Binary file (1.8 kB). View file
 
espeak-ng-data/hu_dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:055d563b839d599db40be5b1cc2af9d31793795b328eb8d4f389ec7d38fe7e81
3
+ size 153785
espeak-ng-data/hy_dict ADDED
Binary file (62.3 kB). View file
 
espeak-ng-data/ia_dict ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c665603a82beb81e0cef2878c9b44642ae6d519e301fbbd06326e03325febf3
3
+ size 331275
espeak-ng-data/id_dict ADDED
Binary file (43.5 kB). View file
 
espeak-ng-data/intonations ADDED
Binary file (2.04 kB). View file
 
espeak-ng-data/io_dict ADDED
Binary file (2.17 kB). View file