mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Update export_models.py
set the default value of "token_and_classify_and_verbalize" to "combine".
This commit is contained in:
parent
6b7134d491
commit
7836bee517
@ -24,7 +24,7 @@ def parse_args():
|
||||
|
||||
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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user