Commit
•
2534733
1
Parent(s):
e0cd64b
Update pipeline tag to text-to-speech (#11)
Browse files- Update pipeline tag to text-to-speech (44d37ffdd34a065d1f8155331eea1815e3202175)
Co-authored-by: Yoach Lacombe <ylacombe@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,25 +1,27 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
thumbnail:
|
17 |
-
|
18 |
-
|
|
|
19 |
tags:
|
20 |
- bark
|
21 |
- audio
|
22 |
- text-to-speech
|
|
|
23 |
---
|
24 |
|
25 |
# Bark
|
@@ -185,4 +187,4 @@ We anticipate that this model's text to audio capabilities can be used to improv
|
|
185 |
While we hope that this release will enable users to express their creativity and build applications that are a force
|
186 |
for good, we acknowledge that any text to audio model has the potential for dual use. While it is not straightforward
|
187 |
to voice clone known people with Bark, it can still be used for nefarious purposes. To further reduce the chances of unintended use of Bark,
|
188 |
-
we also release a simple classifier to detect Bark-generated audio with high accuracy (see notebooks section of the main repository).
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- de
|
5 |
+
- es
|
6 |
+
- fr
|
7 |
+
- hi
|
8 |
+
- it
|
9 |
+
- ja
|
10 |
+
- ko
|
11 |
+
- pl
|
12 |
+
- pt
|
13 |
+
- ru
|
14 |
+
- tr
|
15 |
+
- zh
|
16 |
+
thumbnail: >-
|
17 |
+
https://user-images.githubusercontent.com/5068315/230698495-cbb1ced9-c911-4c9a-941d-a1a4a1286ac6.png
|
18 |
+
library: bark
|
19 |
+
license: cc-by-nc-4.0
|
20 |
tags:
|
21 |
- bark
|
22 |
- audio
|
23 |
- text-to-speech
|
24 |
+
pipeline_tag: text-to-speech
|
25 |
---
|
26 |
|
27 |
# Bark
|
|
|
187 |
While we hope that this release will enable users to express their creativity and build applications that are a force
|
188 |
for good, we acknowledge that any text to audio model has the potential for dual use. While it is not straightforward
|
189 |
to voice clone known people with Bark, it can still be used for nefarious purposes. To further reduce the chances of unintended use of Bark,
|
190 |
+
we also release a simple classifier to detect Bark-generated audio with high accuracy (see notebooks section of the main repository).
|