Qwen3-VL-Reranker-2B / sentence_bert_config.json
Tom Aarsen
Move 'message_format' into 'modality_config' under 'message' -> 'format'
6c55509
raw
history blame contribute delete
756 Bytes
{
"transformer_task": "any-to-any",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "logits"
},
"image": {
"method": "forward",
"method_output_name": "logits"
},
"video": {
"method": "forward",
"method_output_name": "logits"
},
"message": {
"method": "forward",
"method_output_name": "logits",
"format": "structured"
}
},
"module_output_name": "causal_logits",
"unpad_inputs": false,
"processing_kwargs": {
"chat_template": {
"chat_template": "reranker",
"add_generation_prompt": true
}
}
}