Change minimum use count to 5
This commit is contained in:
parent
06190f5101
commit
28f81c9a63
|
@ -29,7 +29,7 @@ raw_model = [
|
||||||
|
|
||||||
with open("model.gptc", "w+b") as f:
|
with open("model.gptc", "w+b") as f:
|
||||||
f.write(
|
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()
|
con.commit()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user