Update README.md
Browse files
README.md
CHANGED
@@ -36,3 +36,5 @@ string modelFilePath = applicationBase + "./"+ modelName + "/model_quant.onnx";
|
|
36 |
### 原模型
|
37 |
- pytorch
|
38 |
https://www.modelscope.cn/models/damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch/summary
|
|
|
|
|
|
36 |
### 原模型
|
37 |
- pytorch
|
38 |
https://www.modelscope.cn/models/damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch/summary
|
39 |
+
- 基于FunASR进行模型的微调和推理:
|
40 |
+
FunASR框架支持魔搭社区开源的工业级的语音识别模型的training & finetuning,使得研究人员和开发者可以更加便捷的进行语音识别模型的研究和生产,目前已在Github开源:https://github.com/alibaba-damo-academy/FunASR 。
|