-
the test video is https://www.youtube.com/watch?v=Ybu6qTbEsew
if no hotwords
```python
segments, info = model.transcribe(input_file, beam_size=5, language="en", vad_filter=False, vad_parameters =…
-
Hello OpenVINO team,
I'm currently using the WhisperPipeline in openvino.genai and would like to request a feature similar to that of [faster-whisper](https://github.com/SYSTRAN/faster-whisper/) (C…
-
Since updating to WhisperX 3.1.6, I get the following error:
```
Traceback (most recent call last):
[...]
File "/app/transcribe/models.py", line 168, in init_model
self.model = whisperx.l…
-
Hi. I have a phoneme-based Zipformer model.
Before this [PR](https://github.com/k2-fsa/sherpa-onnx/pull/828), I was able to apply hotwords encoding for phoneme sequences, e.g. `ɪ z/dʒ ʌ s t/b ɛ s t…
w11wo updated
4 months ago
-
Hello! There is a golden interval for how many hotwords can I pass to the decode? 1000 is too much? I've fine-tuned a model in Portuguese language and I have a specific vocabulary with bank/finance c…
-
Hi, thanks for the project!
I'm decoding on top of NeMo model with and without variable amount of hotwords and get the following runtime:
- No hotwords: 2 sec
- 100 hotwords: 23 sec
- 200 hotwor…
-
For certain audios, I am getting this issue of Maximum decoding length >0 while generating the segments.
Parameters that were used:
segments,info = whisper_model.transcribe(
audio="sample.w…
-
After download the [model.bin] I get following error:
> tts_models/multilingual/multi-dataset/xtts_v2 is already downloaded.
> Using model: xtts
model.bin: 100%|█████████████████████████████████…
-
To Reproduce
1.docker pull
registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-gpu-0.2.0
mkdir -p ./funasr-runtime-resources/models
sudo docker run --gpus=all --net=host -it --…
-
When running the Whisper model using the faster-whisper-server Docker container, I encounter a transcription issue where the output begins to “hallucinate” after a certain word. The model continuously…