Shivanandroy / simpleT5

simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.
MIT License
382 stars 61 forks source link

`do_sample` does nothing #49

Open mgh1 opened 1 year ago

mgh1 commented 1 year ago

In the predict function there is a do_sample argument. It apparently does nothing because it is not used at all in the function.