From d44cf7b1cab683a8aa3876619c82226f4e6d6f3b Mon Sep 17 00:00:00 2001 From: Pherkel Date: Mon, 18 Sep 2023 18:11:33 +0200 Subject: fix --- config.philipp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.philipp.yaml') 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 -- cgit v1.2.3