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 am not sure what the behavior is supposed to be here -- I wonder if the behavior of invert might be ... inverted? I think the configuration is correct because the python tokenizer behaves correctly.
The text was updated successfully, but these errors were encountered:
See using commit 03d86ac See also: preternatural-explore/mlx-swift-chat#8
The tokenizer for
stabilityai/stablelm-2-zephyr-1_6b
has a configuration like this:which ends up here:
Given the input string
"Why did the chicken cross the road? "
it returns a array with an empty string:I observed that if invert were
false
it gives something that look reasonable to my eyes:I am not sure what the behavior is supposed to be here -- I wonder if the behavior of
invert
might be ... inverted? I think the configuration is correct because the python tokenizer behaves correctly.The text was updated successfully, but these errors were encountered: