Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
jeradf
/
q4
like
0
Text Generation
Transformers
Safetensors
qwen2
trl
sft
conversational
text-generation-inference
arxiv:
1910.09700
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
q4
/
chat_template.jinja
jeradf
Upload tokenizer
befbb50
verified
26 days ago
raw
Copy download link
history
blame
contribute
delete
120 Bytes
{%
for
message
in
messages %}
{{'<|im_start|>' + message.role + '
' + message.content + '<|im_end|>' + '
' }}
{%
endfor
%}