From e5819185cfb4b2cc8541c51274934e529fb3ac88 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期一, 09 一月 2023 19:58:54 +0800
Subject: [PATCH] Merge pull request #29 from alibaba-damo-academy/dev

---
 fun_text_processing/inverse_text_normalization/export_models.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fun_text_processing/inverse_text_normalization/export_models.py b/fun_text_processing/inverse_text_normalization/export_models.py
index be6394f..49149c2 100644
--- a/fun_text_processing/inverse_text_normalization/export_models.py
+++ b/fun_text_processing/inverse_text_normalization/export_models.py
@@ -24,7 +24,7 @@
 
     parser.add_argument(
         "--token_and_classify_and_verbalize", help="export the single token&classify and verbalize or combined", choices=['single', 'combine'],
-        default="single", type=str
+        default="combine", type=str
     )
 
     parser.add_argument(

--
Gitblit v1.9.1