Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Yehor
/
kulyk-en-uk
like
5
Text Generation
Transformers
Safetensors
lang-uk/FiftyFiveShades
English
Ukrainian
lfm2
liquid
edge
conversational
Eval Results
License:
lfm1.0
Model card
Files
Files and versions
xet
Community
Train
Deploy
Use this model
0e23ae5
kulyk-en-uk
/
chat_template.jinja
Yehor
Init
0e23ae5
about 1 month ago
raw
Copy download link
history
blame
Safe
209 Bytes
{{bos_token}}
{%
for
message
in
messages %}
{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}
{%
endfor
%}
{%
if
add_generation_prompt %}
{{ '<|im_start|>assistant
' }}
{%
endif
%}