Update README.md
Browse files
README.md
CHANGED
|
@@ -10,10 +10,12 @@ pipeline_tag: text-to-speech
|
|
| 10 |
## Introduction
|
| 11 |
|
| 12 |
This repository hosts the [Kokoro](https://huggingface.co/hexgrad/Kokoro-82M) model for the [React Native Executorch](https://www.npmjs.com/package/react-native-executorch) library.
|
| 13 |
-
It includes the model divided into
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
| 17 |
|
| 18 |
If you'd like to run these models in your own ExecuTorch runtime, refer to the
|
| 19 |
[official documentation](https://pytorch.org/executorch/stable/index.html) for setup instructions.
|
|
|
|
| 10 |
## Introduction
|
| 11 |
|
| 12 |
This repository hosts the [Kokoro](https://huggingface.co/hexgrad/Kokoro-82M) model for the [React Native Executorch](https://www.npmjs.com/package/react-native-executorch) library.
|
| 13 |
+
It includes the model divided into 2 main parts: duration predictor and synthesizer, ready for use in the ExecuTorch runtime.
|
| 14 |
|
| 15 |
+
The models support **input shape dynamism** and cover the input range of `1` up to `128` tokens.
|
| 16 |
+
|
| 17 |
+
Additionally, the repository contains essential resources for **G2P (grapheme-to-phoneme)** preprocessing required by the Kokoro model,
|
| 18 |
+
including simple word-by-word phonemization models (also in ExecuTorch format).
|
| 19 |
|
| 20 |
If you'd like to run these models in your own ExecuTorch runtime, refer to the
|
| 21 |
[official documentation](https://pytorch.org/executorch/stable/index.html) for setup instructions.
|