-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve issue #23 #26
Conversation
There's something I don't understand: why would we remove all reference to Mozilla's Deepspeech project ? Has the project been terminated ? If so, could you link some articles about it ? And why Coqui ? |
Hi that's a good point. |
@go-dockly Did you actually try it? This new model is just 1% better on real-life data and extremely slow (10 time slower than realtime). |
Yes I tried it. How would I have created the PR? |
Haha, GPU is the case here. On CPU you have to wait for ages. Did you ever try https://gitlab.com/Jaco-Assistant/Scribosermo ? It is much more accurate. |
We are also uncertain on this just like you, waiting for Mozilla decision and very confused |
We released unquantized versions of the acoustic model initially with the 1.0.0 release. This has since been fixed, performance should be equivalent or better than 0.9.3. If you're seeing something different I'd love to hear about it! |
Mozilla's lack of clear communication on this is above my pay grade, but as clearly visible from the activity in the repository, the DeepSpeech project is no longer maintained. I'm one of the main authors of DeepSpeech and am a co-founder at Coqui. We continue to build upon the project in the new repo, https://github.com/coqui-ai/STT, together with most of the community, who are now now hanging out in our Gitter room instead of Matrix, and discussions are now happening on GitHub instead of Discourse. |
@reuben thanks for the insight and the continued improvements on DeepSpeech! |
@bobkleiner I am curious what would stop you guys from publishing those contributions in a separate repo? |
@bobkleiner Thanks for sharing I will give it a try. |
What makes the recognition much better if you speak like the snippets in common voice. @reuben do you consider changing the sentence source in the common voice app realistically doable? What is the future of the common voice project? Do you think Mozilla might shut it down? |
I no longer have any influence on the Common Voice project, so I can't comment on their project direction. It's also possible that the language model text source in our release models doesn't include such phrases as "alpha echo bravo charlie" and so on. Experimenting on the text side of things is cheaper and faster than augmenting the labeled speech data and re-training or fine tuning the acoustic model, so I encourage trying that first. And please report results! :D |
@@ -1,4 +1,4 @@ | |||
.DS_Store | |||
.STT_Store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spurious replacement, .DS_Store
is a macOS system file.
@@ -1,62 +1,58 @@ | |||
[![GoReportCard](http://goreportcard.com/badge/github.com/asticode/go-astideepspeech)](http://goreportcard.com/report/github.com/asticode/go-astideepspeech) | |||
[![GoDoc](https://godoc.org/github.com/asticode/go-astideepspeech?status.svg)](https://godoc.org/github.com/asticode/go-astideepspeech) | |||
|
|||
Golang bindings for Mozilla's [DeepSpeech](https://github.com/mozilla/DeepSpeech) speech-to-text library. | |||
Golang bindings for Mozilla's/Coqui's [STT](https://github.com/coqui-ai/STT) speech-to-text library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mozilla has no involvement in Coqui STT.
Thanks for all the clarifications. I've decided to create a new repo specifically for @go-dockly could you:
Cheers |
let's do it :) |
This PR makes astideepspeech compatible with coqui's speech to text lib or deepspeech 1.0.
Linked issue can be closed #23