Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- ja
|
| 4 |
license: apache-2.0
|
| 5 |
+
model_type: transformer
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# Kotoba-Speech-v0.1
|
| 9 |
+
|
| 10 |
+
Kotoba-Speech v0.1 is a 1.2B Transformer-based speech generative model. It supports the following properties:
|
| 11 |
+
1. Fluent text-to-speech generation in Japanese
|
| 12 |
+
2. One-shot voice cloning through speech prompt
|
| 13 |
+
|
| 14 |
+

|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
* **Model type**: Our model is end-to-end transformers.
|
| 20 |
+
* **Language(s)**: Japanese
|
| 21 |
+
* **Library**: We'll releasde our training code soon. Inference and model code are largely adopted from [metavoice](https://github.com/metavoiceio/metavoice-src).
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
## Acknowledgements
|
| 25 |
+
- We thank meta-voice for opensourcing their code.
|
| 26 |
+
|
| 27 |
+
## License
|
| 28 |
+
Apache License Version 2.0, January 2004
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|