[kws]add kws model in release model (#2587)

add kws in README
pull/2606/head
YangZhou 2 years ago committed by GitHub
parent 294d83da82
commit 5e91fe0357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -699,6 +699,31 @@ PaddleSpeech supports a series of most popular models. They are summarized in [r
</tbody>
</table>
<a name="KeywordSpotting"></a>
**Keyword Spotting**
<table style="width:100%">
<thead>
<tr>
<th> Task </th>
<th> Dataset </th>
<th> Model Type </th>
<th> Example </th>
</tr>
</thead>
<tbody>
<tr>
<td>Keyword Spotting</td>
<td>hey-snips</td>
<td>PANN</td>
<td>
<a href = "./examples/hey_snips/kws0">pann-hey-snips</a>
</td>
</tr>
</tbody>
</table>
<a name="SpeakerVerification"></a>
**Speaker Verification**

@ -696,6 +696,31 @@ PaddleSpeech 的 **语音合成** 主要包含三个模块:文本前端、声
</table>
<a name="唤醒模型"></a>
**唤醒**
<table style="width:100%">
<thead>
<tr>
<th> 任务 </th>
<th> 数据集 </th>
<th> 模型类型 </th>
<th> 脚本 </th>
</tr>
</thead>
<tbody>
<tr>
<td>唤醒</td>
<td>hey-snips</td>
<td>PANN</td>
<td>
<a href = "./examples/hey_snips/kws0">pann-hey-snips</a>
</td>
</tr>
</tbody>
</table>
<a name="声纹识别模型"></a>
**声纹识别**

Loading…
Cancel
Save