You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! According to the paper, it seems that we should use per_step_index with highest logit to do minimal editing distance. However, in the code, you directly used input_ids, which might be counterintuitive. Could you explain that?