From 53d5fea00aa9703ac56e675bbadef3824ac4164d Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 05 一月 2023 12:40:10 +0800
Subject: [PATCH] Merge pull request #27 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