Upload folder using huggingface_hub
Browse files- .gitattributes +8 -0
- configs/decoder4_split_manifest.json +0 -74
- configs/runtime_config.json +0 -12
- outputs/en_long_paragraph.wav → en_long_paragraph_ax650.wav +0 -0
- en_long_paragraph_distill_ax650.wav +3 -0
- en_sentence_ax650.wav +3 -0
- en_sentence_distill_ax650.wav +3 -0
- zh_long_paragraph_ax650.wav +3 -0
- zh_long_paragraph_distill_ax650.wav +3 -0
- zh_sentence_ax650.wav +3 -0
- zh_sentence_distill_ax650.wav +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,11 @@ outputs/zh_long_paragraph.wav filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
outputs/zh_long_paragraph_distill_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 59 |
outputs/zh_sentence.wav filter=lfs diff=lfs merge=lfs -text
|
| 60 |
outputs/zh_sentence_distill_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
outputs/zh_long_paragraph_distill_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 59 |
outputs/zh_sentence.wav filter=lfs diff=lfs merge=lfs -text
|
| 60 |
outputs/zh_sentence_distill_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
en_long_paragraph_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
en_long_paragraph_distill_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
en_sentence_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
en_sentence_distill_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
zh_long_paragraph_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
zh_long_paragraph_distill_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
zh_sentence_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
zh_sentence_distill_ax650.wav filter=lfs diff=lfs merge=lfs -text
|
configs/decoder4_split_manifest.json
DELETED
|
@@ -1,74 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"version": 2,
|
| 3 |
-
"source_summary": "/data/huyuan/workspace/LLM/TTS/ZIPVOICE_RICH_CHECK0_REQUANT_SUMMARY.md",
|
| 4 |
-
"source_static_onnx_manifest": "/data/huyuan/workspace/LLM/TTS/ZipVoice.AXERA/models/static_mask_1024_cfgfix_nolog_encoder_attn_loop_sigmoid_bump_decoder4/decoder4_split_manifest.json",
|
| 5 |
-
"source_encoder_axmodel": "/data/huyuan/workspace/LLM/TTS/ZipVoice.AXERA/model_convert/axmodels_nolog_encoder_core_rich_check0/encoder_core_nolog_rich_check0.axmodel",
|
| 6 |
-
"source_decoder_axmodel_dir": "/data/huyuan/workspace/LLM/TTS/ZipVoice.AXERA/model_convert/axmodels_attn_loop_sigmoid_bump_decoder4_rich_check0",
|
| 7 |
-
"encoder": {
|
| 8 |
-
"name": "encoder_core",
|
| 9 |
-
"file": "encoder.axmodel",
|
| 10 |
-
"inputs": [
|
| 11 |
-
"cat_tokens"
|
| 12 |
-
],
|
| 13 |
-
"outputs": [
|
| 14 |
-
"encoded"
|
| 15 |
-
]
|
| 16 |
-
},
|
| 17 |
-
"decoder_parts": [
|
| 18 |
-
{
|
| 19 |
-
"name": "fm_decoder_part0",
|
| 20 |
-
"file": "decoder_part0.axmodel",
|
| 21 |
-
"inputs": [
|
| 22 |
-
"t",
|
| 23 |
-
"x",
|
| 24 |
-
"text_condition",
|
| 25 |
-
"speech_condition",
|
| 26 |
-
"guidance_scale",
|
| 27 |
-
"padding_mask"
|
| 28 |
-
],
|
| 29 |
-
"outputs": [
|
| 30 |
-
"decoder_hidden_p0",
|
| 31 |
-
"time_hidden",
|
| 32 |
-
"padding_mask2",
|
| 33 |
-
"cfg_scale"
|
| 34 |
-
]
|
| 35 |
-
},
|
| 36 |
-
{
|
| 37 |
-
"name": "fm_decoder_part1",
|
| 38 |
-
"file": "decoder_part1.axmodel",
|
| 39 |
-
"inputs": [
|
| 40 |
-
"decoder_hidden_p0",
|
| 41 |
-
"time_hidden",
|
| 42 |
-
"padding_mask2"
|
| 43 |
-
],
|
| 44 |
-
"outputs": [
|
| 45 |
-
"decoder_hidden_p1"
|
| 46 |
-
]
|
| 47 |
-
},
|
| 48 |
-
{
|
| 49 |
-
"name": "fm_decoder_part2",
|
| 50 |
-
"file": "decoder_part2.axmodel",
|
| 51 |
-
"inputs": [
|
| 52 |
-
"decoder_hidden_p1",
|
| 53 |
-
"time_hidden",
|
| 54 |
-
"padding_mask2"
|
| 55 |
-
],
|
| 56 |
-
"outputs": [
|
| 57 |
-
"decoder_hidden_p2"
|
| 58 |
-
]
|
| 59 |
-
},
|
| 60 |
-
{
|
| 61 |
-
"name": "fm_decoder_part3",
|
| 62 |
-
"file": "decoder_part3.axmodel",
|
| 63 |
-
"inputs": [
|
| 64 |
-
"decoder_hidden_p2",
|
| 65 |
-
"time_hidden",
|
| 66 |
-
"padding_mask2",
|
| 67 |
-
"cfg_scale"
|
| 68 |
-
],
|
| 69 |
-
"outputs": [
|
| 70 |
-
"v"
|
| 71 |
-
]
|
| 72 |
-
}
|
| 73 |
-
]
|
| 74 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configs/runtime_config.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_type": "zipvoice_decoder4",
|
| 3 |
-
"max_tokens": 384,
|
| 4 |
-
"max_feat_len": 1024,
|
| 5 |
-
"feat_dim": 100,
|
| 6 |
-
"sampling_rate": 24000,
|
| 7 |
-
"hop_length": 256,
|
| 8 |
-
"num_step": 16,
|
| 9 |
-
"t_shift": 0.5,
|
| 10 |
-
"guidance_scale": 1.0,
|
| 11 |
-
"speed": 1.0
|
| 12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
outputs/en_long_paragraph.wav → en_long_paragraph_ax650.wav
RENAMED
|
File without changes
|
en_long_paragraph_distill_ax650.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89b90489242cb1cd03458530308d67b719cc5d5b891385ff87822d31e5a63f71
|
| 3 |
+
size 3108012
|
en_sentence_ax650.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc94c226559874053edde5331913364b6e2cd01ef7dde58e3c8df7735296e377
|
| 3 |
+
size 307756
|
en_sentence_distill_ax650.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb79eddf831f530450d2c5f7c4dee0d8a1f5e7ddbbe633f94defed8a4e9ddc6f
|
| 3 |
+
size 307756
|
zh_long_paragraph_ax650.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6805938a16e5b4a257444c2b33897ffba0d3a5cdbdb7a2de9dd93dd629273947
|
| 3 |
+
size 2147756
|
zh_long_paragraph_distill_ax650.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7595cfd42e8aa9ad2a97955776262ba87565bd182a9d5e757510b0c5f49c8b3
|
| 3 |
+
size 2147756
|
zh_sentence_ax650.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2997789e759fd6852ea30c73226d04a09369dabb777244c75d641798b09f1dab
|
| 3 |
+
size 307756
|
zh_sentence_distill_ax650.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:897608a94506534cb60ce9ba8106735b22ccf8cf7b4e48b04a5a1674be876d2d
|
| 3 |
+
size 307756
|