Open AtheerAlgherairy opened 10 months ago
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"?
The following hyperparameters were used during training:
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?