返回模型
说明文档
Respark 是一个 TTS 系统,使用 RWKV-7 语言模型对音频 token 进行建模,并采用 SparkTTS 的 BiCodec。本仓库将包含一系列不同规模和训练阶段的 respark 模型。请查看子目录了解详情。
yueyulin/respark
作者 yueyulin
text-to-speech
transformers
↓ 0
♥ 3
创建时间: 2025-07-08 09:56:09+00:00
更新时间: 2025-09-21 09:59:59+00:00
在 Hugging Face 上查看文件 (704)
.gitattributes
README.md
epoch2/.condarc
epoch2/.gitignore
epoch2/.vscode/launch.json
epoch2/Aventurine.wav
epoch2/BATCH_INFERENCE_README.md
epoch2/BiCodec/config.yaml
epoch2/BiCodec/model.safetensors
epoch2/Readme.md
epoch2/Readme_zh.md
epoch2/__init__.py
epoch2/__pycache__/spark_llm.cpython-311.pyc
epoch2/__pycache__/utilities.cpython-311.pyc
epoch2/added_tokens.json
epoch2/config.json
epoch2/config.yaml
epoch2/configuration_rwkv7.py
epoch2/convert_rwkv.py
epoch2/generation_config.json
epoch2/hf_rwkv_tokenizer.py
epoch2/kafka.wav
epoch2/model.safetensors
epoch2/model_converted.pth
epoch2/model_padded.pth
epoch2/modeling_rwkvspeech.py
epoch2/output.wav
epoch2/output_0.wav
epoch2/output_1.wav
epoch2/output_10.wav
epoch2/output_2.wav
epoch2/output_3.wav
epoch2/output_4.wav
epoch2/output_5.wav
epoch2/output_6.wav
epoch2/output_7.wav
epoch2/output_8.wav
epoch2/output_9.wav
epoch2/output_rwkvchat.wav
epoch2/output_streaming.wav
epoch2/rwkv_vocab_v20230424.txt
epoch2/spark_llm.py
epoch2/sparktts/models/__pycache__/audio_tokenizer.cpython-311.pyc
epoch2/sparktts/models/__pycache__/bicodec.cpython-311.pyc
epoch2/sparktts/models/audio_tokenizer.py
epoch2/sparktts/models/bicodec.py
epoch2/sparktts/modules/blocks/__pycache__/layers.cpython-311.pyc
epoch2/sparktts/modules/blocks/__pycache__/samper.cpython-311.pyc
epoch2/sparktts/modules/blocks/__pycache__/vocos.cpython-311.pyc
epoch2/sparktts/modules/blocks/layers.py
epoch2/sparktts/modules/blocks/samper.py
epoch2/sparktts/modules/blocks/vocos.py
epoch2/sparktts/modules/encoder_decoder/__pycache__/feat_decoder.cpython-311.pyc
epoch2/sparktts/modules/encoder_decoder/__pycache__/feat_encoder.cpython-311.pyc
epoch2/sparktts/modules/encoder_decoder/__pycache__/wave_generator.cpython-311.pyc
epoch2/sparktts/modules/encoder_decoder/feat_decoder.py
epoch2/sparktts/modules/encoder_decoder/feat_encoder.py
epoch2/sparktts/modules/encoder_decoder/wave_generator.py
epoch2/sparktts/modules/fsq/__pycache__/finite_scalar_quantization.cpython-311.pyc
epoch2/sparktts/modules/fsq/__pycache__/residual_fsq.cpython-311.pyc
epoch2/sparktts/modules/fsq/finite_scalar_quantization.py
epoch2/sparktts/modules/fsq/residual_fsq.py
epoch2/sparktts/modules/speaker/__pycache__/ecapa_tdnn.cpython-311.pyc
epoch2/sparktts/modules/speaker/__pycache__/perceiver_encoder.cpython-311.pyc
epoch2/sparktts/modules/speaker/__pycache__/pooling_layers.cpython-311.pyc
epoch2/sparktts/modules/speaker/__pycache__/speaker_encoder.cpython-311.pyc
epoch2/sparktts/modules/speaker/ecapa_tdnn.py
epoch2/sparktts/modules/speaker/perceiver_encoder.py
epoch2/sparktts/modules/speaker/pooling_layers.py
epoch2/sparktts/modules/speaker/speaker_encoder.py
epoch2/sparktts/modules/vq/__pycache__/factorized_vector_quantize.cpython-311.pyc
epoch2/sparktts/modules/vq/factorized_vector_quantize.py
epoch2/sparktts/utils/__init__.py
epoch2/sparktts/utils/__pycache__/__init__.cpython-311.pyc
epoch2/sparktts/utils/__pycache__/audio.cpython-311.pyc
epoch2/sparktts/utils/__pycache__/file.cpython-311.pyc
epoch2/sparktts/utils/audio.py
epoch2/sparktts/utils/file.py
epoch2/sparktts/utils/token_parser.py
epoch2/special_tokens_map.json
epoch2/test.wav
epoch2/test_rtf.py
epoch2/test_rtf_batch.py
epoch2/tokenizer_config.json
epoch2/tts.py
epoch2/tts_batch_infer.py
epoch2/tts_streaming.py
epoch2/tts_using_chatrwkv.py
epoch2/utilities.py
epoch2/vocab.txt
epoch2/wav2vec2-large-xlsr-53/README.md
epoch2/wav2vec2-large-xlsr-53/config.json
epoch2/wav2vec2-large-xlsr-53/preprocessor_config.json
epoch2/wav2vec2-large-xlsr-53/pytorch_model.bin
epoch9/.condarc
epoch9/.gitignore
epoch9/.vscode/launch.json
epoch9/Aventurine.wav
epoch9/BATCH_INFERENCE_README.md
epoch9/BiCodec/config.yaml
epoch9/BiCodec/model.safetensors
epoch9/Readme.md
epoch9/Readme_zh.md
epoch9/__init__.py
epoch9/__pycache__/spark_llm.cpython-311.pyc
epoch9/__pycache__/utilities.cpython-311.pyc
epoch9/added_tokens.json
epoch9/config.json
epoch9/config.yaml
epoch9/configuration_rwkv7.py
epoch9/convert_rwkv.py
epoch9/generation_config.json
epoch9/hf_rwkv_tokenizer.py
epoch9/kafka.wav
epoch9/model.safetensors
epoch9/model_converted.pth
epoch9/model_padded.pth
epoch9/modeling_rwkvspeech.py
epoch9/output.wav
epoch9/output_0.wav
epoch9/output_1.wav
epoch9/output_10.wav
epoch9/output_2.wav
epoch9/output_3.wav
epoch9/output_4.wav
epoch9/output_5.wav
epoch9/output_6.wav
epoch9/output_7.wav
epoch9/output_8.wav
epoch9/output_9.wav
epoch9/output_english.wav
epoch9/output_rwkvchat.wav
epoch9/output_streaming.wav
epoch9/rwkv_vocab_v20230424.txt
epoch9/spark_llm.py
epoch9/sparktts/models/__pycache__/audio_tokenizer.cpython-311.pyc
epoch9/sparktts/models/__pycache__/bicodec.cpython-311.pyc
epoch9/sparktts/models/audio_tokenizer.py
epoch9/sparktts/models/bicodec.py
epoch9/sparktts/modules/blocks/__pycache__/layers.cpython-311.pyc
epoch9/sparktts/modules/blocks/__pycache__/samper.cpython-311.pyc
epoch9/sparktts/modules/blocks/__pycache__/vocos.cpython-311.pyc
epoch9/sparktts/modules/blocks/layers.py
epoch9/sparktts/modules/blocks/samper.py
epoch9/sparktts/modules/blocks/vocos.py
epoch9/sparktts/modules/encoder_decoder/__pycache__/feat_decoder.cpython-311.pyc
epoch9/sparktts/modules/encoder_decoder/__pycache__/feat_encoder.cpython-311.pyc
epoch9/sparktts/modules/encoder_decoder/__pycache__/wave_generator.cpython-311.pyc
epoch9/sparktts/modules/encoder_decoder/feat_decoder.py
epoch9/sparktts/modules/encoder_decoder/feat_encoder.py
epoch9/sparktts/modules/encoder_decoder/wave_generator.py
epoch9/sparktts/modules/fsq/__pycache__/finite_scalar_quantization.cpython-311.pyc
epoch9/sparktts/modules/fsq/__pycache__/residual_fsq.cpython-311.pyc
epoch9/sparktts/modules/fsq/finite_scalar_quantization.py
epoch9/sparktts/modules/fsq/residual_fsq.py
epoch9/sparktts/modules/speaker/__pycache__/ecapa_tdnn.cpython-311.pyc
epoch9/sparktts/modules/speaker/__pycache__/perceiver_encoder.cpython-311.pyc
epoch9/sparktts/modules/speaker/__pycache__/pooling_layers.cpython-311.pyc
epoch9/sparktts/modules/speaker/__pycache__/speaker_encoder.cpython-311.pyc
epoch9/sparktts/modules/speaker/ecapa_tdnn.py
epoch9/sparktts/modules/speaker/perceiver_encoder.py
epoch9/sparktts/modules/speaker/pooling_layers.py
epoch9/sparktts/modules/speaker/speaker_encoder.py
epoch9/sparktts/modules/vq/__pycache__/factorized_vector_quantize.cpython-311.pyc
epoch9/sparktts/modules/vq/factorized_vector_quantize.py
epoch9/sparktts/utils/__init__.py
epoch9/sparktts/utils/__pycache__/__init__.cpython-311.pyc
epoch9/sparktts/utils/__pycache__/audio.cpython-311.pyc
epoch9/sparktts/utils/__pycache__/file.cpython-311.pyc
epoch9/sparktts/utils/audio.py
epoch9/sparktts/utils/file.py
epoch9/sparktts/utils/token_parser.py
epoch9/special_tokens_map.json
epoch9/test.wav
epoch9/test_rtf.py
epoch9/test_rtf_batch.py
epoch9/tokenizer_config.json
epoch9/tts.py
epoch9/tts_batch_infer.py
epoch9/tts_streaming.py
epoch9/tts_using_chatrwkv.py
epoch9/utilities.py
epoch9/vocab.txt
epoch9/wav2vec2-large-xlsr-53/README.md
epoch9/wav2vec2-large-xlsr-53/config.json
epoch9/wav2vec2-large-xlsr-53/preprocessor_config.json
epoch9/wav2vec2-large-xlsr-53/pytorch_model.bin
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/BiCodecDetokenize.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/BiCodecTokenize.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/README.md
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/generation_config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/hf_rwkv_tokenizer.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/model.safetensors
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/model_converted.pth
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/model_padded.pth
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/modeling_rwkvspeech.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/properties_util.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/ref_audio_utilities.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/requirements.txt
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/rwkv_vocab_v20230424.txt
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/spark_llm.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/special_tokens_map.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/tokenizer_config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/tts_cli.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/vocab.txt
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/wav2vec2-large-xlsr-53.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/webrwkv.safetensors
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/webrwkv_py-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/webrwkv_py-0.1.0-cp311-cp311-manylinux_2_35_x86_64.whl
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch0/webrwkv_py-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/BiCodecDetokenize.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/BiCodecTokenize.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/__pycache__/properties_util.cpython-311.pyc
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/__pycache__/ref_audio_utilities.cpython-311.pyc
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/generation_config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/hf_rwkv_tokenizer.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/model.safetensors
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/model_converted.pth
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/model_padded.pth
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/modeling_rwkvspeech.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/properties_util.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/ref_audio_utilities.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/rwkv_vocab_v20230424.txt
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/spark_llm.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/special_tokens_map.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/texts_utilities.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/tokenizer_config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/translation_data.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/tts_cli.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/utilities.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/vocab.txt
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/wav2vec2-large-xlsr-53.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa-epoch1/webrwkv.safetensors
rwkv7-0.1B-g1-respark-voice-tunable-ipa/BiCodecDetokenize.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa/BiCodecTokenize.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa/__pycache__/properties_util.cpython-311.pyc
rwkv7-0.1B-g1-respark-voice-tunable-ipa/__pycache__/ref_audio_utilities.cpython-311.pyc
rwkv7-0.1B-g1-respark-voice-tunable-ipa/config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa/generation_config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa/hf_rwkv_tokenizer.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/model.safetensors
rwkv7-0.1B-g1-respark-voice-tunable-ipa/model_converted.pth
rwkv7-0.1B-g1-respark-voice-tunable-ipa/model_padded.pth
rwkv7-0.1B-g1-respark-voice-tunable-ipa/modeling_rwkvspeech.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/properties_util.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/ref_audio_utilities.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/rwkv_vocab_v20230424.txt
rwkv7-0.1B-g1-respark-voice-tunable-ipa/spark_llm.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/special_tokens_map.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa/texts_utilities.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/tokenizer_config.json
rwkv7-0.1B-g1-respark-voice-tunable-ipa/translation_data.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/tts_cli.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/utilities.py
rwkv7-0.1B-g1-respark-voice-tunable-ipa/vocab.txt
rwkv7-0.1B-g1-respark-voice-tunable-ipa/wav2vec2-large-xlsr-53.onnx
ONNX
rwkv7-0.1B-g1-respark-voice-tunable-ipa/webrwkv.safetensors
rwkv7-0.4B-g1-respark-voice-tunable-25k/__init__.py
rwkv7-0.4B-g1-respark-voice-tunable-25k/config.json
rwkv7-0.4B-g1-respark-voice-tunable-25k/configuration_rwkv7.py
rwkv7-0.4B-g1-respark-voice-tunable-25k/generation_config.json
rwkv7-0.4B-g1-respark-voice-tunable-25k/hf_rwkv_tokenizer.py
rwkv7-0.4B-g1-respark-voice-tunable-25k/model.safetensors
rwkv7-0.4B-g1-respark-voice-tunable-25k/model_converted.pth
rwkv7-0.4B-g1-respark-voice-tunable-25k/model_padded.pth
rwkv7-0.4B-g1-respark-voice-tunable-25k/modeling_rwkv7.py
rwkv7-0.4B-g1-respark-voice-tunable-25k/modeling_rwkvspeech.py
rwkv7-0.4B-g1-respark-voice-tunable-25k/rwkv_vocab_v20230424.txt
rwkv7-0.4B-g1-respark-voice-tunable-25k/spark_llm.py
rwkv7-0.4B-g1-respark-voice-tunable-25k/special_tokens_map.json
rwkv7-0.4B-g1-respark-voice-tunable-25k/tokenizer_config.json
rwkv7-0.4B-g1-respark-voice-tunable-25k/vocab.txt
rwkv7-0.4B-g1-respark-voice-tunable/__init__.py
rwkv7-0.4B-g1-respark-voice-tunable/config.json
rwkv7-0.4B-g1-respark-voice-tunable/configuration_rwkv7.py
rwkv7-0.4B-g1-respark-voice-tunable/generation_config.json
rwkv7-0.4B-g1-respark-voice-tunable/hf_rwkv_tokenizer.py
rwkv7-0.4B-g1-respark-voice-tunable/model.safetensors
rwkv7-0.4B-g1-respark-voice-tunable/model_converted.pth
rwkv7-0.4B-g1-respark-voice-tunable/model_padded.pth
rwkv7-0.4B-g1-respark-voice-tunable/modeling_rwkv7.py
rwkv7-0.4B-g1-respark-voice-tunable/modeling_rwkvspeech.py
rwkv7-0.4B-g1-respark-voice-tunable/rwkv_vocab_v20230424.txt
rwkv7-0.4B-g1-respark-voice-tunable/spark_llm.py
rwkv7-0.4B-g1-respark-voice-tunable/special_tokens_map.json
rwkv7-0.4B-g1-respark-voice-tunable/tokenizer_config.json
rwkv7-0.4B-g1-respark-voice-tunable/vocab.txt
rwkv7-0.4B-g1-respark-voice-tunable_ipa/BiCodecDetokenize.onnx
ONNX
rwkv7-0.4B-g1-respark-voice-tunable_ipa/BiCodecTokenize.onnx
ONNX
rwkv7-0.4B-g1-respark-voice-tunable_ipa/README.md
rwkv7-0.4B-g1-respark-voice-tunable_ipa/__init__.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/config.json
rwkv7-0.4B-g1-respark-voice-tunable_ipa/configuration_rwkv7.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/generation_config.json
rwkv7-0.4B-g1-respark-voice-tunable_ipa/hf_rwkv_tokenizer.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/model.safetensors
rwkv7-0.4B-g1-respark-voice-tunable_ipa/model_converted.pth
rwkv7-0.4B-g1-respark-voice-tunable_ipa/model_padded.pth
rwkv7-0.4B-g1-respark-voice-tunable_ipa/modeling_rwkv7.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/modeling_rwkvspeech.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/properties_util.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/ref_audio_utilities.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/requirements.txt
rwkv7-0.4B-g1-respark-voice-tunable_ipa/rwkv_vocab_v20230424.txt
rwkv7-0.4B-g1-respark-voice-tunable_ipa/spark_llm.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/special_tokens_map.json
rwkv7-0.4B-g1-respark-voice-tunable_ipa/tokenizer_config.json
rwkv7-0.4B-g1-respark-voice-tunable_ipa/tts_cli.py
rwkv7-0.4B-g1-respark-voice-tunable_ipa/vocab.txt
rwkv7-0.4B-g1-respark-voice-tunable_ipa/wav2vec2-large-xlsr-53.onnx
ONNX
rwkv7-0.4B-g1-respark-voice-tunable_ipa/webrwkv.safetensors
rwkv7-0.4B-g1-respark-voice-tunable_ipa/webrwkv_py-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
rwkv7-0.4B-g1-respark-voice-tunable_ipa/webrwkv_py-0.1.0-cp311-cp311-manylinux_2_35_x86_64.whl
rwkv7-0.4B-g1-respark-voice-tunable_ipa/webrwkv_py-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
rwkvtts-respark-webrwkv/BiCodecDetokenize.onnx
ONNX
rwkvtts-respark-webrwkv/BiCodecTokenize.onnx
ONNX
rwkvtts-respark-webrwkv/README.md
rwkvtts-respark-webrwkv/__pycache__/properties_util.cpython-311.pyc
rwkvtts-respark-webrwkv/__pycache__/ref_audio_utilities.cpython-311.pyc
rwkvtts-respark-webrwkv/generated_audio/SPC_4.wav
rwkvtts-respark-webrwkv/generated_audio/天生我.wav
rwkvtts-respark-webrwkv/generated_audio/小李这.wav
rwkvtts-respark-webrwkv/generated_audio/熙熙攘.wav
rwkvtts-respark-webrwkv/generated_audio/熙熙攘_1.wav
rwkvtts-respark-webrwkv/hf_rwkv_tokenizer.py
rwkvtts-respark-webrwkv/properties_util.py
rwkvtts-respark-webrwkv/ref_audio_utilities.py
rwkvtts-respark-webrwkv/requirements.txt
rwkvtts-respark-webrwkv/rwkv_vocab_v20230424.txt
rwkvtts-respark-webrwkv/special_tokens_map.json
rwkvtts-respark-webrwkv/tokenizer_config.json
rwkvtts-respark-webrwkv/tts_cli.py
rwkvtts-respark-webrwkv/vocab.txt
rwkvtts-respark-webrwkv/wav2vec2-large-xlsr-53.onnx
ONNX
rwkvtts-respark-webrwkv/webrwkv.safetensors
rwkvtts-respark-webrwkv/webrwkv_py-0.1.0-cp311-cp311-manylinux_2_35_x86_64.whl
rwkvtts-respark-webrwkv/webrwkv_py-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
trained_190k_steps/.gitignore
trained_190k_steps/.vscode/launch.json
trained_190k_steps/BATCH_INFERENCE_README.md
trained_190k_steps/BiCodec/config.yaml
trained_190k_steps/BiCodec/model.safetensors
trained_190k_steps/Readme.md
trained_190k_steps/Readme_zh.md
trained_190k_steps/__init__.py
trained_190k_steps/__pycache__/spark_llm.cpython-311.pyc
trained_190k_steps/__pycache__/utilities.cpython-311.pyc
trained_190k_steps/added_tokens.json
trained_190k_steps/config.json
trained_190k_steps/config.yaml
trained_190k_steps/configuration_rwkv7.py
trained_190k_steps/generation_config.json
trained_190k_steps/hf_rwkv_tokenizer.py
trained_190k_steps/kafka.wav
trained_190k_steps/model.safetensors
trained_190k_steps/modeling_rwkvspeech.py
trained_190k_steps/output.wav
trained_190k_steps/output_0.wav
trained_190k_steps/output_1.wav
trained_190k_steps/output_10.wav
trained_190k_steps/output_2.wav
trained_190k_steps/output_3.wav
trained_190k_steps/output_4.wav
trained_190k_steps/output_5.wav
trained_190k_steps/output_6.wav
trained_190k_steps/output_7.wav
trained_190k_steps/output_8.wav
trained_190k_steps/output_9.wav
trained_190k_steps/output_streaming.wav
trained_190k_steps/rtf_test_results/rtf_test_results_20250714_103617.json
trained_190k_steps/rtf_test_results/rtf_test_results_20250714_104243.json
trained_190k_steps/rtf_test_results/rtf_test_results_20250714_104655.json
trained_190k_steps/rtf_test_results/rtf_test_results_20250714_104853.json
trained_190k_steps/rtf_test_results/test_001.wav
trained_190k_steps/rtf_test_results/test_002.wav
trained_190k_steps/rtf_test_results/test_003.wav
trained_190k_steps/rtf_test_results/test_004.wav
trained_190k_steps/rtf_test_results/test_005.wav
trained_190k_steps/rtf_test_results/test_006.wav
trained_190k_steps/rtf_test_results/test_007.wav
trained_190k_steps/rtf_test_results/test_008.wav
trained_190k_steps/rtf_test_results/test_009.wav
trained_190k_steps/rtf_test_results/test_010.wav
trained_190k_steps/rtf_test_results/test_011.wav
trained_190k_steps/rtf_test_results/test_012.wav
trained_190k_steps/rtf_test_results/test_013.wav
trained_190k_steps/rtf_test_results/test_014.wav
trained_190k_steps/rtf_test_results/test_015.wav
trained_190k_steps/rtf_test_results/test_016.wav
trained_190k_steps/rtf_test_results/test_017.wav
trained_190k_steps/rtf_test_results/test_018.wav
trained_190k_steps/rtf_test_results/test_019.wav
trained_190k_steps/rtf_test_results/test_020.wav
trained_190k_steps/rwkv_vocab_v20230424.txt
trained_190k_steps/spark_llm.py
trained_190k_steps/sparktts/models/__pycache__/audio_tokenizer.cpython-311.pyc
trained_190k_steps/sparktts/models/__pycache__/bicodec.cpython-311.pyc
trained_190k_steps/sparktts/models/audio_tokenizer.py
trained_190k_steps/sparktts/models/bicodec.py
trained_190k_steps/sparktts/modules/blocks/__pycache__/layers.cpython-311.pyc
trained_190k_steps/sparktts/modules/blocks/__pycache__/samper.cpython-311.pyc
trained_190k_steps/sparktts/modules/blocks/__pycache__/vocos.cpython-311.pyc
trained_190k_steps/sparktts/modules/blocks/layers.py
trained_190k_steps/sparktts/modules/blocks/samper.py
trained_190k_steps/sparktts/modules/blocks/vocos.py
trained_190k_steps/sparktts/modules/encoder_decoder/__pycache__/feat_decoder.cpython-311.pyc
trained_190k_steps/sparktts/modules/encoder_decoder/__pycache__/feat_encoder.cpython-311.pyc
trained_190k_steps/sparktts/modules/encoder_decoder/__pycache__/wave_generator.cpython-311.pyc
trained_190k_steps/sparktts/modules/encoder_decoder/feat_decoder.py
trained_190k_steps/sparktts/modules/encoder_decoder/feat_encoder.py
trained_190k_steps/sparktts/modules/encoder_decoder/wave_generator.py
trained_190k_steps/sparktts/modules/fsq/__pycache__/finite_scalar_quantization.cpython-311.pyc
trained_190k_steps/sparktts/modules/fsq/__pycache__/residual_fsq.cpython-311.pyc
trained_190k_steps/sparktts/modules/fsq/finite_scalar_quantization.py
trained_190k_steps/sparktts/modules/fsq/residual_fsq.py
trained_190k_steps/sparktts/modules/speaker/__pycache__/ecapa_tdnn.cpython-311.pyc
trained_190k_steps/sparktts/modules/speaker/__pycache__/perceiver_encoder.cpython-311.pyc
trained_190k_steps/sparktts/modules/speaker/__pycache__/pooling_layers.cpython-311.pyc
trained_190k_steps/sparktts/modules/speaker/__pycache__/speaker_encoder.cpython-311.pyc
trained_190k_steps/sparktts/modules/speaker/ecapa_tdnn.py
trained_190k_steps/sparktts/modules/speaker/perceiver_encoder.py
trained_190k_steps/sparktts/modules/speaker/pooling_layers.py
trained_190k_steps/sparktts/modules/speaker/speaker_encoder.py
trained_190k_steps/sparktts/modules/vq/__pycache__/factorized_vector_quantize.cpython-311.pyc
trained_190k_steps/sparktts/modules/vq/factorized_vector_quantize.py
trained_190k_steps/sparktts/utils/__init__.py
trained_190k_steps/sparktts/utils/__pycache__/__init__.cpython-311.pyc
trained_190k_steps/sparktts/utils/__pycache__/audio.cpython-311.pyc
trained_190k_steps/sparktts/utils/__pycache__/file.cpython-311.pyc
trained_190k_steps/sparktts/utils/audio.py
trained_190k_steps/sparktts/utils/file.py
trained_190k_steps/sparktts/utils/token_parser.py
trained_190k_steps/special_tokens_map.json
trained_190k_steps/test.wav
trained_190k_steps/test_rtf.py
trained_190k_steps/test_rtf_batch.py
trained_190k_steps/tokenizer_config.json
trained_190k_steps/tts.py
trained_190k_steps/tts_batch_infer.py
trained_190k_steps/tts_streaming.py
trained_190k_steps/utilities.py
trained_190k_steps/vocab.txt
trained_190k_steps/wav2vec2-large-xlsr-53/README.md
trained_190k_steps/wav2vec2-large-xlsr-53/config.json
trained_190k_steps/wav2vec2-large-xlsr-53/preprocessor_config.json
trained_190k_steps/wav2vec2-large-xlsr-53/pytorch_model.bin
trained_210k_steps/.gitignore
trained_210k_steps/.vscode/launch.json
trained_210k_steps/BATCH_INFERENCE_README.md
trained_210k_steps/BiCodec/config.yaml
trained_210k_steps/BiCodec/model.safetensors
trained_210k_steps/Readme.md
trained_210k_steps/Readme_zh.md
trained_210k_steps/__init__.py
trained_210k_steps/__pycache__/spark_llm.cpython-311.pyc
trained_210k_steps/__pycache__/utilities.cpython-311.pyc
trained_210k_steps/added_tokens.json
trained_210k_steps/config.json
trained_210k_steps/config.yaml
trained_210k_steps/configuration_rwkv7.py
trained_210k_steps/generation_config.json
trained_210k_steps/hf_rwkv_tokenizer.py
trained_210k_steps/kafka.wav
trained_210k_steps/model.safetensors
trained_210k_steps/modeling_rwkvspeech.py
trained_210k_steps/output.wav
trained_210k_steps/output_0.wav
trained_210k_steps/output_1.wav
trained_210k_steps/output_10.wav
trained_210k_steps/output_2.wav
trained_210k_steps/output_3.wav
trained_210k_steps/output_4.wav
trained_210k_steps/output_5.wav
trained_210k_steps/output_6.wav
trained_210k_steps/output_7.wav
trained_210k_steps/output_8.wav
trained_210k_steps/output_9.wav
trained_210k_steps/output_streaming.wav
trained_210k_steps/rtf_test_results/rtf_test_results_20250714_103617.json
trained_210k_steps/rtf_test_results/rtf_test_results_20250714_104243.json
trained_210k_steps/rtf_test_results/rtf_test_results_20250714_104655.json
trained_210k_steps/rtf_test_results/rtf_test_results_20250714_104853.json
trained_210k_steps/rtf_test_results/test_001.wav
trained_210k_steps/rtf_test_results/test_002.wav
trained_210k_steps/rtf_test_results/test_003.wav
trained_210k_steps/rtf_test_results/test_004.wav
trained_210k_steps/rtf_test_results/test_005.wav
trained_210k_steps/rtf_test_results/test_006.wav
trained_210k_steps/rtf_test_results/test_007.wav
trained_210k_steps/rtf_test_results/test_008.wav
trained_210k_steps/rtf_test_results/test_009.wav
trained_210k_steps/rtf_test_results/test_010.wav
trained_210k_steps/rtf_test_results/test_011.wav
trained_210k_steps/rtf_test_results/test_012.wav
trained_210k_steps/rtf_test_results/test_013.wav
trained_210k_steps/rtf_test_results/test_014.wav
trained_210k_steps/rtf_test_results/test_015.wav
trained_210k_steps/rtf_test_results/test_016.wav
trained_210k_steps/rtf_test_results/test_017.wav
trained_210k_steps/rtf_test_results/test_018.wav
trained_210k_steps/rtf_test_results/test_019.wav
trained_210k_steps/rtf_test_results/test_020.wav
trained_210k_steps/rwkv_vocab_v20230424.txt
trained_210k_steps/spark_llm.py
trained_210k_steps/sparktts/models/__pycache__/audio_tokenizer.cpython-311.pyc
trained_210k_steps/sparktts/models/__pycache__/bicodec.cpython-311.pyc
trained_210k_steps/sparktts/models/audio_tokenizer.py
trained_210k_steps/sparktts/models/bicodec.py
trained_210k_steps/sparktts/modules/blocks/__pycache__/layers.cpython-311.pyc
trained_210k_steps/sparktts/modules/blocks/__pycache__/samper.cpython-311.pyc
trained_210k_steps/sparktts/modules/blocks/__pycache__/vocos.cpython-311.pyc
trained_210k_steps/sparktts/modules/blocks/layers.py
trained_210k_steps/sparktts/modules/blocks/samper.py
trained_210k_steps/sparktts/modules/blocks/vocos.py
trained_210k_steps/sparktts/modules/encoder_decoder/__pycache__/feat_decoder.cpython-311.pyc
trained_210k_steps/sparktts/modules/encoder_decoder/__pycache__/feat_encoder.cpython-311.pyc
trained_210k_steps/sparktts/modules/encoder_decoder/__pycache__/wave_generator.cpython-311.pyc
trained_210k_steps/sparktts/modules/encoder_decoder/feat_decoder.py
trained_210k_steps/sparktts/modules/encoder_decoder/feat_encoder.py
trained_210k_steps/sparktts/modules/encoder_decoder/wave_generator.py
trained_210k_steps/sparktts/modules/fsq/__pycache__/finite_scalar_quantization.cpython-311.pyc
trained_210k_steps/sparktts/modules/fsq/__pycache__/residual_fsq.cpython-311.pyc
trained_210k_steps/sparktts/modules/fsq/finite_scalar_quantization.py
trained_210k_steps/sparktts/modules/fsq/residual_fsq.py
trained_210k_steps/sparktts/modules/speaker/__pycache__/ecapa_tdnn.cpython-311.pyc
trained_210k_steps/sparktts/modules/speaker/__pycache__/perceiver_encoder.cpython-311.pyc
trained_210k_steps/sparktts/modules/speaker/__pycache__/pooling_layers.cpython-311.pyc
trained_210k_steps/sparktts/modules/speaker/__pycache__/speaker_encoder.cpython-311.pyc
trained_210k_steps/sparktts/modules/speaker/ecapa_tdnn.py
trained_210k_steps/sparktts/modules/speaker/perceiver_encoder.py
trained_210k_steps/sparktts/modules/speaker/pooling_layers.py
trained_210k_steps/sparktts/modules/speaker/speaker_encoder.py
trained_210k_steps/sparktts/modules/vq/__pycache__/factorized_vector_quantize.cpython-311.pyc
trained_210k_steps/sparktts/modules/vq/factorized_vector_quantize.py
trained_210k_steps/sparktts/utils/__init__.py
trained_210k_steps/sparktts/utils/__pycache__/__init__.cpython-311.pyc
trained_210k_steps/sparktts/utils/__pycache__/audio.cpython-311.pyc
trained_210k_steps/sparktts/utils/__pycache__/file.cpython-311.pyc
trained_210k_steps/sparktts/utils/audio.py
trained_210k_steps/sparktts/utils/file.py
trained_210k_steps/sparktts/utils/token_parser.py
trained_210k_steps/special_tokens_map.json
trained_210k_steps/test.wav
trained_210k_steps/test_rtf.py
trained_210k_steps/test_rtf_batch.py
trained_210k_steps/tokenizer_config.json
trained_210k_steps/tts.py
trained_210k_steps/tts_batch_infer.py
trained_210k_steps/tts_streaming.py
trained_210k_steps/utilities.py
trained_210k_steps/vocab.txt
trained_210k_steps/wav2vec2-large-xlsr-53/README.md
trained_210k_steps/wav2vec2-large-xlsr-53/config.json
trained_210k_steps/wav2vec2-large-xlsr-53/preprocessor_config.json
trained_210k_steps/wav2vec2-large-xlsr-53/pytorch_model.bin
trained_30_percents/.gitignore
trained_30_percents/BiCodec/config.yaml
trained_30_percents/BiCodec/model.safetensors
trained_30_percents/Readme.md
trained_30_percents/Readme_zh.md
trained_30_percents/__init__.py
trained_30_percents/__pycache__/spark_llm.cpython-311.pyc
trained_30_percents/__pycache__/utilities.cpython-311.pyc
trained_30_percents/added_tokens.json
trained_30_percents/config.json
trained_30_percents/config.yaml
trained_30_percents/configuration_rwkv7.py
trained_30_percents/generation_config.json
trained_30_percents/hf_rwkv_tokenizer.py
trained_30_percents/kafka.wav
trained_30_percents/model.safetensors
trained_30_percents/modeling_rwkvspeech.py
trained_30_percents/output.wav
trained_30_percents/rwkv_vocab_v20230424.txt
trained_30_percents/spark_llm.py
trained_30_percents/sparktts/models/__pycache__/audio_tokenizer.cpython-311.pyc
trained_30_percents/sparktts/models/__pycache__/bicodec.cpython-311.pyc
trained_30_percents/sparktts/models/audio_tokenizer.py
trained_30_percents/sparktts/models/bicodec.py
trained_30_percents/sparktts/modules/blocks/__pycache__/layers.cpython-311.pyc
trained_30_percents/sparktts/modules/blocks/__pycache__/samper.cpython-311.pyc
trained_30_percents/sparktts/modules/blocks/__pycache__/vocos.cpython-311.pyc
trained_30_percents/sparktts/modules/blocks/layers.py
trained_30_percents/sparktts/modules/blocks/samper.py
trained_30_percents/sparktts/modules/blocks/vocos.py
trained_30_percents/sparktts/modules/encoder_decoder/__pycache__/feat_decoder.cpython-311.pyc
trained_30_percents/sparktts/modules/encoder_decoder/__pycache__/feat_encoder.cpython-311.pyc
trained_30_percents/sparktts/modules/encoder_decoder/__pycache__/wave_generator.cpython-311.pyc
trained_30_percents/sparktts/modules/encoder_decoder/feat_decoder.py
trained_30_percents/sparktts/modules/encoder_decoder/feat_encoder.py
trained_30_percents/sparktts/modules/encoder_decoder/wave_generator.py
trained_30_percents/sparktts/modules/fsq/__pycache__/finite_scalar_quantization.cpython-311.pyc
trained_30_percents/sparktts/modules/fsq/__pycache__/residual_fsq.cpython-311.pyc
trained_30_percents/sparktts/modules/fsq/finite_scalar_quantization.py
trained_30_percents/sparktts/modules/fsq/residual_fsq.py
trained_30_percents/sparktts/modules/speaker/__pycache__/ecapa_tdnn.cpython-311.pyc
trained_30_percents/sparktts/modules/speaker/__pycache__/perceiver_encoder.cpython-311.pyc
trained_30_percents/sparktts/modules/speaker/__pycache__/pooling_layers.cpython-311.pyc
trained_30_percents/sparktts/modules/speaker/__pycache__/speaker_encoder.cpython-311.pyc
trained_30_percents/sparktts/modules/speaker/ecapa_tdnn.py
trained_30_percents/sparktts/modules/speaker/perceiver_encoder.py
trained_30_percents/sparktts/modules/speaker/pooling_layers.py
trained_30_percents/sparktts/modules/speaker/speaker_encoder.py
trained_30_percents/sparktts/modules/vq/__pycache__/factorized_vector_quantize.cpython-311.pyc
trained_30_percents/sparktts/modules/vq/factorized_vector_quantize.py
trained_30_percents/sparktts/utils/__init__.py
trained_30_percents/sparktts/utils/__pycache__/__init__.cpython-311.pyc
trained_30_percents/sparktts/utils/__pycache__/audio.cpython-311.pyc
trained_30_percents/sparktts/utils/__pycache__/file.cpython-311.pyc
trained_30_percents/sparktts/utils/audio.py
trained_30_percents/sparktts/utils/file.py
trained_30_percents/sparktts/utils/token_parser.py
trained_30_percents/special_tokens_map.json
trained_30_percents/tokenizer_config.json
trained_30_percents/tts.py
trained_30_percents/utilities.py
trained_30_percents/vocab.txt
trained_30_percents/wav2vec2-large-xlsr-53/README.md
trained_30_percents/wav2vec2-large-xlsr-53/config.json
trained_30_percents/wav2vec2-large-xlsr-53/preprocessor_config.json
trained_30_percents/wav2vec2-large-xlsr-53/pytorch_model.bin
trained_50_percents/.gitignore
trained_50_percents/.vscode/launch.json
trained_50_percents/BATCH_INFERENCE_README.md
trained_50_percents/BiCodec/config.yaml
trained_50_percents/BiCodec/model.safetensors
trained_50_percents/Readme.md
trained_50_percents/Readme_zh.md
trained_50_percents/__init__.py
trained_50_percents/__pycache__/spark_llm.cpython-311.pyc
trained_50_percents/__pycache__/utilities.cpython-311.pyc
trained_50_percents/added_tokens.json
trained_50_percents/config.json
trained_50_percents/config.yaml
trained_50_percents/configuration_rwkv7.py
trained_50_percents/generation_config.json
trained_50_percents/hf_rwkv_tokenizer.py
trained_50_percents/kafka.wav
trained_50_percents/model.safetensors
trained_50_percents/modeling_rwkvspeech.py
trained_50_percents/output.wav
trained_50_percents/output_0.wav
trained_50_percents/output_1.wav
trained_50_percents/output_10.wav
trained_50_percents/output_2.wav
trained_50_percents/output_3.wav
trained_50_percents/output_4.wav
trained_50_percents/output_5.wav
trained_50_percents/output_6.wav
trained_50_percents/output_7.wav
trained_50_percents/output_8.wav
trained_50_percents/output_9.wav
trained_50_percents/rwkv_vocab_v20230424.txt
trained_50_percents/spark_llm.py
trained_50_percents/sparktts/models/__pycache__/audio_tokenizer.cpython-311.pyc
trained_50_percents/sparktts/models/__pycache__/bicodec.cpython-311.pyc
trained_50_percents/sparktts/models/audio_tokenizer.py
trained_50_percents/sparktts/models/bicodec.py
trained_50_percents/sparktts/modules/blocks/__pycache__/layers.cpython-311.pyc
trained_50_percents/sparktts/modules/blocks/__pycache__/samper.cpython-311.pyc
trained_50_percents/sparktts/modules/blocks/__pycache__/vocos.cpython-311.pyc
trained_50_percents/sparktts/modules/blocks/layers.py
trained_50_percents/sparktts/modules/blocks/samper.py
trained_50_percents/sparktts/modules/blocks/vocos.py
trained_50_percents/sparktts/modules/encoder_decoder/__pycache__/feat_decoder.cpython-311.pyc
trained_50_percents/sparktts/modules/encoder_decoder/__pycache__/feat_encoder.cpython-311.pyc
trained_50_percents/sparktts/modules/encoder_decoder/__pycache__/wave_generator.cpython-311.pyc
trained_50_percents/sparktts/modules/encoder_decoder/feat_decoder.py
trained_50_percents/sparktts/modules/encoder_decoder/feat_encoder.py
trained_50_percents/sparktts/modules/encoder_decoder/wave_generator.py
trained_50_percents/sparktts/modules/fsq/__pycache__/finite_scalar_quantization.cpython-311.pyc
trained_50_percents/sparktts/modules/fsq/__pycache__/residual_fsq.cpython-311.pyc
trained_50_percents/sparktts/modules/fsq/finite_scalar_quantization.py
trained_50_percents/sparktts/modules/fsq/residual_fsq.py
trained_50_percents/sparktts/modules/speaker/__pycache__/ecapa_tdnn.cpython-311.pyc
trained_50_percents/sparktts/modules/speaker/__pycache__/perceiver_encoder.cpython-311.pyc
trained_50_percents/sparktts/modules/speaker/__pycache__/pooling_layers.cpython-311.pyc
trained_50_percents/sparktts/modules/speaker/__pycache__/speaker_encoder.cpython-311.pyc
trained_50_percents/sparktts/modules/speaker/ecapa_tdnn.py
trained_50_percents/sparktts/modules/speaker/perceiver_encoder.py
trained_50_percents/sparktts/modules/speaker/pooling_layers.py
trained_50_percents/sparktts/modules/speaker/speaker_encoder.py
trained_50_percents/sparktts/modules/vq/__pycache__/factorized_vector_quantize.cpython-311.pyc
trained_50_percents/sparktts/modules/vq/factorized_vector_quantize.py
trained_50_percents/sparktts/utils/__init__.py
trained_50_percents/sparktts/utils/__pycache__/__init__.cpython-311.pyc
trained_50_percents/sparktts/utils/__pycache__/audio.cpython-311.pyc
trained_50_percents/sparktts/utils/__pycache__/file.cpython-311.pyc
trained_50_percents/sparktts/utils/audio.py
trained_50_percents/sparktts/utils/file.py
trained_50_percents/sparktts/utils/token_parser.py
trained_50_percents/special_tokens_map.json
trained_50_percents/test_rtf.py
trained_50_percents/tokenizer_config.json
trained_50_percents/tts.py
trained_50_percents/tts_batch_infer.py
trained_50_percents/utilities.py
trained_50_percents/vocab.txt
trained_50_percents/wav2vec2-large-xlsr-53/README.md
trained_50_percents/wav2vec2-large-xlsr-53/config.json
trained_50_percents/wav2vec2-large-xlsr-53/preprocessor_config.json
trained_50_percents/wav2vec2-large-xlsr-53/pytorch_model.bin