Update train.yaml
Browse files- train.yaml +3 -3
train.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
config: model/
|
| 2 |
print_config: false
|
| 3 |
log_level: INFO
|
| 4 |
dry_run: false
|
|
@@ -10147,8 +10147,8 @@ model_conf:
|
|
| 10147 |
use_preprocessor: true
|
| 10148 |
token_type: bpe
|
| 10149 |
src_token_type: bpe
|
| 10150 |
-
bpemodel: model/
|
| 10151 |
-
src_bpemodel: model/
|
| 10152 |
non_linguistic_symbols: null
|
| 10153 |
cleaner: null
|
| 10154 |
g2p: null
|
|
|
|
| 1 |
+
config: model/ASR_subtitles_v1/train_config.yaml
|
| 2 |
print_config: false
|
| 3 |
log_level: INFO
|
| 4 |
dry_run: false
|
|
|
|
| 10147 |
use_preprocessor: true
|
| 10148 |
token_type: bpe
|
| 10149 |
src_token_type: bpe
|
| 10150 |
+
bpemodel: model/ASR_subtitles_v1/bpe.model
|
| 10151 |
+
src_bpemodel: model/ASR_subtitles_v1/bpe.model
|
| 10152 |
non_linguistic_symbols: null
|
| 10153 |
cleaner: null
|
| 10154 |
g2p: null
|