onlybetheone
2023-01-06 84c21a5531b9abe3e78b959a61819645d7c97270
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(