We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db03dc commit 0f16cd0Copy full SHA for 0f16cd0
riva/client/argparse_utils.py
@@ -37,8 +37,8 @@ def add_asr_config_argparse_parameters(
37
)
38
parser.add_argument(
39
"--verbatim-transcripts",
40
- default=True,
41
- action='store_false',
+ default=False,
+ action='store_true',
42
help="True returns text exactly as it was said. False applies Inverse text normalization",
43
44
parser.add_argument("--language-code", default="en-US", help="Language code of the model to be used.")
0 commit comments