refactor: Changed sample headings
Browse files
README.md
CHANGED
@@ -27,25 +27,23 @@ Voice Prompt: "female voice"
|
|
27 |
|
28 |
Here is sample audio generated using the prompt: "This is speech generated by the TTS CPP library."
|
29 |
|
30 |
-
###
|
31 |
-
|
32 |
-
#### FP32
|
33 |
|
34 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/fp32.wav"></audio>
|
35 |
|
36 |
-
|
37 |
|
38 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/fp16.wav"></audio>
|
39 |
|
40 |
-
|
41 |
|
42 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/Q4_0.wav"></audio>
|
43 |
|
44 |
-
|
45 |
|
46 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/Q5_0.wav"></audio>
|
47 |
|
48 |
-
|
49 |
|
50 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/Q8_0.wav"></audio>
|
51 |
|
|
|
27 |
|
28 |
Here is sample audio generated using the prompt: "This is speech generated by the TTS CPP library."
|
29 |
|
30 |
+
### FP32
|
|
|
|
|
31 |
|
32 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/fp32.wav"></audio>
|
33 |
|
34 |
+
### FP16
|
35 |
|
36 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/fp16.wav"></audio>
|
37 |
|
38 |
+
### Q4_0
|
39 |
|
40 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/Q4_0.wav"></audio>
|
41 |
|
42 |
+
### Q5_0
|
43 |
|
44 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/Q5_0.wav"></audio>
|
45 |
|
46 |
+
### Q8_0
|
47 |
|
48 |
<audio controls src="https://huggingface.co/ecyht2/parler-tts-mini-v1-GGUF/resolve/main/sample/Q8_0.wav"></audio>
|
49 |
|