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
generate uses greedy search decoding by default so you don’t have to pass any parameters to enable it. This means the parameters num_beams is set to 1 and do_sample=False.
https://github.com/AMR-KELEG/DLAMA/blob/2d22d09121006a4210654bfd1a50d5a4bf6535f3/mlama/scripts/evaluate_bloom.py#L133C25-L133C33
Source: https://huggingface.co/docs/transformers/main/generation_strategies#greedy-search
The text was updated successfully, but these errors were encountered: