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
Model options like temperature and seed are ignored when do_sample=False which is the default for most (if not all) models. Setting temperature will give you a warning from the huggingface library but setting seed will not.
Model options like temperature and seed are ignored when
do_sample=Falsewhich is the default for most (if not all) models. Setting temperature will give you a warning from the huggingface library but setting seed will not.