Closed tessanix closed 2 years ago
@ydshieh, would you like to take a look at this issue?
Hi @tessanix, thank you for reporting. Could you provide a self-contained code snippet that could be run and reproduce the issue.
So far, dataset
is not defined, neither ds
. And model
is used (model.prepare_tf_dataset
) before it is created.
It would be really helpful to have a self-contained code snippet for debugging 🙏 . Thank you.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
I'm trying to fine-tune a DialoGPT model on a new dataset. I already processed my data correctly and adding a new padding token in the tokenizer didn't seem to make any issue :
The ouputs so far seem pretty clean for me. But when I try to make a prediction with my model or train it I have nan values as output :