From 7836bee517a678192890a02449ef9aa7fe89f8fb Mon Sep 17 00:00:00 2001
From: Chong Zhang <iriszhangchong@gmail.com>
Date: 星期三, 04 一月 2023 16:58:07 +0800
Subject: [PATCH] Update export_models.py
---
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