Upload 35 files
Browse files- .gitattributes +2 -0
- Text/Supertonic/duration_predictor.onnx +3 -0
- Text/Supertonic/text_encoder.onnx +3 -0
- Text/Supertonic/unicode_indexer.json +0 -0
- Text/Supertonic/vector_estimator.onnx +3 -0
- Text/Supertonic/vocoder.onnx +3 -0
- Text/Supertonic/voice_styles/Female1.json +0 -0
- Text/Supertonic/voice_styles/Female2.json +0 -0
- Text/Supertonic/voice_styles/Male1.json +0 -0
- Text/Supertonic/voice_styles/Male2.json +0 -0
- Text/Whisper-Base/decoder_model_merged.onnx +3 -0
- Text/Whisper-Base/encoder_model.onnx +3 -0
- Text/Whisper-Base/mel_filters.npz +3 -0
- Text/Whisper-Base/merges.txt +0 -0
- Text/Whisper-Base/tokenizer_config.json +0 -0
- Text/Whisper-Base/vocab.json +0 -0
- Text/Whisper-Large/decoder_model_merged.onnx +3 -0
- Text/Whisper-Large/decoder_model_merged.onnx_data +3 -0
- Text/Whisper-Large/encoder_model.onnx +3 -0
- Text/Whisper-Large/encoder_model.onnx_data +3 -0
- Text/Whisper-Large/mel_filters.npz +3 -0
- Text/Whisper-Large/merges.txt +0 -0
- Text/Whisper-Large/tokenizer_config.json +0 -0
- Text/Whisper-Large/vocab.json +0 -0
- Text/Whisper-Medium/decoder_model_merged.onnx +3 -0
- Text/Whisper-Medium/encoder_model.onnx +3 -0
- Text/Whisper-Medium/mel_filters.npz +3 -0
- Text/Whisper-Medium/merges.txt +0 -0
- Text/Whisper-Medium/tokenizer_config.json +0 -0
- Text/Whisper-Medium/vocab.json +0 -0
- Text/Whisper-Tiny/decoder_model_merged.onnx +3 -0
- Text/Whisper-Tiny/encoder_model.onnx +3 -0
- Text/Whisper-Tiny/mel_filters.npz +3 -0
- Text/Whisper-Tiny/merges.txt +0 -0
- Text/Whisper-Tiny/tokenizer_config.json +0 -0
- Text/Whisper-Tiny/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -59,3 +59,5 @@ Diffusion/Nitro-E/vae_decoder/model.onnx.data filter=lfs diff=lfs merge=lfs -tex
|
|
| 59 |
Diffusion/Nitro-E/vae_encoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 60 |
Diffusion/StableDiffusion-XL/text_encoder_2/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 61 |
Diffusion/StableDiffusion-XL/unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 59 |
Diffusion/Nitro-E/vae_encoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 60 |
Diffusion/StableDiffusion-XL/text_encoder_2/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 61 |
Diffusion/StableDiffusion-XL/unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
Text/Whisper-Large/decoder_model_merged.onnx_data filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
Text/Whisper-Large/encoder_model.onnx_data filter=lfs diff=lfs merge=lfs -text
|
Text/Supertonic/duration_predictor.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e30b9d2dc2da1b12af5ff4a9b6e6ac00ca0bc900a2648ec0bf6e134e386c8133
|
| 3 |
+
size 1590703
|
Text/Supertonic/text_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c857c504f84855a78e3506e882ddd4b414c7e6cc5c96a87d4e1fc741917aa4b
|
| 3 |
+
size 27978387
|
Text/Supertonic/unicode_indexer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Supertonic/vector_estimator.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eb36e8cc102e0db3171229a6ae87be3ff244d949997010c0edf0fd6b643483d
|
| 3 |
+
size 132517477
|
Text/Supertonic/vocoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6886622edc640d74d28c22e8282f0cf8d8eb5dc33d0ced67ed652ef6ea68d0c3
|
| 3 |
+
size 101424195
|
Text/Supertonic/voice_styles/Female1.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Supertonic/voice_styles/Female2.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Supertonic/voice_styles/Male1.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Supertonic/voice_styles/Male2.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Base/decoder_model_merged.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fed66b2b8dfa1ae213f768527dff1ef7e3857b8d45a36381850ce4dff8db936
|
| 3 |
+
size 208560983
|
Text/Whisper-Base/encoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0bd7927234639c6e1f293cef18a210cee4e4aea93e200ebbe48e1d7acf6fdb1
|
| 3 |
+
size 82474863
|
Text/Whisper-Base/mel_filters.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7450ae70723a5ef9d341e3cee628c7cb0177f36ce42c44b7ed2bf3325f0f6d4c
|
| 3 |
+
size 4271
|
Text/Whisper-Base/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Base/tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Base/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Large/decoder_model_merged.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dadfd4ffe47b792073118d88b8b7a3af39a437d954e5914b298430272d6442b
|
| 3 |
+
size 3151837
|
Text/Whisper-Large/decoder_model_merged.onnx_data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96f75bb114c97f4f08ac9a1a0b64674966aa04349a6dfcf3c5dda3b71e8f6db2
|
| 3 |
+
size 3626081280
|
Text/Whisper-Large/encoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4776407df4e9cfc9450c505613c4f04119d9fd09b847be1a8130a46dce506d8
|
| 3 |
+
size 676665
|
Text/Whisper-Large/encoder_model.onnx_data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c869922c76d760a49fbffeff93e93e7a99f016a28af0a854c1454785666070ad
|
| 3 |
+
size 2547138560
|
Text/Whisper-Large/mel_filters.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7450ae70723a5ef9d341e3cee628c7cb0177f36ce42c44b7ed2bf3325f0f6d4c
|
| 3 |
+
size 4271
|
Text/Whisper-Large/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Large/tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Large/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Medium/decoder_model_merged.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3b860eefa7321ea078f00a5d4b821f36dd38362ba3641a579ddfde3df37b45e
|
| 3 |
+
size 1828728265
|
Text/Whisper-Medium/encoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2089510b7427f03f3126e35a007b9eaf64bd7497d37d13e763264e9178f4a267
|
| 3 |
+
size 1229312445
|
Text/Whisper-Medium/mel_filters.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7450ae70723a5ef9d341e3cee628c7cb0177f36ce42c44b7ed2bf3325f0f6d4c
|
| 3 |
+
size 4271
|
Text/Whisper-Medium/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Medium/tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Medium/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Tiny/decoder_model_merged.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b81258b0e8acdbedce92eb901d18f1c189b2d6f3d8668261d65117d423f9a5b9
|
| 3 |
+
size 118579599
|
Text/Whisper-Tiny/encoder_model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39e81b6c86a5b2b4beda1bb3145486a769d594801f780a66cad1ae72c7ad2c5e
|
| 3 |
+
size 32909539
|
Text/Whisper-Tiny/mel_filters.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7450ae70723a5ef9d341e3cee628c7cb0177f36ce42c44b7ed2bf3325f0f6d4c
|
| 3 |
+
size 4271
|
Text/Whisper-Tiny/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Tiny/tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Text/Whisper-Tiny/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|