Replies: 1 comment 1 reply
-
You might be able to achieve what you want with the Regex Replace features of Lite. This allows you to match against any regex of the output and modify it to your preference. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently it was shown in this paper: "Simple test-time scaling" by Niklas Muennighoff et al, that a model's performance can be vastly improved by injecting a token before it concludes to tell it to think more.
Could you consider adding support for this technique with some sort of "number" for how many times it should think before it concludes?
Beta Was this translation helpful? Give feedback.
All reactions