Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +2 -0
- README.md +72 -0
- v79/acoustic_convs_2d.bin +3 -0
- v79/albertm_2d.bin +3 -0
- v79/dec_backbonem_2d.bin +3 -0
- v79/decode3m_2d.bin +3 -0
- v79/dsp/libQnnHrtOpPkg.so +3 -0
- v79/duration_head_2d.bin +3 -0
- v79/f0nm_2d.bin +3 -0
- v79/gen_s1m_2d.bin +3 -0
- v79/gen_s2m_2d.bin +3 -0
- v79/host_weights/asr_res_bias.bin +3 -0
- v79/host_weights/asr_res_weight.bin +3 -0
- v79/host_weights/embeddings_LayerNorm_bias.bin +3 -0
- v79/host_weights/embeddings_LayerNorm_weight.bin +3 -0
- v79/host_weights/embeddings_hidden_mapping_bias.bin +3 -0
- v79/host_weights/embeddings_hidden_mapping_weight.bin +3 -0
- v79/host_weights/embeddings_position_embeddings.bin +3 -0
- v79/host_weights/embeddings_token_type_embeddings.bin +3 -0
- v79/host_weights/embeddings_word_embeddings.bin +3 -0
- v79/host_weights/f0_conv_bias.bin +3 -0
- v79/host_weights/f0_conv_weight.bin +3 -0
- v79/host_weights/istft_inverse_basis.bin +3 -0
- v79/host_weights/istft_window_sum.bin +3 -0
- v79/host_weights/lstm_encoder_B.bin +3 -0
- v79/host_weights/lstm_encoder_R.bin +3 -0
- v79/host_weights/lstm_encoder_W.bin +3 -0
- v79/host_weights/lstm_prosody_0_B.bin +3 -0
- v79/host_weights/lstm_prosody_0_R.bin +3 -0
- v79/host_weights/lstm_prosody_0_W.bin +3 -0
- v79/host_weights/lstm_prosody_2_B.bin +3 -0
- v79/host_weights/lstm_prosody_2_R.bin +3 -0
- v79/host_weights/lstm_prosody_2_W.bin +3 -0
- v79/host_weights/lstm_prosody_4_B.bin +3 -0
- v79/host_weights/lstm_prosody_4_R.bin +3 -0
- v79/host_weights/lstm_prosody_4_W.bin +3 -0
- v79/host_weights/lstm_shared_B.bin +3 -0
- v79/host_weights/lstm_shared_R.bin +3 -0
- v79/host_weights/lstm_shared_W.bin +3 -0
- v79/host_weights/lstm_textenc_B.bin +3 -0
- v79/host_weights/lstm_textenc_R.bin +3 -0
- v79/host_weights/lstm_textenc_W.bin +3 -0
- v79/host_weights/n_conv_bias.bin +3 -0
- v79/host_weights/n_conv_weight.bin +3 -0
- v79/host_weights/prosody_adaln_1_fc_bias.bin +3 -0
- v79/host_weights/prosody_adaln_1_fc_weight.bin +3 -0
- v79/host_weights/prosody_adaln_3_fc_bias.bin +3 -0
- v79/host_weights/prosody_adaln_3_fc_weight.bin +3 -0
- v79/host_weights/prosody_adaln_5_fc_bias.bin +3 -0
- v79/host_weights/prosody_adaln_5_fc_weight.bin +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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 |
+
v79/dsp/libQnnHrtOpPkg.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
v79/libQnnHrtOpPkg.so filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- qhexrt
|
| 5 |
+
- kokoro
|
| 6 |
+
- styletts2
|
| 7 |
+
- tts
|
| 8 |
+
- hexagon
|
| 9 |
+
- npu
|
| 10 |
+
- qnn
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
pipeline_tag: text-to-speech
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Kokoro-82M — QHexRT NPU bundle (Hexagon v79)
|
| 17 |
+
|
| 18 |
+
Precompiled **Kokoro-82M** (StyleTTS2) text-to-speech for the **QHexRT** runtime on Qualcomm Hexagon
|
| 19 |
+
**v79** (Snapdragon 8 Elite / SM8750, e.g. Galaxy S25). **All 8 model graphs run on the NPU**, including a
|
| 20 |
+
custom HVX vocoder-tail op-package; the StyleTTS2 prosody BiLSTMs, sine source, and iSTFT are QHexRT's host
|
| 21 |
+
glue. **On-device g2p** (English) is built in — type arbitrary text, get speech, no host step.
|
| 22 |
+
|
| 23 |
+
Device-validated end-to-end: arbitrary English text → **variable-length** 24 kHz mono audio. Drift-tolerant
|
| 24 |
+
mel-spectrogram cosine **0.98** vs the PyTorch reference; the on-device g2p reproduces the official
|
| 25 |
+
[misaki](https://github.com/hexgrad/misaki) phonemes on the vast majority of common English (bit-identical
|
| 26 |
+
audio where it matches). Long text is auto-chunked into ≤141-phoneme windows and equal-power crossfaded.
|
| 27 |
+
|
| 28 |
+
Measured on S25/v79: 3.25 s of speech in ~8.5 s (RTF ≈2.6×); the audio-rate custom vocoder op dominates.
|
| 29 |
+
|
| 30 |
+
## Contents (`v79/`)
|
| 31 |
+
| file | what |
|
| 32 |
+
|------|------|
|
| 33 |
+
| `kokoro-en.json` | QHexRT manifest (TTS family, `kokoro_synthesize` plan, 8 graphs) |
|
| 34 |
+
| `albertm_2d.bin` | ALBERT prosody transformer (key-pad-masked attention) |
|
| 35 |
+
| `duration_head_2d.bin` | duration predictor head |
|
| 36 |
+
| `acoustic_convs_2d.bin` | text-encoder acoustic convs |
|
| 37 |
+
| `f0nm_2d.bin` | F0 / N predictors (masked InstanceNorm) |
|
| 38 |
+
| `dec_backbonem_2d.bin` | decoder backbone (masked InstanceNorm) |
|
| 39 |
+
| `decode3m_2d.bin` | decoder stage 3 (masked InstanceNorm) |
|
| 40 |
+
| `gen_s1m_2d.bin` | generator stage 1 (masked InstanceNorm) |
|
| 41 |
+
| `gen_s2m_2d.bin` | generator stage 2 — **custom HVX vocoder tail** (valid-length) |
|
| 42 |
+
| `libQnnHrtOpPkg.so` | op-package stub (registered before context create) |
|
| 43 |
+
| `dsp/libQnnHrtOpPkg.so` | op-package v79 HVX skel (cDSP; found via `ADSP_LIBRARY_PATH`) |
|
| 44 |
+
| `host_weights/` | StyleTTS2 host-glue weights (embeddings, BiLSTMs, AdaLN, convs, STFT bases) |
|
| 45 |
+
| `voices.bin` | `af` voicepack `[512,256]` (length-indexed style) |
|
| 46 |
+
| `kokoro_lexicon.txt` | g2p pronunciation dictionary (178k words → IPA) |
|
| 47 |
+
| `kokoro_vocab.txt` | phoneme → token-id table (177) |
|
| 48 |
+
|
| 49 |
+
## Run (QHexRT CLI)
|
| 50 |
+
```bash
|
| 51 |
+
huggingface-cli download runanywhere/kokoro_en_HNPU --local-dir kokoro_en_HNPU
|
| 52 |
+
# QNN libs come from the QAIRT SDK (lib/aarch64-android) + the v79 HTP skel; push them next to qhx_say.
|
| 53 |
+
adb push kokoro_en_HNPU/v79 /data/local/tmp/wq/kokoro # PowerShell + native paths on Windows
|
| 54 |
+
# the custom op-package additionally needs libQnnHtpPrepare.so from the SDK staging (alongside libQnnHtp.so)
|
| 55 |
+
adb shell "cd /data/local/tmp/wq && export ADSP_LIBRARY_PATH='/data/local/tmp/wq/kokoro/dsp;/data/local/tmp/wq/kokoro;/vendor/dsp/cdsp'; \
|
| 56 |
+
LD_LIBRARY_PATH=. ./qhx_say kokoro/kokoro-en.json libQnnHtp.so libQnnSystem.so kokoro \
|
| 57 |
+
'Hexagon neural processing unit. Variable length text works end to end.' kokoro/out.wav"
|
| 58 |
+
adb pull /data/local/tmp/wq/kokoro/out.wav # 24 kHz mono
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
+
## Notes
|
| 62 |
+
- Arch: **v79** only (context binaries are dsp-arch-pinned; the gen_s2 context-bin was composed on-device).
|
| 63 |
+
- The gen_s2 op-package uses **HVX** (HMX is forbidden in external op-packages); it is the perf bottleneck.
|
| 64 |
+
- Unlike the pure-AI-Hub bundles, the op-package stub links `libQnnHtpPrepare.so` — stage it alongside
|
| 65 |
+
`libQnnHtp.so`/`libQnnSystem.so` (it is in the QAIRT SDK `lib/aarch64-android/`), or registration fails (0xfa0).
|
| 66 |
+
- **On-device g2p** is dictionary-based (misaki gold+silver) + morphology + a `the/a` vowel rule + num2words;
|
| 67 |
+
it is spacy-free, so homographs (e.g. "live") use the dictionary default and the audio can differ subtly
|
| 68 |
+
from the host misaki path on those. For exact misaki parity, precompute `input_ids_i64.bin` instead of
|
| 69 |
+
passing text.
|
| 70 |
+
- The decoder style reference (`style[:128]`) is baked at a reference length; the length-varying prosody
|
| 71 |
+
half (`style[128:]`) is selected per window from `voices.bin`.
|
| 72 |
+
- Source: [hexgrad/Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M); voice `af`.
|
v79/acoustic_convs_2d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f5a2a22200049a4c82e4fb61b11336a7ed5387448c0ee5a591d0a04775428fc
|
| 3 |
+
size 7970816
|
v79/albertm_2d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:103607f2942d7919d270c2e5984a95cad858540b7524d72883be5e4b48f5bc35
|
| 3 |
+
size 12615680
|
v79/dec_backbonem_2d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8e185de0afdb7071c4793497a111844156b0894b27347f32bad08ea2bd11bcf
|
| 3 |
+
size 59793408
|
v79/decode3m_2d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2ee757ddababaf91323b3b396b07fa696f500f84aae9a393387675b1fe2c2a4
|
| 3 |
+
size 7188480
|
v79/dsp/libQnnHrtOpPkg.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2aa00bb3075f80e887b23c771b4cc83f27d7f45a4c1f25fb622e4da6f2ee4823
|
| 3 |
+
size 278768
|
v79/duration_head_2d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7659d99d1ff147ae560d0694a2c9ff109b8f41830bca7ccb48d79be8e6017066
|
| 3 |
+
size 110592
|
v79/f0nm_2d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e1266cb4443bce003e0b07d9da2dec9d65ea3386156dcaea37a6ab787303b66
|
| 3 |
+
size 13070336
|
v79/gen_s1m_2d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27b88dada451b527f2af9f3077fc77dfa6262988783695fefaa5d633c5c9a943
|
| 3 |
+
size 76292096
|
v79/gen_s2m_2d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a53a2c598da25ad20a6714bd3e683c37ab501d8675fa61401ba65786a4561ea
|
| 3 |
+
size 7196672
|
v79/host_weights/asr_res_bias.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fa4fcd71e7961c116ef7743dd7b8f949e5834c8672f513e20abb942c93ca314
|
| 3 |
+
size 256
|
v79/host_weights/asr_res_weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99889325b8116c97abc5f988203f71a00e1971332da6651acd946e83f55e2a76
|
| 3 |
+
size 131072
|
v79/host_weights/embeddings_LayerNorm_bias.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d9afa1ccb047c175e0256ae2155ca93f7ba6b475c6a606575dbae00f45b29f2
|
| 3 |
+
size 512
|
v79/host_weights/embeddings_LayerNorm_weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3777993ae594bc5ee7065b565adbc406e7b296197e9e0093aff3cbcc31ccd168
|
| 3 |
+
size 512
|
v79/host_weights/embeddings_hidden_mapping_bias.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6712467836335fea153e578c5a1724b614208c526541d0f389485109760494a8
|
| 3 |
+
size 3072
|
v79/host_weights/embeddings_hidden_mapping_weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e48d547f9f7b438c627fd3ed5d216fa012c953efe850ec5419e13ba41f2a0aeb
|
| 3 |
+
size 393216
|
v79/host_weights/embeddings_position_embeddings.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f32e0b248d9dcdbb8ddb8fd087171402177f74bbdbcc9ddc6e8bbeba613c7ba1
|
| 3 |
+
size 262144
|
v79/host_weights/embeddings_token_type_embeddings.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e564d82865a4196998cacfb97a560fb212e9f667e8da1336ab146ea503b554a5
|
| 3 |
+
size 1024
|
v79/host_weights/embeddings_word_embeddings.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:559324438e90ae2be36d314d0d7cfd577bc22a3036565f487fc4cbb38ab2b1b8
|
| 3 |
+
size 91136
|
v79/host_weights/f0_conv_bias.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8929f4267757fd08174d812d96a04227533ca7d71ffc35af5b02fd0cab8f5fdd
|
| 3 |
+
size 4
|
v79/host_weights/f0_conv_weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73a80beefad235885b1c66cf82fe1341f0b6a02fe809983a2c8f29e4f8968f32
|
| 3 |
+
size 12
|
v79/host_weights/istft_inverse_basis.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c77466744a00ae0140ce6750ee9107dfe291a09c835a7421fe592d6a06d3b42
|
| 3 |
+
size 1760
|
v79/host_weights/istft_window_sum.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd97cc0033a531d087fc0ee74a988f945f0564a7df15ce4ea8a9fa8d21cff43c
|
| 3 |
+
size 80
|
v79/host_weights/lstm_encoder_B.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55b841c01243f306a1aee8f265b26abc2fd98f7554219af7aea993007ec32f26
|
| 3 |
+
size 16384
|
v79/host_weights/lstm_encoder_R.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4506bb1fa13379a3bbbd7393abe06462d3a4ea9bc1273fad525e36021ac2511
|
| 3 |
+
size 2097152
|
v79/host_weights/lstm_encoder_W.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:645ef074ed8dcb44152aa4395787426c4a69b164557c47b8a7d5ffc88108216f
|
| 3 |
+
size 5242880
|
v79/host_weights/lstm_prosody_0_B.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:385e911e7e76992eed7b0b9198936f0046ea2d55315e0a2c066dee8a8d633270
|
| 3 |
+
size 16384
|
v79/host_weights/lstm_prosody_0_R.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ffdb48876af5da91229cc63d24a04d38d9d0b53d2ea72551fece549197c0c63
|
| 3 |
+
size 2097152
|
v79/host_weights/lstm_prosody_0_W.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d206d9f807717000874f2485693731215e038f341c4fd6e881de8d65e4c2d645
|
| 3 |
+
size 5242880
|
v79/host_weights/lstm_prosody_2_B.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4089e7c26d4359a51c5376c48a31b6ffd9a41c2ef570c65e52cd75d0c482bbb
|
| 3 |
+
size 16384
|
v79/host_weights/lstm_prosody_2_R.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70a2b3f0208d7f73cf8683e7a0f1d1e7a43c582670af9c4deba833d2f706e991
|
| 3 |
+
size 2097152
|
v79/host_weights/lstm_prosody_2_W.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:053c4ae443a37c3324b059e951d08edb4b5f883f319282c28908e3895221b3fe
|
| 3 |
+
size 5242880
|
v79/host_weights/lstm_prosody_4_B.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77f4ce3b64dfe9f7b84ab1f3576fecca2481da28343d87c2489f53ed151d4c3e
|
| 3 |
+
size 16384
|
v79/host_weights/lstm_prosody_4_R.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bd0a10c79fa1daea244ff0492ae668e1a930b9240e6d7932f547aa9d766a598
|
| 3 |
+
size 2097152
|
v79/host_weights/lstm_prosody_4_W.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c246be7372c3c84592652bd5de63141d833ae14faa3e40636f2d370612858cf
|
| 3 |
+
size 5242880
|
v79/host_weights/lstm_shared_B.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:117090b5a8656dff0b3d33b97d76e6d7d72a1ac0e8eb68f69141146974b65c6a
|
| 3 |
+
size 16384
|
v79/host_weights/lstm_shared_R.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f84654458106d744c15c43371bb729c68c92c0f77e91ff03397c102c4a4b6dcf
|
| 3 |
+
size 2097152
|
v79/host_weights/lstm_shared_W.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95d471f36cdf290f82f1f035409e46d41ace8e72f22f82705905a015a85c736c
|
| 3 |
+
size 5242880
|
v79/host_weights/lstm_textenc_B.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d89ea3b0e1a18e52422200dc20733023cdd26c0e9659c1ddb44afd4da93aa45
|
| 3 |
+
size 16384
|
v79/host_weights/lstm_textenc_R.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e126f0798a83c7c5b04753e273a6f812ad2f60e41d0d4cd1003af4da3f6b5e18
|
| 3 |
+
size 2097152
|
v79/host_weights/lstm_textenc_W.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de9875e1d8abba7e820b0e27f55fe0002444cd079f47952e8b951bbe50498b3c
|
| 3 |
+
size 4194304
|
v79/host_weights/n_conv_bias.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da0c5d73237d281c5f0f46204e2a851ceff13fb6ed249de62210390cee48a804
|
| 3 |
+
size 4
|
v79/host_weights/n_conv_weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e91b1739b078b3235e8be869cf1dda57a432b31e21f82cf9f2cc5b4726e86561
|
| 3 |
+
size 12
|
v79/host_weights/prosody_adaln_1_fc_bias.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80ab4d6bd27fba6bffd46703441365d7ca32687106738afe4b030d9648ebbc1a
|
| 3 |
+
size 4096
|
v79/host_weights/prosody_adaln_1_fc_weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d6880bf4da957c4e94ee64efa90d6699d48a5b9012dbb88c829bbeb22f81c85
|
| 3 |
+
size 524288
|
v79/host_weights/prosody_adaln_3_fc_bias.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12b6d99e8502c509b34b8208e168e036dd127196252b9178010d6949deffd6e9
|
| 3 |
+
size 4096
|
v79/host_weights/prosody_adaln_3_fc_weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df52f804d51228a000954344a5b78c39b1b37aabd4a18a73ae58421f14a26822
|
| 3 |
+
size 524288
|
v79/host_weights/prosody_adaln_5_fc_bias.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3b03bb2df78a702cde3ae14c607b2ed5144371e2f2357240abaecedf540f4b3
|
| 3 |
+
size 4096
|
v79/host_weights/prosody_adaln_5_fc_weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82700d73b210c05934f4c6b3b7609adfc8f8a4adc0ec294382334c39d23f7435
|
| 3 |
+
size 524288
|