From 6e69d784e4814c3dbe35e8f70c6cf4b920c8b20b Mon Sep 17 00:00:00 2001
From: 天地 <tiandiweizun@gmail.com>
Date: 星期三, 19 三月 2025 23:10:13 +0800
Subject: [PATCH] 1. bug fix:list(mean)和list(var),由于mean和var是numpy,导致写入到文件的格式错误,参考上面的话,大概率是list(mean.tolist()),其实外层list没有必要 (#2437)

---
 docs/m2met2/index.rst |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/docs/m2met2/index.rst b/docs/m2met2/index.rst
index 101b7d5..6567dee 100644
--- a/docs/m2met2/index.rst
+++ b/docs/m2met2/index.rst
@@ -9,6 +9,7 @@
 To advance the current state-of-the-art in multi-talker automatic speech recognition, the M2MeT2.0 challenge proposes a speaker-attributed ASR task, comprising two sub-tracks: fixed and open training conditions.
 To facilitate reproducible research, we provide a comprehensive overview of the dataset, challenge rules, evaluation metrics, and baseline systems. 
 
+Now the new test set contains about 10 hours audio is available. You can download from `here <https://speech-lab-share-data.oss-cn-shanghai.aliyuncs.com/AliMeeting/openlr/Test_2023_Ali.tar.gz>`_
 
 .. toctree::
    :maxdepth: 1

--
Gitblit v1.9.1