zhifu gao
2023-01-09 e5819185cfb4b2cc8541c51274934e529fb3ac88
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(