mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 02:22:17 +00:00
change to bpe
This commit is contained in:
parent
594abc7975
commit
ab76630e0d
@ -76,7 +76,7 @@ def main():
|
||||
vocab_size = args.vocab_size
|
||||
lang_dir = Path(args.lang_dir)
|
||||
|
||||
model_type = "unigram"
|
||||
model_type = "bpe"
|
||||
|
||||
model_prefix = f"{lang_dir}/{model_type}_{vocab_size}"
|
||||
train_text = args.transcript
|
||||
|
Loading…
x
Reference in New Issue
Block a user