From 3958472fb2a9bbac5cb2a30e3fb11925c7b5d3d8 Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期三, 20 三月 2024 19:21:33 +0800
Subject: [PATCH] Update SDK_advanced_guide_offline_en_zh.md
---
README.md | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 38fd686..a4511b9 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@
from funasr import AutoModel
# paraformer-zh is a multi-functional asr model
# use vad, punc, spk or not as you need
-model = AutoModel(model="paraformer-zh", vad_model="fsmn-vad", punc_model="ct-punc-c",
+model = AutoModel(model="paraformer-zh", vad_model="fsmn-vad", punc_model="ct-punc",
# spk_model="cam++",
)
res = model.generate(input=f"{model.model_path}/example/asr_example.wav",
@@ -227,7 +227,7 @@
res = model.export(quantize=False)
```
-### Text ONNX
+### Test ONNX
```python
# pip3 install -U funasr-onnx
from funasr_onnx import Paraformer
--
Gitblit v1.9.1