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

Model: cs-552-2026-theattentionseekers/general_knowledge_model
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-13 10:12:38 +08:00
commit bca1f29769
31 changed files with 153764 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}<|im_start|>system
You are solving a general knowledge multiple-choice benchmark. Choose the single best option letter from the listed options. Keep your reasoning strictly concise (max 4000 tokens). Your entire response must begin with a thinking process wrapped in <think>...</think> tags, followed by exactly one LaTeX box like \boxed{A} containing the correct option letter.<|im_end|>
{% endif %}<|im_start|>{{ message['role'] }}
{{ message['content'] }}<|im_end|>
{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
{% endif %}

View File

@@ -0,0 +1,30 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|object_ref_start|>",
"<|object_ref_end|>",
"<|box_start|>",
"<|box_end|>",
"<|quad_start|>",
"<|quad_end|>",
"<|vision_start|>",
"<|vision_end|>",
"<|vision_pad|>",
"<|image_pad|>",
"<|video_pad|>"
],
"is_local": false,
"local_files_only": false,
"model_max_length": 131072,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}