Upload 19 files
Browse files- .gitattributes +1 -0
- ckpt/s2a.ckpt +3 -0
- ckpt/t2s/config.json +29 -0
- ckpt/t2s/generation_config.json +7 -0
- ckpt/t2s/model.safetensors +3 -0
- ckpt/unique_text_tokens.k2symbols +90 -0
- unidic-tdmelodic/LICENSE +33 -0
- unidic-tdmelodic/char.bin +3 -0
- unidic-tdmelodic/dicrc +58 -0
- unidic-tdmelodic/matrix.bin +3 -0
- unidic-tdmelodic/sys.dic +3 -0
- unidic-tdmelodic/unk.dic +0 -0
- voice/kikoto_kurage_hisohiso/acoustic.npy +3 -0
- voice/kikoto_kurage_hisohiso/semantic.npy +3 -0
- voice/kikoto_kurage_hisohiso/spkr_emb.npy +3 -0
- voice/kikoto_kurage_hisohiso/transcript.txt +1 -0
- voice/runaitoneiru/acoustic.npy +3 -0
- voice/runaitoneiru/semantic.npy +3 -0
- voice/runaitoneiru/spkr_emb.npy +3 -0
- voice/runaitoneiru/transcript.txt +1 -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 |
+
unidic-tdmelodic/sys.dic filter=lfs diff=lfs merge=lfs -text
|
ckpt/s2a.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d736ee6d4f5ebb6d80d220cacb4ef1dbca5cb3e4f91ed573c35075437d84931
|
| 3 |
+
size 869832558
|
ckpt/t2s/config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"T5ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"classifier_dropout": 0.0,
|
| 6 |
+
"d_ff": 2048,
|
| 7 |
+
"d_kv": 64,
|
| 8 |
+
"d_model": 512,
|
| 9 |
+
"decoder_start_token_id": 0,
|
| 10 |
+
"dense_act_fn": "relu",
|
| 11 |
+
"dropout_rate": 0.1,
|
| 12 |
+
"eos_token_id": 2,
|
| 13 |
+
"feed_forward_proj": "relu",
|
| 14 |
+
"initializer_factor": 1.0,
|
| 15 |
+
"is_encoder_decoder": true,
|
| 16 |
+
"is_gated_act": false,
|
| 17 |
+
"layer_norm_epsilon": 1e-06,
|
| 18 |
+
"model_type": "t5",
|
| 19 |
+
"num_decoder_layers": 14,
|
| 20 |
+
"num_heads": 8,
|
| 21 |
+
"num_layers": 14,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
+
"relative_attention_max_distance": 128,
|
| 24 |
+
"relative_attention_num_buckets": 32,
|
| 25 |
+
"torch_dtype": "float32",
|
| 26 |
+
"transformers_version": "4.35.2",
|
| 27 |
+
"use_cache": true,
|
| 28 |
+
"vocab_size": 1119
|
| 29 |
+
}
|
ckpt/t2s/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"decoder_start_token_id": 0,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.35.2"
|
| 7 |
+
}
|
ckpt/t2s/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e1b6861c9e65f341fd811d70551225bc6bdea46761618e084978f4473ee594e
|
| 3 |
+
size 413518448
|
ckpt/unique_text_tokens.k2symbols
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<eps> 0
|
| 2 |
+
! 1
|
| 3 |
+
" 2
|
| 4 |
+
( 3
|
| 5 |
+
) 4
|
| 6 |
+
, 5
|
| 7 |
+
. 6
|
| 8 |
+
: 7
|
| 9 |
+
; 8
|
| 10 |
+
? 9
|
| 11 |
+
_ 10
|
| 12 |
+
aɪ 11
|
| 13 |
+
aɪə 12
|
| 14 |
+
aɪɚ 13
|
| 15 |
+
aɪʊ 14
|
| 16 |
+
aɪʊɹ 15
|
| 17 |
+
aʊ 16
|
| 18 |
+
b 17
|
| 19 |
+
d 18
|
| 20 |
+
j 19
|
| 21 |
+
e 20
|
| 22 |
+
enus 21
|
| 23 |
+
es 22
|
| 24 |
+
eɪ 23
|
| 25 |
+
f 24
|
| 26 |
+
fr 25
|
| 27 |
+
h 26
|
| 28 |
+
i 27
|
| 29 |
+
iə 28
|
| 30 |
+
iː 29
|
| 31 |
+
y 30
|
| 32 |
+
k 31
|
| 33 |
+
l 32
|
| 34 |
+
m 33
|
| 35 |
+
n 34
|
| 36 |
+
nʲ 35
|
| 37 |
+
oʊ 36
|
| 38 |
+
oː 37
|
| 39 |
+
oːɹ 38
|
| 40 |
+
p 39
|
| 41 |
+
r 40
|
| 42 |
+
s 41
|
| 43 |
+
t 42
|
| 44 |
+
c 43
|
| 45 |
+
u 44
|
| 46 |
+
v 45
|
| 47 |
+
w 46
|
| 48 |
+
q 47
|
| 49 |
+
z 48
|
| 50 |
+
æ 49
|
| 51 |
+
ç 50
|
| 52 |
+
ð 51
|
| 53 |
+
ø 52
|
| 54 |
+
N 53
|
| 55 |
+
ɐ 54
|
| 56 |
+
a 55
|
| 57 |
+
ɑː 56
|
| 58 |
+
ɑːɹ 57
|
| 59 |
+
o 58
|
| 60 |
+
ɔɪ 59
|
| 61 |
+
ɔː 60
|
| 62 |
+
ɔːɹ 61
|
| 63 |
+
ə 62
|
| 64 |
+
əl 63
|
| 65 |
+
ɚ 64
|
| 66 |
+
ɛ 65
|
| 67 |
+
ɛɹ 66
|
| 68 |
+
ɛː 67
|
| 69 |
+
ɜː 68
|
| 70 |
+
g 69
|
| 71 |
+
ɡʲ 70
|
| 72 |
+
ɣ 71
|
| 73 |
+
ɪ 72
|
| 74 |
+
ɪɹ 73
|
| 75 |
+
ɫ 74
|
| 76 |
+
ɬ 75
|
| 77 |
+
ɲ 76
|
| 78 |
+
ɹ 77
|
| 79 |
+
ɾ 78
|
| 80 |
+
ʃ 79
|
| 81 |
+
ʊ 80
|
| 82 |
+
ʊɹ 81
|
| 83 |
+
ʌ 82
|
| 84 |
+
ʒ 83
|
| 85 |
+
ʔ 84
|
| 86 |
+
̃ 85
|
| 87 |
+
̩ 86
|
| 88 |
+
θ 87
|
| 89 |
+
ᵻ 88
|
| 90 |
+
— 89
|
unidic-tdmelodic/LICENSE
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This dictionary was generated using tdmelodic (https://tdmelodic.readthedocs.io/ja/latest/index.html)
|
| 2 |
+
based on UniDic dictionary. Attached below is the copyright notice of UniDic.
|
| 3 |
+
|
| 4 |
+
Copyright (c) 2011-2021, The UniDic Consortium
|
| 5 |
+
All rights reserved.
|
| 6 |
+
|
| 7 |
+
Redistribution and use in source and binary forms, with or without
|
| 8 |
+
modification, are permitted provided that the following conditions are
|
| 9 |
+
met:
|
| 10 |
+
|
| 11 |
+
* Redistributions of source code must retain the above copyright
|
| 12 |
+
notice, this list of conditions and the following disclaimer.
|
| 13 |
+
|
| 14 |
+
* Redistributions in binary form must reproduce the above copyright
|
| 15 |
+
notice, this list of conditions and the following disclaimer in the
|
| 16 |
+
documentation and/or other materials provided with the
|
| 17 |
+
distribution.
|
| 18 |
+
|
| 19 |
+
* Neither the name of the UniDic Consortium nor the names of its
|
| 20 |
+
contributors may be used to endorse or promote products derived
|
| 21 |
+
from this software without specific prior written permission.
|
| 22 |
+
|
| 23 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 24 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 25 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 26 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 27 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 28 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 29 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 30 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 31 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 32 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 33 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
unidic-tdmelodic/char.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd31396563d8924645b80fd3c9aa7b13ca089d7748f25553a1d6bc3f9b511ae8
|
| 3 |
+
size 262496
|
unidic-tdmelodic/dicrc
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
; List of features
|
| 2 |
+
; f[0]: pos1
|
| 3 |
+
; f[1]: pos2
|
| 4 |
+
; f[2]: pos3
|
| 5 |
+
; f[3]: pos4
|
| 6 |
+
; f[4]: cType
|
| 7 |
+
; f[5]: cForm
|
| 8 |
+
; f[6]: lForm
|
| 9 |
+
; f[7]: lemma
|
| 10 |
+
; f[8]: orth
|
| 11 |
+
; f[9]: pron
|
| 12 |
+
; f[10]: orthBase
|
| 13 |
+
; f[11]: pronBase
|
| 14 |
+
; f[12]: goshu
|
| 15 |
+
; f[13]: iType
|
| 16 |
+
; f[14]: iForm
|
| 17 |
+
; f[15]: fType
|
| 18 |
+
; f[16]: fForm
|
| 19 |
+
; f[17]: kana
|
| 20 |
+
; f[18]: kanaBase
|
| 21 |
+
; f[19]: form
|
| 22 |
+
; f[20]: formBase
|
| 23 |
+
; f[21]: iConType
|
| 24 |
+
; f[22]: fConType
|
| 25 |
+
; f[23]: aType
|
| 26 |
+
; f[24]: aConType
|
| 27 |
+
; f[25]: aModType
|
| 28 |
+
|
| 29 |
+
;dictionary-charset = utf8
|
| 30 |
+
;config-charset = utf8
|
| 31 |
+
|
| 32 |
+
cost-factor = 700
|
| 33 |
+
;max-grouping-size = 10
|
| 34 |
+
;eval-size = 10
|
| 35 |
+
;unk-eval-size = 4
|
| 36 |
+
|
| 37 |
+
bos-feature = BOS/EOS,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*
|
| 38 |
+
|
| 39 |
+
output-format-type = unidic
|
| 40 |
+
|
| 41 |
+
; output aType
|
| 42 |
+
;node-format-unidic = %m\t%f[9]\t%f[6]\t%f[7]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
|
| 43 |
+
node-format-unidic = %m\t%f[9]\t%f[6]\t%f[7]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\t%f[23]\n
|
| 44 |
+
; default aType is 0
|
| 45 |
+
;unk-format-unidic = %m\t%m\t%m\t%m\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
|
| 46 |
+
unk-format-unidic = %m\t%m\t%m\t%m\t%F-[0,1,2,3]\t%f[4]\t%f[5]\t0\n
|
| 47 |
+
bos-format-unidic =
|
| 48 |
+
eos-format-unidic = EOS\n
|
| 49 |
+
|
| 50 |
+
; output aType
|
| 51 |
+
node-format-chamame = \t%m\t%f[9]\t%f[6]\t%f[7]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
|
| 52 |
+
node-format-chamame = \t%m\t%f[9]\t%f[6]\t%f[7]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\t%f[23]\n
|
| 53 |
+
; default aType is 0
|
| 54 |
+
;unk-format-chamame = \t%m\t\t\t%m\tUNK\t\t\n
|
| 55 |
+
;unk-format-chamame = \t%m\t\t\t%m\t%F-[0,1,2,3]\t\t\n
|
| 56 |
+
unk-format-chamame = \t%m\t\t\t%m\t%F-[0,1,2,3]\t\t\t0\n
|
| 57 |
+
bos-format-chamame = B
|
| 58 |
+
eos-format-chamame =
|
unidic-tdmelodic/matrix.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88fb99efe1075d9b8b40e01bb2751e4095f1612618f2490af776eb5ed39190a9
|
| 3 |
+
size 71544726
|
unidic-tdmelodic/sys.dic
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:669d3f608371620d04ad58b1e3ad6f5c336d81594e7100f3172d163848647f31
|
| 3 |
+
size 1125707420
|
unidic-tdmelodic/unk.dic
ADDED
|
Binary file (5.49 kB). View file
|
|
|
voice/kikoto_kurage_hisohiso/acoustic.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13ee16038f57048c5968fb7d27f76afb1805a9ff561cf81490a074536a87cea8
|
| 3 |
+
size 15808
|
voice/kikoto_kurage_hisohiso/semantic.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e5acb3939dd343b3866cb9dc1ff4ec0c242cf214326d269060b649285e8df8c
|
| 3 |
+
size 2368
|
voice/kikoto_kurage_hisohiso/spkr_emb.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc190fd1027a22e83c56ca398d0cf955b6535f6912d0e61abfa1f9669b482fd3
|
| 3 |
+
size 2176
|
voice/kikoto_kurage_hisohiso/transcript.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
スミスさん、ピエール・デュボワをご紹介しますわ。私の親友なの。
|
voice/runaitoneiru/acoustic.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfd8867d12e24e6b94403735727ea4387a253845a250e9bec3ea63ff8360cb76
|
| 3 |
+
size 15640
|
voice/runaitoneiru/semantic.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:379dbe5b05e08e8c59d595da611d42aa68915c221c8c269db0c3fa8990dbeb7e
|
| 3 |
+
size 2344
|
voice/runaitoneiru/spkr_emb.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0107e559001beefe77bc1705144527d8012a769889389f28f59c9f139e75debf
|
| 3 |
+
size 2176
|
voice/runaitoneiru/transcript.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
スミスさん、ピエール・デュボワをご紹介しますわ。私の親友なの。
|