From 76a74388f40bc1f0acd12295f486072fe5db966c Mon Sep 17 00:00:00 2001 From: Ryan Qian Date: Mon, 1 Jan 2024 16:10:58 +0800 Subject: [PATCH] fix summary of S2312 in English version (#68) Signed-off-by: Ryan Qian --- content/en/challenges/S2312.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/challenges/S2312.md b/content/en/challenges/S2312.md index 6a0425c..452d16f 100644 --- a/content/en/challenges/S2312.md +++ b/content/en/challenges/S2312.md @@ -5,7 +5,7 @@ toc = true slug = 'S2312' cid = 'S2312' award = '15000 CNY' -summary = '自然语音交互是人机交互的重要形式之一,但由于高精度的 ASR 模型的运算量巨大,导致 ASR 通常在云端执行,降低了人机交互的体验感。本次竞赛旨在算能 SG2002 处理器上移植高精度的流式 ASR,可选汉语或者英语的 ASR 识别模型,目标是在受限内存 (256 MByte)、实时流式识别 (RTF < 1) 的要求下,实现尽可能低的 WER。参赛者可以参考新一代 Kaldi,Wenet 等开源语音识别项目进行移植' +summary = "Natural voice interaction is an important form of human-machine interfacing. However, as high-precision ASR models are computationally intensive, these computation projects are usually run on the cloud, worsening the experience. This program aims to port high-precision streaming ASR to Sophgo's SG2002 processor. You may choose between Chinese and English models. The goal is to achieve minimum word error rate whilst running on limited RAM (256MBytes) and a rate of RTF<1. You may reference Kaldi, Wenet, and other open source speech recognition projects for your port." +++ ## Program Description