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

Questions about DynamicNTK #53

Open
wutong4012 opened this issue Mar 14, 2024 · 0 comments
Open

Questions about DynamicNTK #53

wutong4012 opened this issue Mar 14, 2024 · 0 comments

Comments

@wutong4012
Copy link

wutong4012 commented Mar 14, 2024

(self.scaling_factor * seq_len / self.max_position_embeddings) - (self.scaling_factor - 1)

Please tell me here, if I want to expand from 2K to 16K, then the factor multiplied by the base here is
$(8 * 16K / 2K) - (8 - 1) = 57$,
Is this multiple reasonable? Are there some problems here?
Please correct me if I'm wrong.

@bloc97

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