From 55c09aeaa25b4bb88a50e09ba68fa6ff00a6d676 Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期一, 15 一月 2024 20:10:39 +0800
Subject: [PATCH] update readme, fix seaco bug

---
 funasr/models/seaco_paraformer/template.yaml |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/funasr/models/seaco_paraformer/template.yaml b/funasr/models/seaco_paraformer/template.yaml
index 266386f..ab2301a 100644
--- a/funasr/models/seaco_paraformer/template.yaml
+++ b/funasr/models/seaco_paraformer/template.yaml
@@ -2,8 +2,8 @@
 # You can modify the configuration according to your own requirements.
 
 # to print the register_table:
-# from funasr.utils.register import registry_tables
-# registry_tables.print()
+# from funasr.register import tables
+# tables.print()
 
 # network architecture
 model: SeacoParaformer
@@ -68,13 +68,18 @@
     use_output_layer: false
     wo_input_layer: true
 
-predictor: CifPredictorV2
+predictor: CifPredictorV3
 predictor_conf:
     idim: 512
     threshold: 1.0
     l_order: 1
     r_order: 1
     tail_threshold: 0.45
+    smooth_factor2: 0.25
+    noise_threshold2: 0.01
+    upsample_times: 3
+    use_cif1_cnn: false
+    upsample_type: cnn_blstm
 
 # frontend related
 frontend: WavFrontend

--
Gitblit v1.9.1