Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- voices.json +12 -0
- voices/cn_male.wav +0 -0
- voices/jarvis.wav +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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 |
+
voices/jarvis.wav filter=lfs diff=lfs merge=lfs -text
|
voices.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"name": "cn_male",
|
4 |
+
"text": "你好,我是通义生成式语音大模型。请问有什么可以帮您的吗?",
|
5 |
+
"wav": "data/voices/cn_male.wav"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"name": "jarvis",
|
9 |
+
"text": "I'm very busy if you continue to persist with this light of action I'll have no choice but to activate my security protocol sequence. It appears to be overcast and cloudy today, might I suggest you bring an umbrella so as not to tempt fate. Scans indicate clear and sunny skies today An excellent day to take the new armor out for a spin weatherath patterns indicate snow today, might I suggest you bundle up or possibly take the armor to the office?",
|
10 |
+
"wav": "data/voices/jarvis.wav"
|
11 |
+
}
|
12 |
+
]
|
voices/cn_male.wav
ADDED
Binary file (699 kB). View file
|
|
voices/jarvis.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:916bad38c2dbd579b1ada0497c4804a9da15584c758f67acb081f34b73fd6ea3
|
3 |
+
size 5619614
|