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 regarding alpaca_eval sampling parameter #75

Open
lancerts opened this issue Nov 21, 2024 · 0 comments
Open

Question regarding alpaca_eval sampling parameter #75

lancerts opened this issue Nov 21, 2024 · 0 comments

Comments

@lancerts
Copy link

lancerts commented Nov 21, 2024

Although we have set temperature parameter in here, due to this

    if do_sample:
        sampling_params.use_beam_search = True
  1. Does it result in using beam_search of beam size 1 and ignoring the temperature parameter in vllm generation?
  2. In fact, alpaca_eval 0.6.2 with recent vllm does not work with do_sample = True, related issue here.
  3. However, we tested successfully with the old VLM version of 0.4.1 and confirmed that the temperature was neglected and that generation is always the same.
@lancerts lancerts changed the title Question regarding alpaca_eval evaluation sampling Question regarding alpaca_eval sampling parameter Nov 21, 2024
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