初始化项目,由ModelHub XC社区提供模型
Model: winninghealth/WiNGPT-Babel-2-GGUF Source: Original Platform
This commit is contained in:
1
WiNGPT-Babel-2.jinja
Normal file
1
WiNGPT-Babel-2.jinja
Normal 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 %}
|
||||
Reference in New Issue
Block a user