...
Parameter | Description |
---|---|
model | The language model to use. Call GET /zero-shot/ for the models available. Choose symanto_brain_multilingual only if there is no specific language model for your selected languauge. |
all | If true only returns the most probable label. Otherwise it returns all of them. |
multi_label | If false, returned probability distribution among provided labels for each instance will sum up to 1. Otherwise it will be unnormalized. |
...