Skip to content

Commit

Permalink
add base option
Browse files Browse the repository at this point in the history
  • Loading branch information
yuekaizhang committed Apr 30, 2024
1 parent c292dc6 commit 844ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/multi_zh-hans/ASR/whisper/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def get_parser():
"--model-name",
type=str,
default="large-v2",
choices=["large-v2", "large-v3", "medium", "small", "tiny"],
choices=["large-v2", "large-v3", "medium", "base", "small", "tiny"],
help="""The model name to use.
""",
)
Expand Down

0 comments on commit 844ca42

Please sign in to comment.