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
Hi has anyone put thought into handling different stop tokens for multimode models and RAG agent processes? It looks like there is already a framework for is_control_token() but not much is being done with it. This only does a continue instead of handling different types of control tokens.
Obviously with security implications this should be disabled by default and proper warnings to admins but the possibilities are interesting and could support more GPT4o-like behaviour.
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
-
Hi has anyone put thought into handling different stop tokens for multimode models and RAG agent processes? It looks like there is already a framework for
is_control_token()
but not much is being done with it. This only does a continue instead of handling different types of control tokens.llama.cpp/src/llama.cpp
Line 15732 in 6b2a849
For example:
bc
.I see a lot more models recently supporting agents or external tooling. Arcee for example.
https://www.marktechpost.com/2024/07/06/arcee-ai-introduces-arcee-agent-a-cutting-edge-7b-parameter-language-model-specifically-designed-for-function-calling-and-tool-use/
Obviously with security implications this should be disabled by default and proper warnings to admins but the possibilities are interesting and could support more GPT4o-like behaviour.
Beta Was this translation helpful? Give feedback.
All reactions