mmwillet2 commited on
Commit
f101873
·
verified ·
1 Parent(s): ad22562

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ The purpose of this repository is to store various [TTS.cpp](https://github.com/
10
 
11
  ### Model Types
12
 
13
- Currently the two model files, `Kokoro_espeak.gguf` and `Kokoro_no_espeak.gguf`, are non-quantized representations which support espeak-ng phonemization and tts phonemization respectively.
14
 
15
  ## Kokoro
16
 
 
10
 
11
  ### Model Types
12
 
13
+ Currently there are two types of model each with five levels of quantization. The GGUF model files containing `_espeak` are configured to expect and use espeak for phonemization and those containing `_no_espeak` support tts native phonemization. The GGUF model files with no quantization suffix (i.e. `Kokoro_espeak.gguf` and `Kokoro_no_espeak.gguf`) use only 32bit floating point precision and the GGUF model files with Q4, Q5, Q8, and F16 suffixes support Q4_0 quantization, Q5_0 quantization, Q8_0 quantization, and 16 bit floating point precision respectively.
14
 
15
  ## Kokoro
16