From 80e6c258cf89b5f11f4e52a4cc5a9cf2e95aa7be Mon Sep 17 00:00:00 2001 From: Yuekai Zhang <zhangyuekai@foxmail.com> Date: 星期一, 06 三月 2023 16:48:02 +0800 Subject: [PATCH] update token list --- README.md | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9c4c42..aca9b8d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ [Persian model](https://modelscope.cn/models/damo/speech_UniASR_asr_2pass-fa-16k-common-vocab1257-pytorch-online/summary). - We release a new model, [paraformer-data2vec model](https://www.modelscope.cn/models/damo/speech_data2vec_pretrain-paraformer-zh-cn-aishell2-16k/summary), an unsupervised pretraining model on AISHELL-2, which is inited for paraformer model and then finetune on AISHEL-1. - We release a new feature, the `VAD`, `ASR` and `PUNC` models could be integrated freely, which could be models from [modelscope](https://www.modelscope.cn/models/damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary), or the local finetine models. The [demo](https://github.com/alibaba-damo-academy/FunASR/discussions/134). +- We optimized the [punctuation common model](https://www.modelscope.cn/models/damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch/summary), enhance the recall and precision, fix the badcases of missing punctuation marks. - Various new types of audio input types are now supported by modelscope inference pipeline, including: mp3銆乫lac銆乷gg銆乷pus... ### 2023.1.16, funasr-0.1.6锛� modelscope-1.2.0 - We release a new version model [Paraformer-large-long](https://modelscope.cn/models/damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary), which integrate the [VAD](https://modelscope.cn/models/damo/speech_fsmn_vad_zh-cn-16k-common-pytorch/summary) model, [ASR](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary), @@ -55,6 +56,7 @@ ## Installation ``` 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 ./ ``` @@ -69,14 +71,14 @@ - email: [funasr@list.alibaba-inc.com](funasr@list.alibaba-inc.com) -|Dingding group | Wechat group| -|:---:|:---:| -|<div align="left"><img src="docs/images/dingding.jpg" width="250"/> |<img src="docs/images/wechat.png" width="222"/></div>| +|Dingding group | Wechat group | +|:---:|:-----------------------------------------------------:| +|<div align="left"><img src="docs/images/dingding.jpg" width="250"/> | <img src="docs/images/wechat.png" width="232"/></div> | ## Contributors -| <div align="left"><img src="docs/images/DeepScience.png" width="250"/> | -|:---:| +| <div align="left"><img src="docs/images/damo.png" width="180"/> | <img src="docs/images/DeepScience.png" width="200"/> </div> | +|:---------------------------------------------------------------:|:-----------------------------------------------------------:| ## Acknowledge -- Gitblit v1.9.1