Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to tokenize after " 私" for Meta-Llama-3-8B #32

Open
davidquarel opened this issue Jan 21, 2025 · 0 comments
Open

Failure to tokenize after " 私" for Meta-Llama-3-8B #32

davidquarel opened this issue Jan 21, 2025 · 0 comments

Comments

@davidquarel
Copy link

For any tokens following the result fails to be tokenized using the tokenizer meta-llama/Meta-LLama-3-8B.

Image

Image

This doesn't match the behaviour of the huggingface tokenizer

Image

>>> tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-8B")
>>> tokenizer(" 私 hello world", add_special_tokens=False).input_ids`
[76771, 223, 24748, 1917]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant