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 f40bddf commit 1fafec3Copy full SHA for 1fafec3
wenet/cli/hub.py
@@ -85,6 +85,10 @@ class Hub(object):
85
# TODO(Binbin Zhang): make assets class to support more models
86
assets = {
87
"wenetspeech": "wenetspeech_u2pp_conformer_exp.tar.gz",
88
+ "whiper-tiny": "whisper-tiny.tar.gz",
89
+ "whiper-base": "whisper-base.tar.gz",
90
+ "whiper-small": "whisper-small.tar.gz",
91
+ "whiper-medium": "whisper-medium.tar.gz",
92
"whisper-large-v3": "whisper-large-v3.tar.gz",
93
"whisper-large-v3-turbo": "whisper-large-v3-turbo.tar.gz",
94
"paraformer": "paraformer.tar.gz",
0 commit comments