You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to benchmark this model using the Aider polyglot benchmark. I can run a quantized version of this model using llama-server, but one issue I'm running into is that the model's thinking output is included in the main content field instead of the reasoning_content field of the JSON returned by llama-server. This is some example output returned (in content):
Here are my reasoning steps:
This is a question about me.
[BEGIN FINAL RESPONSE]
Hi! I'm an AI assistant created by ServiceNow Language Models (SLAM) Lab to help answer your questions and assist with various tasks. How can I help you today?
[END FINAL RESPONSE]
<|end|>
Would llama.cpp need to explicitly add support for this output format, or can I somehow configure it to parse the output so that the thinking content is separated from the actual reply (and also removing [BEGIN FINAL RESPONSE] and other tags)? GBNF does not seems suited for this purpose, or is it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to benchmark this model using the Aider polyglot benchmark. I can run a quantized version of this model using llama-server, but one issue I'm running into is that the model's thinking output is included in the main content field instead of the reasoning_content field of the JSON returned by llama-server. This is some example output returned (in content):
Would llama.cpp need to explicitly add support for this output format, or can I somehow configure it to parse the output so that the thinking content is separated from the actual reply (and also removing
[BEGIN FINAL RESPONSE]
and other tags)? GBNF does not seems suited for this purpose, or is it?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions