From: Georgi Gerganov Date: Sat, 22 Oct 2022 18:16:08 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1918 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f3dae90c31a9f4828446c70785f8981f04e1f291;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index a67826a9..40d0bef4 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,13 @@ brew install sdl2 make stream ``` +## Confidence color-coding + +Adding the `--print-colors` argument will print the transcribed text using an experimental color coding strategy +to highlight words with high or low confidence: + +image + ## Implementation details - The core tensor operations are implemented in C ([ggml.h](ggml.h) / [ggml.c](ggml.c))