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

question on verification beginning pos #52

Open
felixdae opened this issue Mar 18, 2024 · 1 comment
Open

question on verification beginning pos #52

felixdae opened this issue Mar 18, 2024 · 1 comment

Comments

@felixdae
Copy link

felixdae commented Mar 18, 2024

from this figure, we know green 1 is conditioned on blue 0, so it is the final true token. therefore since red 2 is conditioned on green 1 and blue 0, red 2 should also the correct token.

now we already have correct token on position 1 and 2, we should verify ngram start from 2. why we only verify ngram start from 0, isn't it a waste?

@Viol2000
Copy link
Collaborator

Only Blue 0 is the final true token.
orange/green/red tokens are tokens in a sliding window that will continuously generate new n-gram speculations.

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

2 participants