Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
livekit
/
eou-experiment
like
0
Follow
LiveKit
64
Text Generation
Transformers
Safetensors
qwen2
conversational
text-generation-inference
arxiv:
1910.09700
Model card
Files
Files and versions
xet
Community
Train
Deploy
Use this model
main
eou-experiment
/
chat_template.jinja
theomonnom
Upload trained EOU model (tokenizer)
bdb0a8a
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
122 Bytes
{%
for
message
in
messages %}
{{'<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
{%
endfor
%}