IS02 commited on
Commit
a7bd54f
·
verified ·
1 Parent(s): 7e37ce5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ It includes the model divided into 2 main parts: duration predictor and synthesi
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
 
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 (see **v0.9.0** branch) 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