savank7
savank7
> ``` > huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length...
Hello @Purfview I have tried the solution which you have mentioned. but still the same result. ``` from faster_whisper import WhisperModel import asyncio model_size = 'medium' model = WhisperModel(model_size, device='cuda')...
yes @Purfview it is producing new results every time.
> > yes @Purfview it is producing new results every time. > > It doesn't when you set temperature to 0. yes, @Purfview but the generated text is incorrect.
@Purfview can you please help me where can I use `hallucination_silence_threshold=2` in the given code?
@Purfview let me give you a brief about my use case, I have implemented a WebSocket server in Python that utilizes the Whisper model for audio transcription. The server receives...