AASHISHAG / deepspeech-german

Automatic Speech Recognition (ASR) - German
Apache License 2.0
313 stars 36 forks source link

Qualität der Erkennung #34

Closed ErfolgreichCharismatisch closed 3 years ago

ErfolgreichCharismatisch commented 3 years ago

Bzgl. transcribe.py Kann man bei der Erkennung auch die Selbstsicherheit, also confidence, der Erkennung angeben, damit ich die mit niedriger Ss Erkannten gezielt überprüfen kann?

AASHISHAG commented 3 years ago

You can check modifying the aggressiveness at https://github.com/mozilla/DeepSpeech/blob/master/transcribe.py#L163

This would make your model more robust to noise.

ErfolgreichCharismatisch commented 3 years ago

Ja, doch ich frage nach einem Wert, der mir zeigt, wie sicher der Algorithmus ist, daß die Umsetzung stimmt.

AASHISHAG commented 3 years ago

The current model release was trained with default hyper-parameters. We have left up to the community to test and further optimize it. Feel free to send a pull request if you happen to optimize the current model.