Skip to content

discussions Search Results · repo:ggerganov/whisper.cpp language:CMake

Filter by

359 results
 (46 ms)

359 results

inggerganov/whisper.cpp (press backspace or delete to remove)

Hello Firstly WhisperCPP has been awesome to work with. Im using the Swift API and am experimenting with the word level time stamps. Im noticing that the timing is quite off, and im curious how the params ...
  • vadeposted
    yesterday
  • 0

The script download-coreml-model.sh is no longer functional, but can I download them manually somehow? I really struggling to convert them myself. I keep getting the error: Traceback (most recent call ...

Hello, was wondering if this is faster than the distilled models from https://huggingface.co/distil-whisper ? Or could it even potentionally use those distilled models for even faster processing ? Thanks! ...

It is possible to some extend to run Whisper in real-time mode on an embedded device such as the Raspberry Pi. Below are a few examples + build instructions. Real-time with 4 seconds step ./stream -m ...

I have tried of the command list method and grammar method in the examples. both did not achieve desired results. for the command list method it seems only work for single word command. And for the grammar ...

What do you think about getting word segments by settings max_len to 1 with split_on_word and then go through the words and run voice embedding model on that segment to get speaker label? I m thinking ...

I am working on a speech to command program where only a handful of commands is needed. So how do I reduce the vocabulary size so the it is faster to process and also have higher change of catching the ...

In the encoder of Whisper models, the encoder.embed_positions.weight was initialized using sine and cosine functions of different frequencies. However, in the decoder of Whisper models, the decoder.embed_positions.weight ...

I created this to write down some of my observations for improving output quality of whisper - especially regarding hallucinations and repetitions. This is from an attempt of translating an entire foreign ...

I cloned the whisper.cpp repository a few days ago. Initially, I did a plain make clean; make -j which generated a few warnings but otherwise seem to finish fine. I also downloaded all the models listed ...