diff --git a/compile.py b/compile.py index cc43853..716209b 100755 --- a/compile.py +++ b/compile.py @@ -29,7 +29,7 @@ raw_model = [ with open("model.gptc", "w+b") as f: f.write( - gptc.compile(raw_model, max_ngram_length=3, min_count=3).serialize() + gptc.compile(raw_model, max_ngram_length=3, min_count=5).serialize() ) con.commit()