fixed generation_args in Sample inference code

#73
by dkleine - opened
  • fixed temperature for "do_sample": False (temperature=0.0 would require sampling, which is turned off with "do_sample": False. therefore better to use temperature=1.0 without sampling)
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment