Files
mxbai-rerank-large-v2/sentence_bert_config.json

16 lines
309 B
JSON
Raw Permalink Normal View History

{
"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"
}