You're looking at a specific version of this model. Jump to the model overview.
ninehills /bge-reranker-base:e7857ac5
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'},
'used_time': {'default': 0,
'title': 'Used Time',
'type': 'number'}},
'required': ['scores', 'model_name'],
'title': 'Output',
'type': 'object'}