This commit is contained in:
游雁 2023-04-14 23:15:32 +08:00
parent c7b6a05bca
commit 09535ddf6c
4 changed files with 2 additions and 8 deletions

View File

@ -2,8 +2,6 @@
[FunASR](https://github.com/alibaba-damo-academy/FunASR) hopes to build a bridge between academic research and industrial applications on speech recognition. By supporting the training & finetuning of the industrial-grade speech recognition model released on ModelScope, researchers and developers can conduct research and production of speech recognition models more conveniently, and promote the development of speech recognition ecology. ASR for Fun
### Introduction
- Model comes from [speech_paraformer](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary).
### Steps:
1. Export the model.

View File

@ -15,7 +15,7 @@ def get_readme():
setuptools.setup(
name='funasr_torch',
version='0.0.3',
version='0.0.4',
platforms="Any",
url="https://github.com/alibaba-damo-academy/FunASR.git",
author="Speech Lab, Alibaba Group, China",

View File

@ -1,10 +1,6 @@
## Using funasr with ONNXRuntime
### Introduction
- Model comes from [speech_paraformer](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary).
### Steps:
1. Export the model.
- Command: (`Tips`: torch >= 1.11.0 is required.)

View File

@ -13,7 +13,7 @@ def get_readme():
MODULE_NAME = 'funasr_onnx'
VERSION_NUM = '0.0.4'
VERSION_NUM = '0.0.5'
setuptools.setup(
name=MODULE_NAME,