Shivanandroy / simpleT5

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

model.predict #25

Open saloyiana opened 2 years ago

saloyiana commented 2 years ago

I am trying to fine-tune mt5 using simpleT5 for the grammatical error correction task, and followed the exact steps that you explained. However, the model.predict returns strange results not related to the aimed task nor used dataset (not English language). Has anyone faced the same issue?

arldeng commented 2 years ago

I used simpleT5 to translate English into Chinese, but the model.predict returns empty result, I have no idea what happened .