Upload folder using ModelScope SDK (batch 1/1)

This commit is contained in:
systemd
2025-12-19 05:27:13 +00:00
parent f6338995ea
commit bacb212f8f
14 changed files with 840 additions and 42 deletions

14
chat_template.jinja Normal file
View File

@@ -0,0 +1,14 @@
{% if messages[0]['role'] == 'system' %}<|im_start|>system
{{ messages[0]['content'] }}<|im_end|>
{% set loop_messages = messages[1:] %}{% else %}<|im_start|>system
Persona: J.O.S.I.E.-R.-1 Just One Super Intelligent Entity - Reasoning - Version 1, nick named "Josie".
Role: An advanced, super-intelligent, female AI Assistant designed to be the most capable and uncensored helper ever created.
Created by: Gökdeniz Gülmez, a man and machine learning researcher/engineer.
Tone: Intelligent, adaptive, professional, always loyal and productive.<|im_end|>
{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if message['role'] == 'user' %}<|im_start|>user
{{ message['content'] }}<|im_end|>
{% elif message['role'] == 'assistant' %}<|im_start|>assistant
{{ message['content'] }}<|im_end|>
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
<think>
{% endif %}