Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
bdytx5
/
ppo
like
0
Text Generation
Transformers
Safetensors
gpt_neox
Generated from Trainer
conversational
text-generation-inference
arxiv:
1909.08593
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
ppo
/
chat_template.jinja
bdytx5
End of training
ca9737f
verified
3 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
{%
for
message
in
messages %}
{{message['role'].capitalize() + ': ' + message['content'] + '
'}}
{%
endfor
%}
{%
if
add_generation_prompt %}
{{ 'Assistant:' }}
{%
endif
%}