From a59b2f23eebbaaca025506f694a981a0930b722c Mon Sep 17 00:00:00 2001 From: speech_asr Date: Wed, 15 Feb 2023 17:43:58 +0800 Subject: [PATCH 1/3] update docs --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db7a1d911..43d1f1df2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: - main push: branches: - - dev + - dev_wjm jobs: docs: From 1fd719daaec8f19a290b8f4a7435a0c12378d628 Mon Sep 17 00:00:00 2001 From: speech_asr Date: Wed, 15 Feb 2023 17:51:39 +0800 Subject: [PATCH 2/3] update docs --- docs_cn/modelscope_usages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_cn/modelscope_usages.md b/docs_cn/modelscope_usages.md index c7c6de1d9..e704e5e51 100644 --- a/docs_cn/modelscope_usages.md +++ b/docs_cn/modelscope_usages.md @@ -1,4 +1,4 @@ -# 快速使用ModelScope +# ModelScope Usage ModelScope是阿里巴巴推出的开源模型即服务共享平台,为广大学术界用户和工业界用户提供灵活、便捷的模型应用支持。具体的使用方法和开源模型可以参见[ModelScope](https://www.modelscope.cn/models?page=1&tasks=auto-speech-recognition) 。在语音方向,我们提供了自回归/非自回归语音识别,语音预训练,标点预测等模型,用户可以方便使用。 ## 整体介绍 From acc1028d0213ca5ed5b68374cfbe9e2b2af927aa Mon Sep 17 00:00:00 2001 From: speech_asr Date: Wed, 15 Feb 2023 18:34:19 +0800 Subject: [PATCH 3/3] update docs --- docs/modelscope_usages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modelscope_usages.md b/docs/modelscope_usages.md index 634cb5166..84c8e1ddb 100644 --- a/docs/modelscope_usages.md +++ b/docs/modelscope_usages.md @@ -1,4 +1,4 @@ -# 快速使用ModelScope +# ModelScope Usage ModelScope is an open-source model-as-service platform supported by Alibaba, which provides flexible and convenient model applications for users in academia and industry. For specific usages and open source models, please refer to [ModelScope](https://www.modelscope.cn/models?page=1&tasks=auto-speech-recognition). In the domain of speech, we provide autoregressive/non-autoregressive speech recognition, speech pre-training, punctuation prediction and other models, which are convenient for users. ## Overall Introduction