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
As far as I know, you can't add properties to tags, as they're special tokens and atomic. So <^user name= would be one token and ^> another, surrounding a string that the model would be tuned to consider the character/user name.
I'm not a fan of the regex-like style with ^ and $ for multiple reasons, like ligatures commonly available for <| |> and ^ being a dead key on my keyboards, making the original style more appealing and compatible.
SamuelTallet
changed the title
Proposals: speaker role as tag name, speaker name as tag attribute, tag start/end in regex style
Proposals: Dedicated tag for each role, Tag start/end in regex style
Apr 17, 2024
Hello community,
^
and$
to respectively mark the start and the end of each tag.A mix between semantic and compactness. For example:
Pros:
assistant
in a code editor, we can clearly see the start and the end of the tag.Cons: (your turn 😄)
The text was updated successfully, but these errors were encountered: