From 084ed5deb6da84ad3a2cd7bd2662dbdf63d4a9d6 Mon Sep 17 00:00:00 2001 From: yhliang <429259365@qq.com> Date: 星期日, 16 四月 2023 20:16:03 +0800 Subject: [PATCH] update README.md --- README.md | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 23f1abe..64231ca 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ | [**Model Zoo**](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary) | [**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 is 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) @@ -32,7 +36,7 @@ ``` sh pip install "modelscope[audio_asr]" --upgrade -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html git clone https://github.com/alibaba/FunASR.git && cd FunASR -pip install --editable ./ +pip install -e ./ ``` For more details, please ref to [installation](https://github.com/alibaba-damo-academy/FunASR/wiki) -- Gitblit v1.9.1