From ee8c98073234e13a70f9c406dff6c986c5f27fd2 Mon Sep 17 00:00:00 2001
From: jmwang66 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期一, 16 一月 2023 18:43:31 +0800
Subject: [PATCH] update version 0.1.6

---
 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