Skip to content

Don't disallow special tokens#23

Open
IsaacBreen wants to merge 1 commit intomirableio:mainfrom
IsaacBreen:main
Open

Don't disallow special tokens#23
IsaacBreen wants to merge 1 commit intomirableio:mainfrom
IsaacBreen:main

Conversation

@IsaacBreen
Copy link
Copy Markdown

This fixes a tiktoken-related error:

ValueError: Encountered text corresponding to disallowed special token '<|endoftext|>'.
If you want this text to be encoded as a special token, pass it to `allowed_special`, e.g. `allowed_special={'<|endoftext|>', ...}`.
If you want this text to be encoded as normal text, disable the check for this token by passing `disallowed_special=(enc.special_tokens_set - {'<|endoftext|>'})`.
To disable this check for all special tokens, pass `disallowed_special=()`.

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

Successfully merging this pull request may close these issues.

1 participant