sec-rerank / sentence_bert_config.json
DuyTa's picture
Re-host Qwen/Qwen3-Reranker-0.6B as sec-rerank for secAI pipeline
cc417b5 verified
Raw
History Blame Contribute Delete
362 Bytes
{
"transformer_task": "text-generation",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "logits"
},
"message": {
"method": "forward",
"method_output_name": "logits",
"format": "flat"
}
},
"module_output_name": "causal_logits"
}