Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- SparkAudio/voxbox
|
4 |
+
language:
|
5 |
+
- zh
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- BlinkDL/rwkv7-g1
|
9 |
+
pipeline_tag: text-to-speech
|
10 |
+
library_name: transformers
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
+
Respark is a TTS system with RWKV-7 LM modeling the audio tokens with the BiCodec from SparkTTS. This repository will contain a serie of respark models with different size and training stage. Please checkout the sub directories for details.
|