Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Mauricio-100
/
agent-fr
like
0
Safetensors
gpt2
Model card
Files
Files and versions
xet
Community
main
agent-fr
/
chat_template.jinja
Mauricio-100
Upload folder using huggingface_hub
2eb7908
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
{%
for
message
in
messages %}
{{ message.content }}
{{ eos_token }}
{%
endfor
%}