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
|
|
@@ -10148,8 +10148,8 @@ model_conf:
|
|
| 10148 |
use_preprocessor: true
|
| 10149 |
token_type: bpe
|
| 10150 |
src_token_type: bpe
|
| 10151 |
-
bpemodel: model/
|
| 10152 |
-
src_bpemodel: model/
|
| 10153 |
non_linguistic_symbols: null
|
| 10154 |
cleaner: null
|
| 10155 |
g2p: null
|
|
|
|
| 1 |
+
config: model/ASR_subtitles_v2/train.yaml
|
| 2 |
print_config: false
|
| 3 |
log_level: INFO
|
| 4 |
dry_run: false
|
|
|
|
| 10148 |
use_preprocessor: true
|
| 10149 |
token_type: bpe
|
| 10150 |
src_token_type: bpe
|
| 10151 |
+
bpemodel: model/ASR_subtitles_v2/bpe.model
|
| 10152 |
+
src_bpemodel: model/ASR_subtitles_v2/bpe.model
|
| 10153 |
non_linguistic_symbols: null
|
| 10154 |
cleaner: null
|
| 10155 |
g2p: null
|