Merge branch 'master' of https://github.com/kj7rrv/gptc
This commit is contained in:
commit
e1267b62b0
|
@ -40,13 +40,6 @@ Although GPTC handles models as Python lists (for raw models) or dicts (for
|
||||||
compiled models), I recommend storing them in JSON format, mainly because the
|
compiled models), I recommend storing them in JSON format, mainly because the
|
||||||
command-line tool uses JSON.
|
command-line tool uses JSON.
|
||||||
|
|
||||||
You can use a raw model anywhere you can use a compiled model. However, both
|
|
||||||
the library and the CLI tool will print a big warning to stderr if you do
|
|
||||||
this. There is a comment in a random place in this document explaining how to
|
|
||||||
disable this in the library. (It's in a comment so you can't do it without
|
|
||||||
some effort.) The warning cannot be disabled in the CLI program without hacking
|
|
||||||
the source.
|
|
||||||
|
|
||||||
## Example models
|
## Example models
|
||||||
I provide an example model trained to distinguish between texts written by
|
I provide an example model trained to distinguish between texts written by
|
||||||
Mark Twain and those written by William Shakespeare. I chose them because
|
Mark Twain and those written by William Shakespeare. I chose them because
|
||||||
|
|
Loading…
Reference in New Issue
Block a user