jina-reranker-m0 / sentence_bert_config.json
Tom Aarsen
Integrate with Sentence Transformers v5.4.0
5ae7be7
raw
history blame
559 Bytes
{
"transformer_task": "feature-extraction",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": null
},
"message": {
"method": "forward",
"method_output_name": null
}
},
"module_output_name": "scores",
"message_format": "structured",
"config_kwargs": {
"trust_remote_code": true,
"num_labels": 1
},
"processing_kwargs": {
"chat_template": {
"add_generation_prompt": false
}
}
}