From f25594d771a145d38e5461469ff24f427794d610 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Mon, 28 Nov 2022 18:00:31 -0800 Subject: [PATCH] Reduce model size --- compiler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler.toml b/compiler.toml index dd2c71d..4d56f82 100644 --- a/compiler.toml +++ b/compiler.toml @@ -1,2 +1,2 @@ -max_ngram_length=10 -min_count=3 +max_ngram_length=8 +min_count=5