This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Do parallel transcription with Deep Speech #349
Milestone
Comments
Would be great to collect transcriptions for both during internal Beta and do a comparison to evaluate quality. |
I'm asking @andrenatal about what we have to change about the request to change the transcription backend. |
@ianb just replace the service endpoint by: This is a backend with deep speech |
3 tasks
mozilla-services/mozilla-pipeline-schemas#444 contains new Telemetry properties related to this. |
ianb
added a commit
that referenced
this issue
Oct 30, 2019
This doesn't effect anything a user sees, but will test the accuracy of DeepSpeech in Telemetry.
ianb
added a commit
that referenced
this issue
Oct 30, 2019
Fix #349, do parallel transcription with DeepSpeech
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I believe there's a request flag to do Deep Speech transcription. That is, with just a small tweak we could use Deep Speech.
While I'm not sure we want to switch entirely (though we could make that an option), we could send the request twice, get both responses, and record both transcriptions in Telemetry (and a flag just for equality, which wouldn't require opt-in). This probably doesn't require any server changes.
The text was updated successfully, but these errors were encountered: