Not getting <laughing> tag in the transcription #1295
Unanswered
snat1505027
asked this question in
Q&A
Replies: 3 comments 5 replies
-
this requires a VAD model with laugh detection, or fine-tuning whisper |
Beta Was this translation helpful? Give feedback.
0 replies
-
update: u can try https://github.com/YuanGongND/whisper-at |
Beta Was this translation helpful? Give feedback.
4 replies
-
@snat1505027 I'm also looking for a similar solution, did you find it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get transcriptions for sitcom videos and the important part of the transcription is to include tag along with the dialog. I tried the whisper command below to get the transcription, but it does not generate any laugh tag for the part when there is laughter.
whisper friends_s04e07_seg02_clip_01.mp3 --task transcribe --model medium.en --lang en
Generated transcription:
What I want is something like this:
Is it possible to get the laugh tags as well? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions