zeroweightai commited on
Commit
0cbbe86
·
1 Parent(s): 83c9f75

Update README (#12)

Browse files

- update README (8173acbfe48d0df9bb2b0ea75be4f2340fa6a7a1)
- model params (babe0db42f560c444cde3354ec6e016633adfe6e)
- Merge branch 'main' of https://huggingface.co/zeroweight-ai/ZeroTTS (a9d08478c0a39d129fc7f0ed02202dcc3ec1ac0d)
- Drop the thanhtruc voice; re-fit hamy latents (d13a9c5ed50d80066fa6267eb3b73005aac8f627)
- gitignore (2c16d6e91a84dc08f514462dffc58c3f9fc9c6ed)
- Merge branch 'main' of https://huggingface.co/zeroweight-ai/ZeroTTS (006289a8d26b7898451799045fc943f545a6cfdf)
- Add four audio samples to the model card (ff40271f6c81261453755cc511759c61f99088f5)
- Merge branch 'main' of https://huggingface.co/zeroweight-ai/ZeroTTS (db727b2d2ce132c33f10e5be4d3c83fc5779a29d)

.gitattributes CHANGED
@@ -4,4 +4,5 @@
4
  *.npz filter=lfs diff=lfs merge=lfs -text
5
  *.bin filter=lfs diff=lfs merge=lfs -text
6
  *.wav filter=lfs diff=lfs merge=lfs -text
 
7
  banner.png filter=lfs diff=lfs merge=lfs -text
 
4
  *.npz filter=lfs diff=lfs merge=lfs -text
5
  *.bin filter=lfs diff=lfs merge=lfs -text
6
  *.wav filter=lfs diff=lfs merge=lfs -text
7
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
8
  banner.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -112,6 +112,25 @@ the next best model**, and it runs faster than real time on a laptop CPU.
112
  * Code, examples, browser demo: **https://github.com/zeroweight-ai/ZeroTTS**
113
  * Benchmark dataset: **https://huggingface.co/datasets/zeroweight-ai/ZeroBench-TTS**
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  ```python
116
  pip install zerotts
117
  ```
 
112
  * Code, examples, browser demo: **https://github.com/zeroweight-ai/ZeroTTS**
113
  * Benchmark dataset: **https://huggingface.co/datasets/zeroweight-ai/ZeroBench-TTS**
114
 
115
+ ## Samples
116
+
117
+ **Hội thoại hai giọng**
118
+
119
+ <audio controls><source src="https://huggingface.co/zeroweight-ai/ZeroTTS/resolve/main/samples/conversation.mp3" type="audio/mpeg"></audio>
120
+
121
+ **Kể chuyện, dạng dài**
122
+
123
+ <audio controls><source src="https://huggingface.co/zeroweight-ai/ZeroTTS/resolve/main/samples/storytelling.mp3" type="audio/mpeg"></audio>
124
+
125
+ **Bản tin, chèn tiếng Anh**
126
+
127
+ <audio controls><source src="https://huggingface.co/zeroweight-ai/ZeroTTS/resolve/main/samples/news-code-switch.mp3" type="audio/mpeg"></audio>
128
+
129
+ **Xuyên ngôn ngữ — giọng tham chiếu tiếng Việt, đọc tiếng Anh**
130
+
131
+ <audio controls><source src="https://huggingface.co/zeroweight-ai/ZeroTTS/resolve/main/samples/cross-lingual-reference-vi.mp3" type="audio/mpeg"></audio>
132
+ <audio controls><source src="https://huggingface.co/zeroweight-ai/ZeroTTS/resolve/main/samples/cross-lingual-english.mp3" type="audio/mpeg"></audio>
133
+
134
  ```python
135
  pip install zerotts
136
  ```
samples/conversation.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac110a35c09efbdfd91354c53330df511d9eaf9faf21a378c94fc4f15f1efc34
3
+ size 188588
samples/cross-lingual-english.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a318f85ed126ab59f17f22ac76552a42c5240f5c445270892630513a2db62c7
3
+ size 263468
samples/cross-lingual-reference-vi.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b019bb424b186aaf26c721eb2a7ed68eeb3ca9cff8f3c3fe062151fbaaea003
3
+ size 34220
samples/news-code-switch.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be58f3701e6169d33ee23502b0b4674be269f03c6ae113035b671a3d20f9783a
3
+ size 544172
samples/storytelling.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0ab526814b46d0bd6c9fdf1026338dc84089cf7e7d9da5552d334ba972d7775
3
+ size 971564