Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Threatthriver
/
qussar-alpha
like
2
Safetensors
llama
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
5
refs/pr/3
qussar-alpha
/
chat_template.jinja
Threatthriver
Upload folder using huggingface_hub
2634607
verified
8 months ago
raw
Copy download link
history
blame
Safe
120 Bytes
{%
for
message
in
messages %}
{{'<|' + message['role'] + '|>
' + message['content'] + '<|endoftext|>' + '
'}}
{%
endfor
%}