ConvLab / ConvLab-3

Apache License 2.0
108 stars 31 forks source link

Question on T5 NLG #187

Open AtheerAlgherairy opened 10 months ago

AtheerAlgherairy commented 10 months ago

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?

Screen Shot 1445-07-10 at 11 47 57 AM

zqwerty commented 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.

AtheerAlgherairy commented 10 months ago

Thanks..

AtheerAlgherairy commented 9 months ago

Hi.. I used T5-base for NLG.. I got the following results..

Screen Shot 1445-08-08 at 2 02 15 PM

Screen Shot 1445-08-08 at 2 03 08 PM

However, I got 'err': 0.5966753105391215 . Any idea how to improve the "err"?

Training hyperparameters

The following hyperparameters were used during training:

Framework versions

zqwerty commented 8 months ago

Sorry for the late reply. Does "err" mean slot error rate? Maybe you could try some pre-training?