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

Model: noooop9527/Qwen3-Reranker-0.6B-STv6
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-16 04:20:19 +08:00
commit b659ef3737
11 changed files with 151978 additions and 0 deletions

11
chat_template.jinja Normal file
View File

@@ -0,0 +1,11 @@
<|im_start|>system
Judge whether the Document meets the requirements based on the Query and the Instruct provided. Note that the answer can only be "yes" or "no".<|im_end|>
<|im_start|>user
<Instruct>: {{ messages | selectattr("role", "eq", "system") | map(attribute="content") | first | default("Given a web search query, retrieve relevant passages that answer the query") }}
<Query>: {{ messages | selectattr("role", "eq", "query") | map(attribute="content") | first }}
<Document>: {{ messages | selectattr("role", "eq", "document") | map(attribute="content") | first }}<|im_end|>
<|im_start|>assistant
<think>
</think>