appmixer.ai.huggingface.ClassifyText
Classify Text
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Model | text | Repository ID of a text-classification model, e.g. distilbert/distilbert-base-uncased-finetuned-sst-2-english for sentiment. |
| Text | textarea | The text to classify. |
| Top K | number | Return only this many highest scoring labels. Leave empty to return all of them. |
| Field | Type | Description |
|---|---|---|
| Model | string | - |
| Top Label | string | - |
| Top Score | number | - |
| All Labels | array | - |