diff --git a/speech2text/accuracy_eval.py b/speech2text/accuracy_eval.py index 3c7466ff8f..b928daca7a 100644 --- a/speech2text/accuracy_eval.py +++ b/speech2text/accuracy_eval.py @@ -28,6 +28,7 @@ max_duration = float(os.environ.get("MAX_DURATION", "30.0")) + labels = [ " ", "a", @@ -56,7 +57,25 @@ "x", "y", "z", - "'"] + "'", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "$", + "¢", + "£", + "€", + "%", + "+", + "-"] + dtype_map = { "int8": 'b', "int16": 'h',