Qwen3-Reranker-8B-fp16-mlx / sentence_bert_config.json
bsisduck's picture
Add Qwen3-Reranker-8B converted to MLX fp16 via mlx-embeddings
71f07c4 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"
}