Spaces:
Running
Running
leaderboard
/
benchmark
/mllm_text_generation
/chat
/models
/google
/paligemma-3b-mix-224
/README.md
A newer version of the Gradio SDK is available:
5.32.0
- Added
chat_template
that just concatenates the system and user prompts.
{%- for message in messages -%}
{{ message['content'] + ' ' }}
{%- endfor -%}