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
Let's try and get rid of these. Either via the config, or avoid needing them altogether.
I also feel like pad_logits should be inferrable via config.unpad_inputs and pad_logits_no_grad via config.unpad_no_grad.
I'm not sure what we should do with the sparse_prediction stuff.
Let's try and get rid of these. Either via the config, or avoid needing them altogether.
I also feel like pad_logits should be inferrable via config.unpad_inputs and pad_logits_no_grad via config.unpad_no_grad.
I'm not sure what we should do with the sparse_prediction stuff.
Let's try and get rid of these. Either via the
config
, or avoid needing them altogether.I also feel like
pad_logits
should be inferrable viaconfig.unpad_inputs
andpad_logits_no_grad
viaconfig.unpad_no_grad
.I'm not sure what we should do with the
sparse_prediction
stuff.Originally posted by @tomaarsen in huggingface/transformers#35158 (comment)
The text was updated successfully, but these errors were encountered: