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
what is the max input size that distilled model can handle? if the original model does not have a limit on the input size, does it also preserve by distillation?
The text was updated successfully, but these errors were encountered:
I'm assuming you are talking about sequence length. The sequence length of our models is unbounded. The default, however, is 512, and can be controlled by setting max_length when encoding. Set it None to always encode the full sequence.
what is the max input size that distilled model can handle? if the original model does not have a limit on the input size, does it also preserve by distillation?
The text was updated successfully, but these errors were encountered: