Compare commits
3 Commits
b3e6a13e65
...
e4eb322aa7
Author | SHA1 | Date | |
---|---|---|---|
e4eb322aa7 | |||
83ef71e8ce | |||
991d3fd54a |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user