-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on T5 NLG #187
Comments
Yes, the default metric is loss. According to some NLG studies/practices, continually training the model after achieving the lowest validation loss can still improve metrics like BLEU. |
Thanks.. |
Hi.. I used T5-base for NLG.. I got the following results.. However, I got 'err': 0.5966753105391215 . Any idea how to improve the "err"? Training hyperparametersThe following hyperparameters were used during training:
Framework versions
|
Sorry for the late reply. Does "err" mean slot error rate? Maybe you could try some pre-training? |
I have a question regarding the training loss for T5 NLG. If we do not set 'metric_for_best_model' to 'bleu,' as shown in the picture below, is it automatically set to 'loss'? What is the best practice for training T5 NLG?
The text was updated successfully, but these errors were encountered: