Chong Zhang
2023-01-04 7836bee517a678192890a02449ef9aa7fe89f8fb
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(