Deployed 041eefc with MkDocs version: 1.3.0
This commit is contained in:
parent
664786d231
commit
27a5cb14bf
35 changed files with 121 additions and 111 deletions
|
|
@ -62,7 +62,7 @@
|
|||
"\n",
|
||||
"@GreatAI.create\n",
|
||||
"@use_model(\"small-domain-prediction\", version=\"latest\")\n",
|
||||
"@parameter(\"target_confidence\", validator=lambda c: 0 <= c <= 100)\n",
|
||||
"@parameter(\"target_confidence\", validate=lambda c: 0 <= c <= 100)\n",
|
||||
"def predict_domain(\n",
|
||||
" text: str, model: Pipeline, target_confidence: int = 50\n",
|
||||
") -> MultiLabelClassificationOutput:\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue