Chong Zhang
2023-01-04 7836bee517a678192890a02449ef9aa7fe89f8fb
Update export_models.py

set the default value of "token_and_classify_and_verbalize" to "combine".
1个文件已修改
2 ■■■ 已修改文件
fun_text_processing/inverse_text_normalization/export_models.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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(