yhliang
2023-04-13 742d96d8e4260f3d6a0bc4b33a89180e985799e6
update read.md
2个文件已修改
12 ■■■■■ 已修改文件
.github/workflows/main.yml 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.github/workflows/main.yml
@@ -25,6 +25,10 @@
        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 @@
          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'
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)