Skip to content

Commit

Permalink
Add github model links for keyword-spotting (#534)
Browse files Browse the repository at this point in the history
* Add github model links for keyword-spotting
  • Loading branch information
pkufool authored Jan 26, 2024
1 parent bd0047c commit 8737172
Showing 1 changed file with 36 additions and 10 deletions.
46 changes: 36 additions & 10 deletions docs/source/onnx/kws/pretrained_models/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,25 @@ Download the model

Please use the following commands to download it.

.. code-block:: bash
.. tabs::

cd /path/to/sherpa-onnx
git lfs install
git clone https://www.modelscope.cn/pkufool/sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01.git
ls -lh sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01
.. tab:: Github

.. code-block:: bash
cd /path/to/sherpa-onnx
wget -qq https://github.com/pkufool/keyword-spotting-models/releases/download/v0.1/sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01.tar.bz
tar xf sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01.tar.bz
ls -lh sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01
.. tab:: ModelScope

.. code-block:: bash
cd /path/to/sherpa-onnx
git lfs install
git clone https://www.modelscope.cn/pkufool/sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01.git
ls -lh sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01
The output is given below:

Expand Down Expand Up @@ -228,12 +241,25 @@ Download the model

Please use the following commands to download it.

.. code-block:: bash
.. tabs::

cd /path/to/sherpa-onnx
git lfs install
git clone https://www.modelscope.cn/pkufool/sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01.git
ls -lh sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01
.. tab:: Github

.. code-block:: bash
cd /path/to/sherpa-onnx
wget -qq https://github.com/pkufool/keyword-spotting-models/releases/download/v0.1/sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01.tar.bz
tar xf sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01.tar.bz
ls -lh sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01
.. tab:: ModelScope

.. code-block:: bash
cd /path/to/sherpa-onnx
git lfs install
git clone https://www.modelscope.cn/pkufool/sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01.git
ls -lh sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01
The output is given below:

Expand Down

0 comments on commit 8737172

Please sign in to comment.