Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
|
@@ -106,7 +106,7 @@ scheduler_conf:
|
|
| 106 |
warmup_steps: 25000
|
| 107 |
tokenizer: bpe
|
| 108 |
tokenizer_conf:
|
| 109 |
-
bpe_path:
|
| 110 |
is_multilingual: false
|
| 111 |
non_lang_syms_path: null
|
| 112 |
num_languages: 1
|
|
@@ -116,7 +116,7 @@ tokenizer_conf:
|
|
| 116 |
<sos>: 2
|
| 117 |
<unk>: 1
|
| 118 |
split_with_space: false
|
| 119 |
-
symbol_table_path:
|
| 120 |
train_engine: torch_ddp
|
| 121 |
use_amp: true
|
| 122 |
vocab_size: 4992
|
|
|
|
| 106 |
warmup_steps: 25000
|
| 107 |
tokenizer: bpe
|
| 108 |
tokenizer_conf:
|
| 109 |
+
bpe_path: data/lang_char/train_libri_bpe5000.model
|
| 110 |
is_multilingual: false
|
| 111 |
non_lang_syms_path: null
|
| 112 |
num_languages: 1
|
|
|
|
| 116 |
<sos>: 2
|
| 117 |
<unk>: 1
|
| 118 |
split_with_space: false
|
| 119 |
+
symbol_table_path: data/lang_char/train_libri_bpe5000_units.txt
|
| 120 |
train_engine: torch_ddp
|
| 121 |
use_amp: true
|
| 122 |
vocab_size: 4992
|