You're looking at a specific version of this model. Jump to the model overview.
ninehills /bge-reranker-base:bfd9e53d
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 |
---|---|---|---|
pairs_json |
string
|
Input pairs, eg: [["a", "b"], ["c", "d"]]
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'description': 'Output schema for the predictor',
'properties': {'model_name': {'title': 'Model Name', 'type': 'string'},
'scores': {'items': {'type': 'number'},
'title': 'Scores',
'type': 'array'},
'use_fp16': {'title': 'Use Fp16', 'type': 'boolean'}},
'required': ['scores', 'model_name', 'use_fp16'],
'title': 'Output',
'type': 'object'}