Maximillian Chen
Results
2
issues of
Maximillian Chen
I believe there is a typo under docs/source/notes/introduction.rst on line 98. `model_inputs['num_feats'] = numerical_feat` should be `model_inputs['numerical_feats'] = numerical_feat` if we are not explicitly specifying the features in the forward...
*Issue #, if available:* *Description of changes:* Correcting the value of unmasked indices in the target tensor in mask_tokens(). Currently, line 348 is: labels[~masked_indices] = -1 But, the value of...