Fix invalid generation config
#8
by
dacorvo
HF staff
- opened
The latest transformers version rejects that configuration when trying to save the model. Since do_sample is False, neither temperature nor top_k should be set.
dacorvo
changed pull request status to
closed