From 6ef5ccc784d9f7fcd4072dd83c6ceaf1c324b92c Mon Sep 17 00:00:00 2001
From: lyblsgo <lyblsgo@163.com>
Date: 星期二, 25 四月 2023 20:34:53 +0800
Subject: [PATCH] check am.mvn exists
---
funasr/models/e2e_asr_transducer.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/funasr/models/e2e_asr_transducer.py b/funasr/models/e2e_asr_transducer.py
index 0cae306..657dd75 100644
--- a/funasr/models/e2e_asr_transducer.py
+++ b/funasr/models/e2e_asr_transducer.py
@@ -531,8 +531,8 @@
sym_blank: str = "<blank>",
report_cer: bool = True,
report_wer: bool = True,
- sym_sos: str = "<sos/eos>",
- sym_eos: str = "<sos/eos>",
+ sym_sos: str = "<s>",
+ sym_eos: str = "</s>",
extract_feats_in_collect_stats: bool = True,
lsm_weight: float = 0.0,
length_normalized_loss: bool = False,
--
Gitblit v1.9.1