Compare commits

...

3 Commits

Author SHA1 Message Date
e4eb322aa7
Bump version to 3.1.0 2022-11-26 18:37:11 -08:00
83ef71e8ce
Remove doc for gptc classify --category 2022-11-26 18:36:41 -08:00
991d3fd54a
Revert "Bump version to 3.1.0"
This reverts commit b3e6a13e65.
2022-11-26 18:36:18 -08:00

View File

@ -18,13 +18,6 @@ This will prompt for a string and classify it, then print (in JSON) a dict of
the format `{category: probability, category:probability, ...}` to stdout. (For
information about `-n <max_ngram_length>`, see section "Ngrams.")
Alternatively, if you only need the most likely category, you can use this:
gptc classify [-n <max_ngram_length>] <-c|--category> <compiled model file>
This will prompt for a string and classify it, outputting the category on
stdout (or "None" if it cannot determine anything).
### Checking individual words or ngrams
gptc check <compiled model file> <token or ngram>