Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-speech
|
| 4 |
+
license: cc-by-nc-sa-4.0
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
+
- ja
|
| 9 |
+
pipeline_tag: text-to-speech
|
| 10 |
+
inference: false
|
| 11 |
+
extra_gated_prompt: >-
|
| 12 |
+
You agree to not use the model to generate contents that violate DMCA or local
|
| 13 |
+
laws.
|
| 14 |
+
extra_gated_fields:
|
| 15 |
+
Country: country
|
| 16 |
+
Specific date: date_picker
|
| 17 |
+
I agree to use this model for non-commercial use ONLY: checkbox
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
# Fish Speech V1.2
|
| 22 |
+
|
| 23 |
+
**Fish Speech V1.2** is a leading text-to-speech (TTS) model trained on 300k hours of English, Chinese, and Japanese audio data.
|
| 24 |
+
|
| 25 |
+
Please refer to [Fish Speech Github](https://github.com/fishaudio/fish-speech) for more info.
|
| 26 |
+
Demo available at [Fish Audio](https://fish.audio/).
|
| 27 |
+
|
| 28 |
+
## Citation
|
| 29 |
+
|
| 30 |
+
If you found this repository useful, please consider citing this work:
|
| 31 |
+
|
| 32 |
+
```
|
| 33 |
+
@misc{fish-speech-v1,
|
| 34 |
+
author = {Shijia Liao, Tianyu Li},
|
| 35 |
+
title = {Fish Speech V1},
|
| 36 |
+
year = {2024},
|
| 37 |
+
publisher = {GitHub},
|
| 38 |
+
journal = {GitHub repository},
|
| 39 |
+
howpublished = {\url{https://github.com/fishaudio/fish-speech}}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
## License
|
| 44 |
+
|
| 45 |
+
This model is permissively licensed under the BY-CC-NC-SA-4.0 license.
|
| 46 |
+
The source code is released under BSD-3-Clause license.
|