From 86dd3ebed46fe572839998ef5229146fefd07a78 Mon Sep 17 00:00:00 2001
From: Shi Xian <40013335+R1ckShi@users.noreply.github.com>
Date: 星期一, 22 一月 2024 20:21:23 +0800
Subject: [PATCH] Merge pull request #1280 from alibaba-damo-academy/dev_device

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index c9b9e89..7500dd4 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@
 # use vad, punc, spk or not as you need
 model = AutoModel(model="paraformer-zh", model_revision="v2.0.2",
                   vad_model="fsmn-vad", vad_model_revision="v2.0.2",
-                  punc_model="ct-punc-c", punc_model_revision="v2.0.2",
+                  punc_model="ct-punc-c", punc_model_revision="v2.0.3",
                   # spk_model="cam++", spk_model_revision="v2.0.2",
                   )
 res = model.generate(input=f"{model.model_path}/example/asr_example.wav", 

--
Gitblit v1.9.1