drewThomasson commited on
Commit
5cc7560
·
verified ·
1 Parent(s): ea8ae32

Upload 8 files

Browse files
piperTTS/en-US/DeathPuss&Boots/RawModel&TrainingData/config.json ADDED
@@ -0,0 +1,497 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Death",
3
+ "audio": {
4
+ "sample_rate": 16000,
5
+ "quality": "Death"
6
+ },
7
+ "espeak": {
8
+ "voice": "en-us"
9
+ },
10
+ "language": {
11
+ "code": "en-us"
12
+ },
13
+ "inference": {
14
+ "noise_scale": 0.667,
15
+ "length_scale": 1,
16
+ "noise_w": 0.8
17
+ },
18
+ "phoneme_type": "espeak",
19
+ "phoneme_map": {},
20
+ "phoneme_id_map": {
21
+ " ": [
22
+ 3
23
+ ],
24
+ "!": [
25
+ 4
26
+ ],
27
+ "\"": [
28
+ 150
29
+ ],
30
+ "#": [
31
+ 149
32
+ ],
33
+ "$": [
34
+ 2
35
+ ],
36
+ "'": [
37
+ 5
38
+ ],
39
+ "(": [
40
+ 6
41
+ ],
42
+ ")": [
43
+ 7
44
+ ],
45
+ ",": [
46
+ 8
47
+ ],
48
+ "-": [
49
+ 9
50
+ ],
51
+ ".": [
52
+ 10
53
+ ],
54
+ "0": [
55
+ 130
56
+ ],
57
+ "1": [
58
+ 131
59
+ ],
60
+ "2": [
61
+ 132
62
+ ],
63
+ "3": [
64
+ 133
65
+ ],
66
+ "4": [
67
+ 134
68
+ ],
69
+ "5": [
70
+ 135
71
+ ],
72
+ "6": [
73
+ 136
74
+ ],
75
+ "7": [
76
+ 137
77
+ ],
78
+ "8": [
79
+ 138
80
+ ],
81
+ "9": [
82
+ 139
83
+ ],
84
+ ":": [
85
+ 11
86
+ ],
87
+ ";": [
88
+ 12
89
+ ],
90
+ "?": [
91
+ 13
92
+ ],
93
+ "X": [
94
+ 156
95
+ ],
96
+ "^": [
97
+ 1
98
+ ],
99
+ "_": [
100
+ 0
101
+ ],
102
+ "a": [
103
+ 14
104
+ ],
105
+ "b": [
106
+ 15
107
+ ],
108
+ "c": [
109
+ 16
110
+ ],
111
+ "d": [
112
+ 17
113
+ ],
114
+ "e": [
115
+ 18
116
+ ],
117
+ "f": [
118
+ 19
119
+ ],
120
+ "g": [
121
+ 154
122
+ ],
123
+ "h": [
124
+ 20
125
+ ],
126
+ "i": [
127
+ 21
128
+ ],
129
+ "j": [
130
+ 22
131
+ ],
132
+ "k": [
133
+ 23
134
+ ],
135
+ "l": [
136
+ 24
137
+ ],
138
+ "m": [
139
+ 25
140
+ ],
141
+ "n": [
142
+ 26
143
+ ],
144
+ "o": [
145
+ 27
146
+ ],
147
+ "p": [
148
+ 28
149
+ ],
150
+ "q": [
151
+ 29
152
+ ],
153
+ "r": [
154
+ 30
155
+ ],
156
+ "s": [
157
+ 31
158
+ ],
159
+ "t": [
160
+ 32
161
+ ],
162
+ "u": [
163
+ 33
164
+ ],
165
+ "v": [
166
+ 34
167
+ ],
168
+ "w": [
169
+ 35
170
+ ],
171
+ "x": [
172
+ 36
173
+ ],
174
+ "y": [
175
+ 37
176
+ ],
177
+ "z": [
178
+ 38
179
+ ],
180
+ "æ": [
181
+ 39
182
+ ],
183
+ "ç": [
184
+ 40
185
+ ],
186
+ "ð": [
187
+ 41
188
+ ],
189
+ "ø": [
190
+ 42
191
+ ],
192
+ "ħ": [
193
+ 43
194
+ ],
195
+ "ŋ": [
196
+ 44
197
+ ],
198
+ "œ": [
199
+ 45
200
+ ],
201
+ "ǀ": [
202
+ 46
203
+ ],
204
+ "ǁ": [
205
+ 47
206
+ ],
207
+ "ǂ": [
208
+ 48
209
+ ],
210
+ "ǃ": [
211
+ 49
212
+ ],
213
+ "ɐ": [
214
+ 50
215
+ ],
216
+ "ɑ": [
217
+ 51
218
+ ],
219
+ "ɒ": [
220
+ 52
221
+ ],
222
+ "ɓ": [
223
+ 53
224
+ ],
225
+ "ɔ": [
226
+ 54
227
+ ],
228
+ "ɕ": [
229
+ 55
230
+ ],
231
+ "ɖ": [
232
+ 56
233
+ ],
234
+ "ɗ": [
235
+ 57
236
+ ],
237
+ "ɘ": [
238
+ 58
239
+ ],
240
+ "ə": [
241
+ 59
242
+ ],
243
+ "ɚ": [
244
+ 60
245
+ ],
246
+ "ɛ": [
247
+ 61
248
+ ],
249
+ "ɜ": [
250
+ 62
251
+ ],
252
+ "ɞ": [
253
+ 63
254
+ ],
255
+ "ɟ": [
256
+ 64
257
+ ],
258
+ "ɠ": [
259
+ 65
260
+ ],
261
+ "ɡ": [
262
+ 66
263
+ ],
264
+ "ɢ": [
265
+ 67
266
+ ],
267
+ "ɣ": [
268
+ 68
269
+ ],
270
+ "ɤ": [
271
+ 69
272
+ ],
273
+ "ɥ": [
274
+ 70
275
+ ],
276
+ "ɦ": [
277
+ 71
278
+ ],
279
+ "ɧ": [
280
+ 72
281
+ ],
282
+ "ɨ": [
283
+ 73
284
+ ],
285
+ "ɪ": [
286
+ 74
287
+ ],
288
+ "ɫ": [
289
+ 75
290
+ ],
291
+ "ɬ": [
292
+ 76
293
+ ],
294
+ "ɭ": [
295
+ 77
296
+ ],
297
+ "ɮ": [
298
+ 78
299
+ ],
300
+ "ɯ": [
301
+ 79
302
+ ],
303
+ "ɰ": [
304
+ 80
305
+ ],
306
+ "ɱ": [
307
+ 81
308
+ ],
309
+ "ɲ": [
310
+ 82
311
+ ],
312
+ "ɳ": [
313
+ 83
314
+ ],
315
+ "ɴ": [
316
+ 84
317
+ ],
318
+ "ɵ": [
319
+ 85
320
+ ],
321
+ "ɶ": [
322
+ 86
323
+ ],
324
+ "ɸ": [
325
+ 87
326
+ ],
327
+ "ɹ": [
328
+ 88
329
+ ],
330
+ "ɺ": [
331
+ 89
332
+ ],
333
+ "ɻ": [
334
+ 90
335
+ ],
336
+ "ɽ": [
337
+ 91
338
+ ],
339
+ "ɾ": [
340
+ 92
341
+ ],
342
+ "ʀ": [
343
+ 93
344
+ ],
345
+ "ʁ": [
346
+ 94
347
+ ],
348
+ "ʂ": [
349
+ 95
350
+ ],
351
+ "ʃ": [
352
+ 96
353
+ ],
354
+ "ʄ": [
355
+ 97
356
+ ],
357
+ "ʈ": [
358
+ 98
359
+ ],
360
+ "ʉ": [
361
+ 99
362
+ ],
363
+ "ʊ": [
364
+ 100
365
+ ],
366
+ "ʋ": [
367
+ 101
368
+ ],
369
+ "ʌ": [
370
+ 102
371
+ ],
372
+ "ʍ": [
373
+ 103
374
+ ],
375
+ "ʎ": [
376
+ 104
377
+ ],
378
+ "ʏ": [
379
+ 105
380
+ ],
381
+ "ʐ": [
382
+ 106
383
+ ],
384
+ "ʑ": [
385
+ 107
386
+ ],
387
+ "ʒ": [
388
+ 108
389
+ ],
390
+ "ʔ": [
391
+ 109
392
+ ],
393
+ "ʕ": [
394
+ 110
395
+ ],
396
+ "ʘ": [
397
+ 111
398
+ ],
399
+ "ʙ": [
400
+ 112
401
+ ],
402
+ "ʛ": [
403
+ 113
404
+ ],
405
+ "ʜ": [
406
+ 114
407
+ ],
408
+ "ʝ": [
409
+ 115
410
+ ],
411
+ "ʟ": [
412
+ 116
413
+ ],
414
+ "ʡ": [
415
+ 117
416
+ ],
417
+ "ʢ": [
418
+ 118
419
+ ],
420
+ "ʦ": [
421
+ 155
422
+ ],
423
+ "ʰ": [
424
+ 145
425
+ ],
426
+ "ʲ": [
427
+ 119
428
+ ],
429
+ "ˈ": [
430
+ 120
431
+ ],
432
+ "ˌ": [
433
+ 121
434
+ ],
435
+ "ː": [
436
+ 122
437
+ ],
438
+ "ˑ": [
439
+ 123
440
+ ],
441
+ "˞": [
442
+ 124
443
+ ],
444
+ "ˤ": [
445
+ 146
446
+ ],
447
+ "̃": [
448
+ 141
449
+ ],
450
+ "̧": [
451
+ 140
452
+ ],
453
+ "̩": [
454
+ 144
455
+ ],
456
+ "̪": [
457
+ 142
458
+ ],
459
+ "̯": [
460
+ 143
461
+ ],
462
+ "̺": [
463
+ 152
464
+ ],
465
+ "̻": [
466
+ 153
467
+ ],
468
+ "β": [
469
+ 125
470
+ ],
471
+ "ε": [
472
+ 147
473
+ ],
474
+ "θ": [
475
+ 126
476
+ ],
477
+ "χ": [
478
+ 127
479
+ ],
480
+ "ᵻ": [
481
+ 128
482
+ ],
483
+ "↑": [
484
+ 151
485
+ ],
486
+ "↓": [
487
+ 148
488
+ ],
489
+ "ⱱ": [
490
+ 129
491
+ ]
492
+ },
493
+ "num_symbols": 256,
494
+ "num_speakers": 1,
495
+ "speaker_id_map": {},
496
+ "piper_version": "1.0.0"
497
+ }
piperTTS/en-US/DeathPuss&Boots/RawModel&TrainingData/dataset (1).zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:381facffb35aa4abe00dd3ab20b62fcf7b9df4e99a49837dc080649d7c9fe778
3
+ size 26103887
piperTTS/en-US/DeathPuss&Boots/RawModel&TrainingData/hparams.yaml ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerator: gpu
2
+ accumulate_grad_batches: null
3
+ amp_backend: native
4
+ amp_level: null
5
+ auto_lr_find: false
6
+ auto_scale_batch_size: false
7
+ auto_select_gpus: false
8
+ batch_size: 30
9
+ benchmark: null
10
+ betas: !!python/tuple
11
+ - 0.8
12
+ - 0.99
13
+ c_kl: 1.0
14
+ c_mel: 45
15
+ channels: 1
16
+ check_val_every_n_epoch: 1
17
+ checkpoint_epochs: 1
18
+ dataset:
19
+ - !!python/object/apply:pathlib.PosixPath
20
+ - /
21
+ - content
22
+ - drive
23
+ - MyDrive
24
+ - colab
25
+ - piper
26
+ - Death
27
+ - dataset.jsonl
28
+ dataset_dir: &id001 !!python/object/apply:pathlib.PosixPath
29
+ - /
30
+ - content
31
+ - drive
32
+ - MyDrive
33
+ - colab
34
+ - piper
35
+ - Death
36
+ default_root_dir: *id001
37
+ detect_anomaly: false
38
+ deterministic: null
39
+ devices: '1'
40
+ enable_checkpointing: true
41
+ enable_model_summary: true
42
+ enable_progress_bar: true
43
+ eps: 1.0e-09
44
+ fast_dev_run: false
45
+ filter_channels: 768
46
+ filter_length: 1024
47
+ gin_channels: 0
48
+ gpus: null
49
+ grad_clip: null
50
+ gradient_clip_algorithm: null
51
+ gradient_clip_val: null
52
+ hidden_channels: 192
53
+ hop_length: 256
54
+ init_lr_ratio: 1.0
55
+ inter_channels: 192
56
+ ipus: null
57
+ kernel_size: 3
58
+ learning_rate: 0.0002
59
+ limit_predict_batches: null
60
+ limit_test_batches: null
61
+ limit_train_batches: null
62
+ limit_val_batches: null
63
+ log_every_n_steps: 100
64
+ logger: true
65
+ lr_decay: 0.999875
66
+ max_epochs: 10000
67
+ max_phoneme_ids: null
68
+ max_steps: -1
69
+ max_time: null
70
+ mel_channels: 80
71
+ mel_fmax: null
72
+ mel_fmin: 0.0
73
+ min_epochs: null
74
+ min_steps: null
75
+ move_metrics_to_cpu: false
76
+ multiple_trainloader_mode: max_size_cycle
77
+ n_heads: 2
78
+ n_layers: 6
79
+ n_layers_q: 3
80
+ num_ckpt: 0
81
+ num_nodes: 1
82
+ num_processes: null
83
+ num_sanity_val_steps: 2
84
+ num_speakers: 1
85
+ num_symbols: 256
86
+ num_test_examples: 1
87
+ num_workers: 1
88
+ overfit_batches: 0.0
89
+ p_dropout: 0.1
90
+ plugins: null
91
+ precision: 32
92
+ profiler: null
93
+ quality: high
94
+ reload_dataloaders_every_n_epochs: 0
95
+ replace_sampler_ddp: true
96
+ resblock: '1'
97
+ resblock_dilation_sizes: !!python/tuple
98
+ - &id002 !!python/tuple
99
+ - 1
100
+ - 3
101
+ - 5
102
+ - *id002
103
+ - *id002
104
+ resblock_kernel_sizes: !!python/tuple
105
+ - 3
106
+ - 7
107
+ - 11
108
+ resume_from_checkpoint: /content/drive/MyDrive/colab/piper/Death/lightning_logs/version_1/checkpoints/last.ckpt
109
+ resume_from_single_speaker_checkpoint: null
110
+ sample_bytes: 2
111
+ sample_rate: 16000
112
+ save_last: true
113
+ seed: 1234
114
+ segment_size: 8192
115
+ strategy: null
116
+ sync_batchnorm: false
117
+ tpu_cores: null
118
+ track_grad_norm: -1
119
+ upsample_initial_channel: 512
120
+ upsample_kernel_sizes: !!python/tuple
121
+ - 16
122
+ - 16
123
+ - 4
124
+ - 4
125
+ upsample_rates: !!python/tuple
126
+ - 8
127
+ - 8
128
+ - 2
129
+ - 2
130
+ use_sdp: true
131
+ use_spectral_norm: false
132
+ val_check_interval: null
133
+ validation_split: 0.01
134
+ warmup_epochs: 0
135
+ weights_save_path: null
136
+ win_length: 1024
piperTTS/en-US/DeathPuss&Boots/RawModel&TrainingData/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1de9381e06d30115eed37bbce2439bad4b5070020892ff1e3cb8ee3281066df8
3
+ size 998167236
piperTTS/en-US/DeathPuss&Boots/RawModel&TrainingData/metadata.csv ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ audio_91.wav|Diablos, fui a jugar, ¿como?
2
+ audio_104.wav|Life's flashing before your eyes.
3
+ audio_5.wav|Well, well, if it isn't Pussy Boots himself. And a flash.
4
+ audio_52.wav|It is true.
5
+ audio_23.wav|The firing makes it more fun for me.
6
+ audio_28.wav|You're ruining this for me!
7
+ audio_48.wav|Life's flashing before your eyes.
8
+ audio_7.wav|I just love to smell beer.
9
+ audio_29.wav|And, but you, because Boozing Boots laughs in the face of death, right?
10
+ audio_87.wav|I'm Death, straight up.
11
+ audio_75.wav|But everyone thinks you'll be the one to defeat me.
12
+ audio_64.wav|So I've heard
13
+ audio_46.wav|Good to meet you, too.
14
+ audio_16.wav|it's intoxicating
15
+ audio_18.wav|But no one's escaped me yet.
16
+ audio_96.wav|Oh, damn.
17
+ audio_55.wav|There's the famous hat, the feather, and of course, the boots.
18
+ audio_82.wav|This is going to be fine.
19
+ audio_2.wav|way out run away to more lives
20
+ audio_27.wav|But you're not laughing now.
21
+ audio_53.wav|The end.
22
+ audio_24.wav|We'll get out.
23
+ audio_97.wav|Corri, corri, gattito.
24
+ audio_13.wav|Slow. Sloppy. It's time.
25
+ audio_57.wav|I've enjoyed the chase, Craddle.
26
+ audio_51.wav|You really gotta stop losing that.
27
+ audio_3.wav|Thanks.
28
+ audio_84.wav|You're ruining this for me!
29
+ audio_61.wav|Well, well, if it isn't Pussy Boots himself. And a flash.
30
+ audio_43.wav|Been following you for a long time.
31
+ audio_92.wav|Adio.
32
+ audio_80.wav|We'll get out.
33
+ audio_95.wav|Hey, I never do this, but can I get your autograph?
34
+ audio_33.wav|Live it well.
35
+ audio_30.wav|it up.
36
+ audio_74.wav|But no one's escaped me yet.
37
+ audio_93.wav|I was there to witness all of that.
38
+ audio_85.wav|And, but you, because Boozing Boots laughs in the face of death, right?
39
+ audio_107.wav|You really gotta stop losing that.
40
+ audio_101.wav|Go ahead. Run!
41
+ audio_63.wav|I just love to smell beer.
42
+ audio_78.wav|Thank you.
43
+ audio_65.wav|Live your life, sings Moot.
44
+ audio_49.wav|Sorry with your past lives or your past death, as I like to call it.
45
+ audio_68.wav|And you didn't value any of them.
46
+ audio_41.wav|Corri, corri, gattito.
47
+ audio_44.wav|Pick it up.
48
+ audio_47.wav|Thank you.
49
+ audio_35.wav|Diablos, fui a jugar, ¿como?
50
+ audio_32.wav|My compliments to your cobbler.
51
+ audio_58.wav|way out run away to more lives
52
+ audio_62.wav|So, why don't I do us both a favor and take this last one now?
53
+ audio_70.wav|But I don't see him anymore.
54
+ audio_112.wav|That's cheating.
55
+ audio_20.wav|Good night.
56
+ audio_83.wav|But you're not laughing now.
57
+ audio_26.wav|This is going to be fine.
58
+ audio_50.wav|Shh, don't tell.
59
+ audio_89.wav|Live it well.
60
+ audio_108.wav|It is true.
61
+ audio_77.wav|Thank you. Ciao.
62
+ audio_76.wav|Good night.
63
+ audio_111.wav|There's the famous hat, the feather, and of course, the boots.
64
+ audio_110.wav|Fight!
65
+ audio_1.wav|I've enjoyed the chase, Craddle.
66
+ audio_100.wav|Pick it up.
67
+ audio_34.wav|It's marvelous.
68
+ audio_17.wav|I came here for an arrogant little legend who thought he was immortal.
69
+ audio_98.wav|You know we will meet again, right?
70
+ audio_103.wav|Thank you.
71
+ audio_6.wav|So, why don't I do us both a favor and take this last one now?
72
+ audio_56.wav|That's cheating.
73
+ audio_4.wav|You know, I'm not a good person.
74
+ audio_19.wav|But everyone thinks you'll be the one to defeat me.
75
+ audio_90.wav|It's marvelous.
76
+ audio_12.wav|And you didn't value any of them.
77
+ audio_72.wav|it's intoxicating
78
+ audio_11.wav|I find the very idea of nine lives... Oops.
79
+ audio_15.wav|I'm right there.
80
+ audio_73.wav|I came here for an arrogant little legend who thought he was immortal.
81
+ audio_31.wav|I'm Death, straight up.
82
+ audio_66.wav|I don't mean it metaphorically, or rhetorically, or poetically, or theoretically, or in any other fancy way.
83
+ audio_67.wav|I find the very idea of nine lives... Oops.
84
+ audio_71.wav|I'm right there.
85
+ audio_81.wav|But I think we've reached the end now, you and I.
86
+ audio_36.wav|Adio.
87
+ audio_54.wav|Fight!
88
+ audio_99.wav|Been following you for a long time.
89
+ audio_8.wav|So I've heard
90
+ audio_9.wav|Live your life, sings Moot.
91
+ audio_60.wav|You know, I'm not a good person.
92
+ audio_10.wav|I don't mean it metaphorically, or rhetorically, or poetically, or theoretically, or in any other fancy way.
93
+ audio_40.wav|Oh, damn.
94
+ audio_21.wav|Thank you. Ciao.
95
+ audio_102.wav|Good to meet you, too.
96
+ audio_79.wav|The firing makes it more fun for me.
97
+ audio_109.wav|The end.
98
+ audio_86.wav|it up.
99
+ audio_37.wav|I was there to witness all of that.
100
+ audio_14.wav|But I don't see him anymore.
101
+ audio_94.wav|Lives flashing before your eyes.
102
+ audio_25.wav|But I think we've reached the end now, you and I.
103
+ audio_105.wav|Sorry with your past lives or your past death, as I like to call it.
104
+ audio_69.wav|Slow. Sloppy. It's time.
105
+ audio_88.wav|My compliments to your cobbler.
106
+ audio_45.wav|Go ahead. Run!
107
+ audio_106.wav|Shh, don't tell.
108
+ audio_39.wav|Hey, I never do this, but can I get your autograph?
109
+ audio_22.wav|Thank you.
110
+ audio_42.wav|You know we will meet again, right?
111
+ audio_38.wav|Lives flashing before your eyes.
112
+ audio_59.wav|Thanks.
piperTTS/en-US/DeathPuss&Boots/en_US-death-high_onnx/en_US-death-high.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c95b0fb97522385bc507a0421bcc17cbc957cde66276648b3e4d7cb0dd8d1ea
3
+ size 114199011
piperTTS/en-US/DeathPuss&Boots/en_US-death-high_onnx/en_US-death-high_onnx_MODEL_CARD ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model card for death (high)
2
+
3
+ * Language: en_US (normaliced)
4
+ * Speakers: 1
5
+ * Quality: high
6
+ * Samplerate: 16000Hz
7
+
8
+ ## Dataset
9
+
10
+ * URL:
11
+ * License:
12
+
13
+ ## Training
14
+
15
+ Trained from scratch.
16
+ Or finetuned from:
piperTTS/en-US/DeathPuss&Boots/en_US-death-high_onnx/en_US-death-high_onnx_en_US-death-high.onnx.json ADDED
@@ -0,0 +1,497 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Death",
3
+ "audio": {
4
+ "sample_rate": 16000,
5
+ "quality": "Death"
6
+ },
7
+ "espeak": {
8
+ "voice": "en-us"
9
+ },
10
+ "language": {
11
+ "code": "en-us"
12
+ },
13
+ "inference": {
14
+ "noise_scale": 0.667,
15
+ "length_scale": 1,
16
+ "noise_w": 0.8
17
+ },
18
+ "phoneme_type": "espeak",
19
+ "phoneme_map": {},
20
+ "phoneme_id_map": {
21
+ " ": [
22
+ 3
23
+ ],
24
+ "!": [
25
+ 4
26
+ ],
27
+ "\"": [
28
+ 150
29
+ ],
30
+ "#": [
31
+ 149
32
+ ],
33
+ "$": [
34
+ 2
35
+ ],
36
+ "'": [
37
+ 5
38
+ ],
39
+ "(": [
40
+ 6
41
+ ],
42
+ ")": [
43
+ 7
44
+ ],
45
+ ",": [
46
+ 8
47
+ ],
48
+ "-": [
49
+ 9
50
+ ],
51
+ ".": [
52
+ 10
53
+ ],
54
+ "0": [
55
+ 130
56
+ ],
57
+ "1": [
58
+ 131
59
+ ],
60
+ "2": [
61
+ 132
62
+ ],
63
+ "3": [
64
+ 133
65
+ ],
66
+ "4": [
67
+ 134
68
+ ],
69
+ "5": [
70
+ 135
71
+ ],
72
+ "6": [
73
+ 136
74
+ ],
75
+ "7": [
76
+ 137
77
+ ],
78
+ "8": [
79
+ 138
80
+ ],
81
+ "9": [
82
+ 139
83
+ ],
84
+ ":": [
85
+ 11
86
+ ],
87
+ ";": [
88
+ 12
89
+ ],
90
+ "?": [
91
+ 13
92
+ ],
93
+ "X": [
94
+ 156
95
+ ],
96
+ "^": [
97
+ 1
98
+ ],
99
+ "_": [
100
+ 0
101
+ ],
102
+ "a": [
103
+ 14
104
+ ],
105
+ "b": [
106
+ 15
107
+ ],
108
+ "c": [
109
+ 16
110
+ ],
111
+ "d": [
112
+ 17
113
+ ],
114
+ "e": [
115
+ 18
116
+ ],
117
+ "f": [
118
+ 19
119
+ ],
120
+ "g": [
121
+ 154
122
+ ],
123
+ "h": [
124
+ 20
125
+ ],
126
+ "i": [
127
+ 21
128
+ ],
129
+ "j": [
130
+ 22
131
+ ],
132
+ "k": [
133
+ 23
134
+ ],
135
+ "l": [
136
+ 24
137
+ ],
138
+ "m": [
139
+ 25
140
+ ],
141
+ "n": [
142
+ 26
143
+ ],
144
+ "o": [
145
+ 27
146
+ ],
147
+ "p": [
148
+ 28
149
+ ],
150
+ "q": [
151
+ 29
152
+ ],
153
+ "r": [
154
+ 30
155
+ ],
156
+ "s": [
157
+ 31
158
+ ],
159
+ "t": [
160
+ 32
161
+ ],
162
+ "u": [
163
+ 33
164
+ ],
165
+ "v": [
166
+ 34
167
+ ],
168
+ "w": [
169
+ 35
170
+ ],
171
+ "x": [
172
+ 36
173
+ ],
174
+ "y": [
175
+ 37
176
+ ],
177
+ "z": [
178
+ 38
179
+ ],
180
+ "æ": [
181
+ 39
182
+ ],
183
+ "ç": [
184
+ 40
185
+ ],
186
+ "ð": [
187
+ 41
188
+ ],
189
+ "ø": [
190
+ 42
191
+ ],
192
+ "ħ": [
193
+ 43
194
+ ],
195
+ "ŋ": [
196
+ 44
197
+ ],
198
+ "œ": [
199
+ 45
200
+ ],
201
+ "ǀ": [
202
+ 46
203
+ ],
204
+ "ǁ": [
205
+ 47
206
+ ],
207
+ "ǂ": [
208
+ 48
209
+ ],
210
+ "ǃ": [
211
+ 49
212
+ ],
213
+ "ɐ": [
214
+ 50
215
+ ],
216
+ "ɑ": [
217
+ 51
218
+ ],
219
+ "ɒ": [
220
+ 52
221
+ ],
222
+ "ɓ": [
223
+ 53
224
+ ],
225
+ "ɔ": [
226
+ 54
227
+ ],
228
+ "ɕ": [
229
+ 55
230
+ ],
231
+ "ɖ": [
232
+ 56
233
+ ],
234
+ "ɗ": [
235
+ 57
236
+ ],
237
+ "ɘ": [
238
+ 58
239
+ ],
240
+ "ə": [
241
+ 59
242
+ ],
243
+ "ɚ": [
244
+ 60
245
+ ],
246
+ "ɛ": [
247
+ 61
248
+ ],
249
+ "ɜ": [
250
+ 62
251
+ ],
252
+ "ɞ": [
253
+ 63
254
+ ],
255
+ "ɟ": [
256
+ 64
257
+ ],
258
+ "ɠ": [
259
+ 65
260
+ ],
261
+ "ɡ": [
262
+ 66
263
+ ],
264
+ "ɢ": [
265
+ 67
266
+ ],
267
+ "ɣ": [
268
+ 68
269
+ ],
270
+ "ɤ": [
271
+ 69
272
+ ],
273
+ "ɥ": [
274
+ 70
275
+ ],
276
+ "ɦ": [
277
+ 71
278
+ ],
279
+ "ɧ": [
280
+ 72
281
+ ],
282
+ "ɨ": [
283
+ 73
284
+ ],
285
+ "ɪ": [
286
+ 74
287
+ ],
288
+ "ɫ": [
289
+ 75
290
+ ],
291
+ "ɬ": [
292
+ 76
293
+ ],
294
+ "ɭ": [
295
+ 77
296
+ ],
297
+ "ɮ": [
298
+ 78
299
+ ],
300
+ "ɯ": [
301
+ 79
302
+ ],
303
+ "ɰ": [
304
+ 80
305
+ ],
306
+ "ɱ": [
307
+ 81
308
+ ],
309
+ "ɲ": [
310
+ 82
311
+ ],
312
+ "ɳ": [
313
+ 83
314
+ ],
315
+ "ɴ": [
316
+ 84
317
+ ],
318
+ "ɵ": [
319
+ 85
320
+ ],
321
+ "ɶ": [
322
+ 86
323
+ ],
324
+ "ɸ": [
325
+ 87
326
+ ],
327
+ "ɹ": [
328
+ 88
329
+ ],
330
+ "ɺ": [
331
+ 89
332
+ ],
333
+ "ɻ": [
334
+ 90
335
+ ],
336
+ "ɽ": [
337
+ 91
338
+ ],
339
+ "ɾ": [
340
+ 92
341
+ ],
342
+ "ʀ": [
343
+ 93
344
+ ],
345
+ "ʁ": [
346
+ 94
347
+ ],
348
+ "ʂ": [
349
+ 95
350
+ ],
351
+ "ʃ": [
352
+ 96
353
+ ],
354
+ "ʄ": [
355
+ 97
356
+ ],
357
+ "ʈ": [
358
+ 98
359
+ ],
360
+ "ʉ": [
361
+ 99
362
+ ],
363
+ "ʊ": [
364
+ 100
365
+ ],
366
+ "ʋ": [
367
+ 101
368
+ ],
369
+ "ʌ": [
370
+ 102
371
+ ],
372
+ "ʍ": [
373
+ 103
374
+ ],
375
+ "ʎ": [
376
+ 104
377
+ ],
378
+ "ʏ": [
379
+ 105
380
+ ],
381
+ "ʐ": [
382
+ 106
383
+ ],
384
+ "ʑ": [
385
+ 107
386
+ ],
387
+ "ʒ": [
388
+ 108
389
+ ],
390
+ "ʔ": [
391
+ 109
392
+ ],
393
+ "ʕ": [
394
+ 110
395
+ ],
396
+ "ʘ": [
397
+ 111
398
+ ],
399
+ "ʙ": [
400
+ 112
401
+ ],
402
+ "ʛ": [
403
+ 113
404
+ ],
405
+ "ʜ": [
406
+ 114
407
+ ],
408
+ "ʝ": [
409
+ 115
410
+ ],
411
+ "ʟ": [
412
+ 116
413
+ ],
414
+ "ʡ": [
415
+ 117
416
+ ],
417
+ "ʢ": [
418
+ 118
419
+ ],
420
+ "ʦ": [
421
+ 155
422
+ ],
423
+ "ʰ": [
424
+ 145
425
+ ],
426
+ "ʲ": [
427
+ 119
428
+ ],
429
+ "ˈ": [
430
+ 120
431
+ ],
432
+ "ˌ": [
433
+ 121
434
+ ],
435
+ "ː": [
436
+ 122
437
+ ],
438
+ "ˑ": [
439
+ 123
440
+ ],
441
+ "˞": [
442
+ 124
443
+ ],
444
+ "ˤ": [
445
+ 146
446
+ ],
447
+ "̃": [
448
+ 141
449
+ ],
450
+ "̧": [
451
+ 140
452
+ ],
453
+ "̩": [
454
+ 144
455
+ ],
456
+ "̪": [
457
+ 142
458
+ ],
459
+ "̯": [
460
+ 143
461
+ ],
462
+ "̺": [
463
+ 152
464
+ ],
465
+ "̻": [
466
+ 153
467
+ ],
468
+ "β": [
469
+ 125
470
+ ],
471
+ "ε": [
472
+ 147
473
+ ],
474
+ "θ": [
475
+ 126
476
+ ],
477
+ "χ": [
478
+ 127
479
+ ],
480
+ "ᵻ": [
481
+ 128
482
+ ],
483
+ "↑": [
484
+ 151
485
+ ],
486
+ "↓": [
487
+ 148
488
+ ],
489
+ "ⱱ": [
490
+ 129
491
+ ]
492
+ },
493
+ "num_symbols": 256,
494
+ "num_speakers": 1,
495
+ "speaker_id_map": {},
496
+ "piper_version": "1.0.0"
497
+ }