Compare commits
2 Commits
7250787228
...
ad138b37d6
Author | SHA1 | Date | |
---|---|---|---|
ad138b37d6 | |||
3634a10aeb |
|
@ -77,6 +77,6 @@ def compile(
|
||||||
model["__names__"] = names
|
model["__names__"] = names
|
||||||
model["__ngrams__"] = max_ngram_length
|
model["__ngrams__"] = max_ngram_length
|
||||||
model["__version__"] = 3
|
model["__version__"] = 3
|
||||||
model["__emoji__"] = int(tokenizer.has_emoji)
|
model["__emoji__"] = int(gptc.tokenizer.has_emoji)
|
||||||
|
|
||||||
return model
|
return model
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "gptc"
|
name = "gptc"
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
description = "General-purpose text classifier"
|
description = "General-purpose text classifier"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Samuel Sloniker", email = "sam@kj7rrv.com"}]
|
authors = [{ name = "Samuel Sloniker", email = "sam@kj7rrv.com"}]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user