Closed richardbaihe closed 2 years ago
Hi There,
In the t0/model.py's DecoderModel class, I noticed that there are padding tokens between the input_ids and labels. It seems padding tokens are used when predicting the labels. Is this an issue?
fixed with #32 thanks to @thomasw21
Hi There,
In the t0/model.py's DecoderModel class, I noticed that there are padding tokens between the input_ids and labels. It seems padding tokens are used when predicting the labels. Is this an issue?