You're looking at a specific version of this model. Jump to the model overview.

adirik /e5-mistral-7b-instruct:a22c2c71

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
task
string
The task description.
query
string
The query to be used.
document
string
The document to be used.
normalize
boolean
False
Whether to output the normalized embeddings or not.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'anyOf': [{'format': 'uri', 'type': 'string'}, {'type': 'string'}]},
 'title': 'Output',
 'type': 'array'}