feat: Added model information
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
language:
|
4 |
- en
|
5 |
base_model:
|
6 |
-
- parler-tts/
|
7 |
pipeline_tag: text-to-speech
|
8 |
---
|
9 |
|
@@ -15,4 +15,9 @@ You can run this model by using [TTS.cpp](https://github.com/mmwillet/TTS.cpp).
|
|
15 |
|
16 |
```shell
|
17 |
./cli --model-path /model/path/to/gguf_file.gguf --prompt "I am saying some words" --save-path /tmp/test.wav
|
18 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
base_model:
|
6 |
+
- parler-tts/parler-tts-mini-v1
|
7 |
pipeline_tag: text-to-speech
|
8 |
---
|
9 |
|
|
|
15 |
|
16 |
```shell
|
17 |
./cli --model-path /model/path/to/gguf_file.gguf --prompt "I am saying some words" --save-path /tmp/test.wav
|
18 |
+
```
|
19 |
+
|
20 |
+
## Model Information
|
21 |
+
|
22 |
+
Model Checkpoint: [parler-tts/parler-tts-mini-v1](https://huggingface.co/parler-tts/parler-tts-mini-v1)
|
23 |
+
Voice Prompt: "female voice"
|