lengyue233
commited on
Commit
•
d869976
1
Parent(s):
eb81126
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-speech
|
4 |
+
license: cc-by-nc-sa-4.0
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
- en
|
8 |
+
- de
|
9 |
+
- ja
|
10 |
+
- fr
|
11 |
+
- es
|
12 |
+
- ko
|
13 |
+
- ar
|
14 |
+
- nl
|
15 |
+
- ru
|
16 |
+
- it
|
17 |
+
- pl
|
18 |
+
pipeline_tag: text-to-speech
|
19 |
+
inference: false
|
20 |
+
extra_gated_prompt: >-
|
21 |
+
You agree to not use the model to generate contents that violate DMCA or local
|
22 |
+
laws.
|
23 |
+
extra_gated_fields:
|
24 |
+
Country: country
|
25 |
+
Specific date: date_picker
|
26 |
+
I agree to use this model for non-commercial use ONLY: checkbox
|
27 |
+
---
|
28 |
+
|
29 |
+
|
30 |
+
# Fish Speech V1.5
|
31 |
+
|
32 |
+
**Fish Speech V1.5** is a leading text-to-speech (TTS) model trained on 700k hours of audio data in multiple languages.
|
33 |
+
|
34 |
+
Supported languages:
|
35 |
+
- English (en) >300k hours
|
36 |
+
- Chinese (zh) >300k hours
|
37 |
+
- Japanese (ja) >100k hours
|
38 |
+
- German (de) ~20k hours
|
39 |
+
- French (fr) ~20k hours
|
40 |
+
- Spanish (es) ~20k hours
|
41 |
+
- Korean (ko) ~20k hours
|
42 |
+
- Arabic (ar) ~20k hours
|
43 |
+
- Russian (ru) ~20k hours
|
44 |
+
- Dutch (nl) <10k hours
|
45 |
+
- Italian (it) <10k hours
|
46 |
+
- Polish (pl) <10k hours
|
47 |
+
|
48 |
+
Please refer to [Fish Speech Github](https://github.com/fishaudio/fish-speech) for more info.
|
49 |
+
Demo available at [Fish Audio](https://fish.audio/).
|
50 |
+
|
51 |
+
## Citation
|
52 |
+
|
53 |
+
If you found this repository useful, please consider citing this work:
|
54 |
+
|
55 |
+
```
|
56 |
+
@misc{fish-speech-v1.4,
|
57 |
+
title={Fish-Speech: Leveraging Large Language Models for Advanced Multilingual Text-to-Speech Synthesis},
|
58 |
+
author={Shijia Liao and Yuxuan Wang and Tianyu Li and Yifan Cheng and Ruoyi Zhang and Rongzhi Zhou and Yijin Xing},
|
59 |
+
year={2024},
|
60 |
+
eprint={2411.01156},
|
61 |
+
archivePrefix={arXiv},
|
62 |
+
primaryClass={cs.SD},
|
63 |
+
url={https://arxiv.org/abs/2411.01156},
|
64 |
+
}
|
65 |
+
```
|
66 |
+
|
67 |
+
## License
|
68 |
+
|
69 |
+
This model is permissively licensed under the BY-CC-NC-SA-4.0 license.
|