Update train.yaml
Browse files- train.yaml +2 -2
train.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
config:
|
2 |
print_config: false
|
3 |
log_level: INFO
|
4 |
dry_run: false
|
@@ -5121,7 +5121,7 @@ ctc_conf:
|
|
5121 |
zero_infinity: true
|
5122 |
use_preprocessor: true
|
5123 |
token_type: bpe
|
5124 |
-
bpemodel: model/
|
5125 |
non_linguistic_symbols: null
|
5126 |
cleaner: null
|
5127 |
g2p: null
|
|
|
1 |
+
config: model/ASR_verbatim_v1/train_config.yaml
|
2 |
print_config: false
|
3 |
log_level: INFO
|
4 |
dry_run: false
|
|
|
5121 |
zero_infinity: true
|
5122 |
use_preprocessor: true
|
5123 |
token_type: bpe
|
5124 |
+
bpemodel: model/ASR_verbatim_v1/bpe.model
|
5125 |
non_linguistic_symbols: null
|
5126 |
cleaner: null
|
5127 |
g2p: null
|