You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use_beam_search=True, I noticed that the best_of parameter is not specified in the model configs. However, according to the vLLM source code (0.5.0), best_of should be set when using beam search.
Questions:
Does alpaca_eval have a default setting for the best_of parameter?
Is there a default value for n when using beam search?
The text was updated successfully, but these errors were encountered:
When
use_beam_search=True
, I noticed that thebest_of
parameter is not specified in the model configs. However, according to the vLLM source code (0.5.0),best_of
should be set when using beam search.Questions:
best_of
parameter?n
when using beam search?The text was updated successfully, but these errors were encountered: