You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first thank you for your job
i have a question: when i transcribe audio file as PCM [Float] i receive as result [Segment]
i noticed that each Segment may contain not separate word, but sentence
how i can split sentence into separate words with timestamp for each?
I tried to use WhisperParams fields:
max_len = 1
split_on_word = true
but result always the same
The only thing is help me decrease words in sentence is using beamSearch strategy, but i still get sentence instead of separate words
At first thank you for your job
i have a question: when i transcribe audio file as PCM
[Float]
i receive as result[Segment]
i noticed that each Segment may contain not separate word, but sentence
how i can split sentence into separate words with timestamp for each?
I tried to use
WhisperParams
fields:but result always the same
The only thing is help me decrease words in sentence is using
beamSearch
strategy, but i still get sentence instead of separate wordsmy code
The text was updated successfully, but these errors were encountered: