whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Click Transcribe sample, Can't output text

Open wuyajun7 opened this issue 1 year ago • 1 comments

android project, Click Transcribe sample, Can't output text, but it shows Done, why? use for-tests-ggml-base.bin model

wuyajun7 avatar Mar 08 '23 04:03 wuyajun7

The for-tests- models are only for testing purposes - they cannot be used for transcription. See https://github.com/ggerganov/whisper.cpp/tree/master/models for more info

ggerganov avatar Mar 08 '23 17:03 ggerganov

@ggerganov

I am using the downloaded ggml-small.en.bin

Gettng the same issue .

image

RageshAntony avatar May 26 '23 10:05 RageshAntony

Here worked fine after download the tiny model from Hugging Face.

https://huggingface.co/ggerganov/whisper.cpp/blob/main/ggml-tiny.bin

etruta avatar Jun 07 '23 21:06 etruta