Qwen3-Reranker-0.6B-STv6 / sentence_bert_config.json
tomaarsen's picture
tomaarsen HF Staff
Update sentence_bert_config.json
7e34cb3 verified
raw
history blame
312 Bytes
{
"transformer_task": "text-generation",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "logits"
},
"message": {
"method": "forward",
"method_output_name": "logits"
}
},
"module_output_name": "causal_logits",
"message_format": "flat"
}