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
Anyone having success using Buzz / Whisper to transcribe "dictation", rather than "conversation"?
I understand that Whisper out of the box is designed to transcribe naturally occurring dialogue and insert punctuation automatically.
It would be amazing if Buzz / Whisper could also be prompted to NOT insert punctuation, and instead transcribe dictated punctuation and returns literally. For example:
"period" as "."
"comma" as ","
"question mark" as "?"
"new line" as one return
"new paragraph" as two returns
etc.
I have been trying to craft just such a prompt to insert into Buzz, but I've not had success yet:
Do not insert punctuation automatically.
Only transcribe punctuation spoken aloud.
Specifically, do not insert a “,” unless the speaker explicitly says “comma”.
Specifically, do not insert a “.” unless the speaker explicitly says “period”.
Transcribe punctuation literally, exactly as a human transcriptionist would when taking dictation. For example:
Replace “period” with “.”
Replace “comma” with “,”
Replace “new line” with one return.
Replace “new paragraph” with two returns.
Replace “open parenthesis” with “(“.
Replace “close parenthesis” with “)”.
Replace “open bracket” with “[“.
Replace “close bracket” with “]”.
Replace “em dash” with “—“.
Replace “ellipsis” with “…”.
Respond to all instances of “lowercase” by deleting the word “lowercase” and starting the following word with a lower case letter.
Respond to all instances of “uppercase” by deleting the word “uppercase” and starting the following word with an upper case letter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Anyone having success using Buzz / Whisper to transcribe "dictation", rather than "conversation"?
I understand that Whisper out of the box is designed to transcribe naturally occurring dialogue and insert punctuation automatically.
It would be amazing if Buzz / Whisper could also be prompted to NOT insert punctuation, and instead transcribe dictated punctuation and returns literally. For example:
"period" as "."
"comma" as ","
"question mark" as "?"
"new line" as one return
"new paragraph" as two returns
etc.
I have been trying to craft just such a prompt to insert into Buzz, but I've not had success yet:
Preferences / Folder Watch / Advanced / Initial Prompt
Has anyone else tried this and made it work?
Current version:
Do not insert punctuation automatically.
Only transcribe punctuation spoken aloud.
Specifically, do not insert a “,” unless the speaker explicitly says “comma”.
Specifically, do not insert a “.” unless the speaker explicitly says “period”.
Transcribe punctuation literally, exactly as a human transcriptionist would when taking dictation. For example:
Replace “period” with “.”
Replace “comma” with “,”
Replace “new line” with one return.
Replace “new paragraph” with two returns.
Replace “open parenthesis” with “(“.
Replace “close parenthesis” with “)”.
Replace “open bracket” with “[“.
Replace “close bracket” with “]”.
Replace “em dash” with “—“.
Replace “ellipsis” with “…”.
Respond to all instances of “lowercase” by deleting the word “lowercase” and starting the following word with a lower case letter.
Respond to all instances of “uppercase” by deleting the word “uppercase” and starting the following word with an upper case letter.
Beta Was this translation helpful? Give feedback.
All reactions