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
Currrently Llama 3 /tokenize endpoint uses conservative byte-count estimation for a number of tokens.
See how tokenizer is defined in the Llama 3 repo for a reference.
Use the tokenizer from HF.
The text was updated successfully, but these errors were encountered:
Currrently Llama 3
/tokenize
endpoint uses conservative byte-count estimation for a number of tokens.See how tokenizer is defined in the Llama 3 repo for a reference.
Use the tokenizer from HF.
The text was updated successfully, but these errors were encountered: