diff options
author | Pherkel | 2023-09-18 18:11:33 +0200 |
---|---|---|
committer | Pherkel | 2023-09-18 18:11:33 +0200 |
commit | d44cf7b1cab683a8aa3876619c82226f4e6d6f3b (patch) | |
tree | dc5a0567d5ff939320c9737e1d66e9e83f0f534c /config.philipp.yaml | |
parent | c09ff76ba6f4c5dd5de64a401efcd27449150aec (diff) |
fix
Diffstat (limited to 'config.philipp.yaml')
-rw-r--r-- | config.philipp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.philipp.yaml b/config.philipp.yaml index 608720f..7a93d05 100644 --- a/config.philipp.yaml +++ b/config.philipp.yaml @@ -18,7 +18,7 @@ tokenizer: tokenizer_path: "data/tokenizers/char_tokenizer_german.json" decoder: - type: "lm" # greedy, or lm (beam search) + type: "greedy" # greedy, or lm (beam search) lm: # config for lm decoder language_model_path: "data" # path where model and supplementary files are stored |