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

Model: winninghealth/WiNGPT-Babel-2-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-20 14:01:22 +08:00
commit 60d8e1fb40
6 changed files with 264 additions and 0 deletions

1
WiNGPT-Babel-2.jinja Normal file
View File

@@ -0,0 +1 @@
{% for message in messages %}{% if not loop.first %}{{- '\n' }}{% endif %}{{- '<start_of_turn>' + message['role'] + '\n' + message['content'] + '<eos>' }}{% if loop.last and add_generation_prompt %}{{- '\n<start_of_turn>assistant\n' }}{% endif %}{% endfor %}