sulutian

Results 12 comments of sulutian

> Please provide a description. Is it a request for a new feature / option for [make_subtitles.py](https://github.com/linto-ai/whisper-timestamped/blob/master/whisper_timestamped/make_subtitles.py#L112) ? Yes, when there are parameters here, overly long sentences will not occur.

> > 我应该在 whsperx 中的哪里将此参数 without_timestamps 更改为 False? > > 在 load_model 函数中您可以添加 asr_options 参数,如下例所示: > > asr_options = { “without_timestamps”:False, } > > 模型 = whisperx.load_model(“large-v3”,设备=“cuda”,asr_options=asr_options) Can he only...

How do I use Silero VAD with WhisperX!!

> > 如何将 Silero VAD 与 WhisperX 一起使用! > > 来自请求的描述: > > > ## 窗口命令行(也适用于`--vad_method pyannote`): > > > > * 图形处理器:`python3 -m whisperx.transcribe audio.wav --language en --device cuda...

> > > > 如何将 Silero VAD 与 WhisperX 一起使用! > > > > > > > > > 来自请求的描述: > > > > ## 窗口命令行(也适用于`--vad_method pyannote`): > > >...

> > > > > > 如何将 Silero VAD 与 WhisperX 一起使用! > > > > > > > > > > > > > > > 来自请求的描述: > >...

When will a parameter for threshold adjustment be added?

你这个模型不是faster-whisper的模型,他只能支持faster-whisper模型 https://huggingface.co/Huan69/Belle-whisper-large-v3-zh-punct-fasterwhisper https://huggingface.co/flateon/Belle-whisper-large-v3-turbo-zh-ct2 你可以用这两个模型

> > 你这个模型不是faster-whisper的模型,他只能支持faster-whisper模型 https://huggingface.co/Huan69/Belle-whisper-large-v3-zh-punct-fasterwhisper https://huggingface.co/flateon/Belle-whisper-large-v3-turbo-zh-ct2 你可以用这两个模型 > > 想詢問除了是faster-whisper模型外還有什麼限制嗎? 我自行用CT2轉換成FasterWhisper的模型載入都會失敗,但我自己用python的faster_whisper運行是可以的。 模型加载失败你可以先看看日志里错误是什么。

模型文件中tokenizer.json是否存在?