Fix heading

This commit is contained in:
Samuel Sloniker 2022-05-21 12:54:31 -07:00
parent 2d9f7cfc5a
commit bebd286163

View File

@ -41,7 +41,7 @@ category:probability, ...}`
Classify `text`. Returns the category into which the text is placed (as a Classify `text`. Returns the category into which the text is placed (as a
string), or `None` when it cannot classify the text. string), or `None` when it cannot classify the text.
## `gptc.compile(raw_model)` ### `gptc.compile(raw_model)`
Compile a raw model (as a list, not JSON) and return the compiled model (as a Compile a raw model (as a list, not JSON) and return the compiled model (as a
dict). dict).