Upload 9 files
Browse files- .gitattributes +1 -0
- vocab_index.json +123 -0
- voices/af_bella.pt +3 -0
- voices/af_heart.pt +3 -0
- voices/af_sarah.pt +3 -0
- voices/am_adam.pt +3 -0
- voices/am_michael.pt +3 -0
- voices/bf_emma.pt +3 -0
- voices/bm_george.pt +3 -0
- word_phonemes.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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 |
+
word_phonemes.json filter=lfs diff=lfs merge=lfs -text
|
vocab_index.json
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"vocab": {
|
3 |
+
";": 1,
|
4 |
+
":": 2,
|
5 |
+
",": 3,
|
6 |
+
".": 4,
|
7 |
+
"!": 5,
|
8 |
+
"?": 6,
|
9 |
+
"\u2014": 9,
|
10 |
+
"\u2026": 10,
|
11 |
+
"\"": 11,
|
12 |
+
"(": 12,
|
13 |
+
")": 13,
|
14 |
+
"\u201c": 14,
|
15 |
+
"\u201d": 15,
|
16 |
+
" ": 16,
|
17 |
+
"\u0303": 17,
|
18 |
+
"\u02a3": 18,
|
19 |
+
"\u02a5": 19,
|
20 |
+
"\u02a6": 20,
|
21 |
+
"\u02a8": 21,
|
22 |
+
"\u1d5d": 22,
|
23 |
+
"\uab67": 23,
|
24 |
+
"A": 24,
|
25 |
+
"I": 25,
|
26 |
+
"O": 31,
|
27 |
+
"Q": 33,
|
28 |
+
"S": 35,
|
29 |
+
"T": 36,
|
30 |
+
"W": 39,
|
31 |
+
"Y": 41,
|
32 |
+
"\u1d4a": 42,
|
33 |
+
"a": 43,
|
34 |
+
"b": 44,
|
35 |
+
"c": 45,
|
36 |
+
"d": 46,
|
37 |
+
"e": 47,
|
38 |
+
"f": 48,
|
39 |
+
"h": 50,
|
40 |
+
"i": 51,
|
41 |
+
"j": 52,
|
42 |
+
"k": 53,
|
43 |
+
"l": 54,
|
44 |
+
"m": 55,
|
45 |
+
"n": 56,
|
46 |
+
"o": 57,
|
47 |
+
"p": 58,
|
48 |
+
"q": 59,
|
49 |
+
"r": 60,
|
50 |
+
"s": 61,
|
51 |
+
"t": 62,
|
52 |
+
"u": 63,
|
53 |
+
"v": 64,
|
54 |
+
"w": 65,
|
55 |
+
"x": 66,
|
56 |
+
"y": 67,
|
57 |
+
"z": 68,
|
58 |
+
"\u0251": 69,
|
59 |
+
"\u0250": 70,
|
60 |
+
"\u0252": 71,
|
61 |
+
"\u00e6": 72,
|
62 |
+
"\u03b2": 75,
|
63 |
+
"\u0254": 76,
|
64 |
+
"\u0255": 77,
|
65 |
+
"\u00e7": 78,
|
66 |
+
"\u0256": 80,
|
67 |
+
"\u00f0": 81,
|
68 |
+
"\u02a4": 82,
|
69 |
+
"\u0259": 83,
|
70 |
+
"\u025a": 85,
|
71 |
+
"\u025b": 86,
|
72 |
+
"\u025c": 87,
|
73 |
+
"\u025f": 90,
|
74 |
+
"\u0261": 92,
|
75 |
+
"\u0265": 99,
|
76 |
+
"\u0268": 101,
|
77 |
+
"\u026a": 102,
|
78 |
+
"\u029d": 103,
|
79 |
+
"\u026f": 110,
|
80 |
+
"\u0270": 111,
|
81 |
+
"\u014b": 112,
|
82 |
+
"\u0273": 113,
|
83 |
+
"\u0272": 114,
|
84 |
+
"\u0274": 115,
|
85 |
+
"\u00f8": 116,
|
86 |
+
"\u0278": 118,
|
87 |
+
"\u03b8": 119,
|
88 |
+
"\u0153": 120,
|
89 |
+
"\u0279": 123,
|
90 |
+
"\u027e": 125,
|
91 |
+
"\u027b": 126,
|
92 |
+
"\u0281": 128,
|
93 |
+
"\u027d": 129,
|
94 |
+
"\u0282": 130,
|
95 |
+
"\u0283": 131,
|
96 |
+
"\u0288": 132,
|
97 |
+
"\u02a7": 133,
|
98 |
+
"\u028a": 135,
|
99 |
+
"\u028b": 136,
|
100 |
+
"\u028c": 138,
|
101 |
+
"\u0263": 139,
|
102 |
+
"\u0264": 140,
|
103 |
+
"\u03c7": 142,
|
104 |
+
"\u028e": 143,
|
105 |
+
"\u0292": 147,
|
106 |
+
"\u0294": 148,
|
107 |
+
"\u02c8": 156,
|
108 |
+
"\u02cc": 157,
|
109 |
+
"\u02d0": 158,
|
110 |
+
"\u02b0": 162,
|
111 |
+
"\u02b2": 164,
|
112 |
+
"\u2193": 169,
|
113 |
+
"\u2192": 171,
|
114 |
+
"\u2197": 172,
|
115 |
+
"\u2198": 173,
|
116 |
+
"\u1d7b": 177
|
117 |
+
},
|
118 |
+
"metadata": {
|
119 |
+
"source": "pipeline.model.vocab",
|
120 |
+
"size": 114,
|
121 |
+
"description": "The ACTUAL vocabulary used by Kokoro pipeline"
|
122 |
+
}
|
123 |
+
}
|
voices/af_bella.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cb64e02fcc8de0327a8e13817e49c76c945ecf0052ceac97d3081480e8e48d6
|
3 |
+
size 523425
|
voices/af_heart.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ab5709b8ffab19bfd849cd11d98f75b60af7733253ad0d67b12382a102cb4ff
|
3 |
+
size 523425
|
voices/af_sarah.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49bd364ea3be9eb3e9685e8f9a15448c4883112a7c0ff7ab139fa4088b08cef9
|
3 |
+
size 523425
|
voices/am_adam.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ced7e284aba12472891be1da3ab34db84cc05cc02b5889535796dbf2d8b0cb34
|
3 |
+
size 523420
|
voices/am_michael.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a443b79a4b22489a5b0ab7c651a0bcd1a30bef675c28333f06971abbd47bd37
|
3 |
+
size 523435
|
voices/bf_emma.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0a423deabf4a52b4f49318c51742c54e21bb89bbbe9a12141e7758ddb5da701
|
3 |
+
size 523420
|
voices/bm_george.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1bc812213dc59774769e5c80004b13eeb79bd78130b11b2d7f934542dab811b
|
3 |
+
size 523430
|
word_phonemes.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16ea587632dcf417a9e717e7f5214472b1fb7850c408963e05e5a456f7c19894
|
3 |
+
size 16173757
|