From 276c443ba4b6574df682acd330a18a3830c9ef2c Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期五, 05 一月 2024 15:47:06 +0800
Subject: [PATCH] update monotonic aligner

---
 funasr/models/seaco_paraformer/template.yaml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/funasr/models/seaco_paraformer/template.yaml b/funasr/models/seaco_paraformer/template.yaml
index 52654ac..ab2301a 100644
--- a/funasr/models/seaco_paraformer/template.yaml
+++ b/funasr/models/seaco_paraformer/template.yaml
@@ -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