You're looking at a specific version of this model. Jump to the model overview.
joehoover /bart-large-mnli:1b833d16
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
input |
string
|
Replicate, I think I might...like you a lot!
|
Text sequence to classify
|
class_labels |
string
|
positive, negative, neutral
|
Class names. Must be either a comma-delimited string or a list of strings
|
multi_label |
boolean
|
True
|
If True, then class scores are independent.
|
hypothesis_template |
string
|
This example is {}.
|
Hypothesis into which class labels are piped. Must contain '{}'.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'object'}