فهرست منبع

update read.md

yhliang 2 سال پیش
والد
کامیت
742d96d8e4
2فایلهای تغییر یافته به همراه11 افزوده شده و 1 حذف شده
  1. 7 0
      .github/workflows/main.yml
  2. 4 1
      README.md

+ 7 - 0
.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'

+ 4 - 1
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)