Qwen3-Reranker-0.6B / sentence_bert_config.json
TusharGoel's picture
Upload folder using huggingface_hub
a206285 verified
Raw
History Blame Contribute Delete
390 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",
"max_seq_length": 8192
}