brianyan918
commited on
Commit
•
ab03885
1
Parent(s):
a9a1e37
fix yaml
Browse files
exp/lm_train_lm_adam_bpe/config.yaml
CHANGED
@@ -5086,7 +5086,7 @@ model_conf:
|
|
5086 |
ignore_id: 0
|
5087 |
use_preprocessor: true
|
5088 |
token_type: bpe
|
5089 |
-
bpemodel: data/token_list/bpe_unigram5000/
|
5090 |
non_linguistic_symbols: null
|
5091 |
cleaner: null
|
5092 |
g2p: null
|
|
|
5086 |
ignore_id: 0
|
5087 |
use_preprocessor: true
|
5088 |
token_type: bpe
|
5089 |
+
bpemodel: data/token_list/bpe_unigram5000/bpe.model
|
5090 |
non_linguistic_symbols: null
|
5091 |
cleaner: null
|
5092 |
g2p: null
|