From 742d96d8e4260f3d6a0bc4b33a89180e985799e6 Mon Sep 17 00:00:00 2001 From: yhliang <429259365@qq.com> Date: Thu, 13 Apr 2023 15:40:57 +0800 Subject: [PATCH] update read.md --- .github/workflows/main.yml | 7 +++++++ README.md | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5966c84bc..962375bda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,10 @@ jobs: with: docs-folder: "docs_m2met2/" pre-build-command: "pip install jinja2 sphinx_rtd_theme myst-parser" + - uses: ammaraskar/sphinx-action@master + with: + docs-folder: "docs_m2met2_cn/" + pre-build-command: "pip install jinja2 sphinx_rtd_theme myst-parser" - name: deploy copy if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm' || github.ref == 'refs/heads/dev_lyh' @@ -40,6 +44,9 @@ jobs: mkdir public/m2met2 touch public/m2met2/.nojekyll cp -r docs_m2met2/_build/html/* public/m2met2/ + mkdir public/m2met2_cn + touch public/m2met2_cn/.nojekyll + cp -r docs_m2met2_cn/_build/html/* public/m2met2_cn/ - name: deploy github.io pages if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm' || github.ref == 'refs/heads/dev_lyh' diff --git a/README.md b/README.md index 9035714f4..20dad9125 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,13 @@ | [**Papers**](https://github.com/alibaba-damo-academy/FunASR#citations) | [**Runtime**](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime) | [**Model Zoo**](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary) -| [**M2MET2.0 challenge**](https://alibaba-damo-academy.github.io/FunASR/m2met2/index.html) | [**Contact**](#contact) +[**M2MET2.0 Guidence_CN**](https://alibaba-damo-academy.github.io/FunASR/m2met2_cn/index.html) +| [**M2MET2.0 Guidence_EN**](https://alibaba-damo-academy.github.io/FunASR/m2met2/index.html) +## Multi-Channel Multi-Party Meeting Transcription 2.0 (M2MET2.0) Challenge +We are pleased to announce that the M2MeT2.0 challenge will be held in the near future. The baseline system is conducted on FunASR and provided as a receipe of AliMeeting corpus. For more details you can see the guidence of M2MET2.0 ([CN](https://alibaba-damo-academy.github.io/FunASR/m2met2_cn/index.html)/[EN](https://alibaba-damo-academy.github.io/FunASR/m2met2/index.html)). ## What's new: For the release notes, please ref to [news](https://github.com/alibaba-damo-academy/FunASR/releases)