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
this just add 4 extra tokenizer tokens to the already ~50000 token vocab
you probably could have a negative tokenizer value(a [-1] token), but you would have to customize tiktoken for that, and adding negative value to the tokenizer means you now have to account for a greater fixed size integer set, which I think would make it slower.
tldr: its possible, but people don't really need negative tokens, its just extra work/slower
minGPT/projects/adder/adder.py
Line 118 in 37baab7
minGPT/projects/adder/adder.py
Line 89 in 37baab7
The text was updated successfully, but these errors were encountered: