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

Solve for the reproducibility problem #2

Open
Praful932 opened this issue Jun 8, 2024 · 0 comments
Open

Solve for the reproducibility problem #2

Praful932 opened this issue Jun 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Praful932
Copy link
Owner

Would enable running llmsearch for lightning fast frameworks like exllamav2 , vllm

  • The problem with finding good generation parameters for these frameworks is you don’t get the same result twice, due to how the frameworks are implemented. A function that decides in llmsearch which set of generation parameters should be built with determinism in mind. Some ways of solving this would be - letting the framework run a dataset multiple times through it and use mean & standard deviation to judge which set of generation parameters are better. One other aspect that can be thought of is choosing a different set of generation parameters over the current on only when there is significant delta between the two scores.
  • There could be other ways that would need to be researched about but the main outcome that solving this issue would drive is, having a better way of performing llmsearch on these fast frameworks.
@Praful932 Praful932 added the enhancement New feature or request label Jun 8, 2024
@Praful932 Praful932 self-assigned this Jun 8, 2024
@Praful932 Praful932 modified the milestone: v1.0.0 Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant