csukuangfj
commited on
Commit
·
8f4647c
1
Parent(s):
57ff860
add moonshine
Browse files
build-generate-subtitles.py
CHANGED
@@ -81,6 +81,7 @@ where
|
|
81 |
<li> model: The name of the model used in the APP, e.g.,
|
82 |
<a href="https://arxiv.org/abs/2310.11230">Zipformer</a>,
|
83 |
<a href="https://github.com/openai/whisper">Whisper</a>,
|
|
|
84 |
<a href="https://github.com/modelscope/FunASR">Paraformer</a>,
|
85 |
<a href="https://github.com/FunAudioLLM/SenseVoice">SenseVoice</a>
|
86 |
<li> lang: The lang of the model used in the APP, e.g., en for English, zh for Chinese, ja for Japanese, ko for Korean
|
@@ -151,6 +152,13 @@ see https://www.tablesgenerator.com/html_tables#
|
|
151 |
<td class="tg-0pky"><a href="https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/silero_vad.onnx">silero_vad.onnx</a></td>
|
152 |
</tr>
|
153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
<tr>
|
155 |
<td class="tg-0pky">sherpa-onnx-x.y.z-generate-subtitles-windows-x64-<strong>sense_voice</strong>-zh_en_ko_ja_yue</td>
|
156 |
<td class="tg-0lax"><span style="font-weight:400;font-style:normal">It supports
|
|
|
81 |
<li> model: The name of the model used in the APP, e.g.,
|
82 |
<a href="https://arxiv.org/abs/2310.11230">Zipformer</a>,
|
83 |
<a href="https://github.com/openai/whisper">Whisper</a>,
|
84 |
+
<a href="https://github.com/usefulsensors/moonshine">Moonshine</a>,
|
85 |
<a href="https://github.com/modelscope/FunASR">Paraformer</a>,
|
86 |
<a href="https://github.com/FunAudioLLM/SenseVoice">SenseVoice</a>
|
87 |
<li> lang: The lang of the model used in the APP, e.g., en for English, zh for Chinese, ja for Japanese, ko for Korean
|
|
|
152 |
<td class="tg-0pky"><a href="https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/silero_vad.onnx">silero_vad.onnx</a></td>
|
153 |
</tr>
|
154 |
|
155 |
+
<tr>
|
156 |
+
<td class="tg-0pky">sherpa-onnx-x.y.z-generate-subtitles-windows-x64-<strong>moonshine_tiny</strong>-en</td>
|
157 |
+
<td class="tg-0lax">It supports only <strong>English</strong> (英语). Please see the <a href="https://k2-fsa.github.io/sherpa/onnx/moonshine/models.html">doc</a> for more details.</td>
|
158 |
+
<td class="tg-0pky"><a href="https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-moonshine-tiny-en-int8.tar.bz2">sherpa-onnx-moonshine-tiny-en-int8</a></td>
|
159 |
+
<td class="tg-0pky"><a href="https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/silero_vad.onnx">silero_vad.onnx</a></td>
|
160 |
+
</tr>
|
161 |
+
|
162 |
<tr>
|
163 |
<td class="tg-0pky">sherpa-onnx-x.y.z-generate-subtitles-windows-x64-<strong>sense_voice</strong>-zh_en_ko_ja_yue</td>
|
164 |
<td class="tg-0lax"><span style="font-weight:400;font-style:normal">It supports
|