From: Georgi Gerganov Date: Sat, 10 Dec 2022 14:54:57 +0000 (+0200) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1737 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=85c9ac18b59125b988cda40f40d8687e1ba88a7a;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/examples/talk/README.md b/examples/talk/README.md index 6923e890..316a2ae3 100644 --- a/examples/talk/README.md +++ b/examples/talk/README.md @@ -24,6 +24,8 @@ make talk ./talk -p Santa ``` +## GPT-2 + To run this, you will need a ggml GPT-2 model: [instructions](https://github.com/ggerganov/ggml/tree/master/examples/gpt-2#downloading-and-converting-the-original-models) Alternatively, you can simply download the smallest ggml GPT-2 117M model (240 MB) like this: @@ -31,3 +33,9 @@ Alternatively, you can simply download the smallest ggml GPT-2 117M model (240 M ``` wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://ggml.ggerganov.com/ggml-model-gpt-2-117M.bin ``` + +## TTS + +For best experience, this example needs a TTS tool to convert the generated text responses to voice. +You can use any TTS engine that you would like - simply edit the [speak.sh](speak.sh) script to your needs. +By default, it is configured to use `espeak`, but you can use whatever you wish.