revdotcom / reverb

Open source inference code for Rev's model
https://www.rev.com
Apache License 2.0
297 stars 17 forks source link

no punctuation marks? #11

Closed XUJiahua closed 1 week ago

XUJiahua commented 1 week ago

I tried the ASR model and got word-level timestamps, which worked very well. However, I noticed that there were no punctuation marks in the output, only words. How can I enable them?

pique0822 commented 1 week ago

Hi there,

Thanks for trying our model out! This model is actually unable to output punctuation marks -- at Rev we use a separate model to do that. If you'd like to try that model out as well as others that we use in our production environment, the only way as of now is to run the code we provided at: https://github.com/revdotcom/reverb-self-hosted.

XUJiahua commented 1 week ago

Thank you. I will have a try.