mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update read.md
This commit is contained in:
parent
e09d17de60
commit
742d96d8e4
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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'
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user