From d29f201e3201bde6a984e436888a2aae877e449f Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 19 三月 2024 12:04:50 +0800
Subject: [PATCH] vad conf
---
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