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
Im using my own tokens i added to the tokenizer. When using parenthesis, i understand i have to escape them in the caption and the prompt, but should i also escape them in the tokenizer? As in should it be character_(source) or character_\(source\)? Is the escape removed when it compares the prompt with the tokenizer? And so, if i where do add the escape to the tokenizer, i would have to write in the prompt character_\\\(source\\\)?
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
-
Im using my own tokens i added to the tokenizer. When using parenthesis, i understand i have to escape them in the caption and the prompt, but should i also escape them in the tokenizer? As in should it be character_(source) or character_\(source\)? Is the escape removed when it compares the prompt with the tokenizer? And so, if i where do add the escape to the tokenizer, i would have to write in the prompt character_\\\(source\\\)?
Beta Was this translation helpful? Give feedback.
All reactions