初始化项目,由ModelHub XC社区提供模型

Model: cross-encoder-testing/Qwen3-Reranker-0.6B-STv6
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-24 14:56:08 +08:00
commit 4706fd3f7e
16 changed files with 151998 additions and 0 deletions

15
sentence_bert_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}