Use GPTC v4.0.0
This commit is contained in:
parent
f1ccaaabab
commit
c33473f25b
12
compile.py
12
compile.py
|
@ -32,13 +32,11 @@ raw_model = [
|
||||||
]
|
]
|
||||||
|
|
||||||
with open("model.gptc", "w+b") as f:
|
with open("model.gptc", "w+b") as f:
|
||||||
f.write(
|
gptc.compile(
|
||||||
gptc.compile(
|
raw_model,
|
||||||
raw_model,
|
max_ngram_length=config["max_ngram_length"],
|
||||||
max_ngram_length=config["max_ngram_length"],
|
min_count=config["min_count"],
|
||||||
min_count=config["min_count"],
|
).serialize(f)
|
||||||
).serialize()
|
|
||||||
)
|
|
||||||
|
|
||||||
con.commit()
|
con.commit()
|
||||||
con.close()
|
con.close()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user