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
DistilBERT can only take 512 tokens which is not enough for most passages.
So... maybe using a summarizer to give context outside of the sentence with a mask token to improve results.
Huggingface has a DistilBART model that I could use, but that would only increase the (already considerable) runtime.
Maybe make it optional?
The text was updated successfully, but these errors were encountered:
DistilBERT can only take 512 tokens which is not enough for most passages.
So... maybe using a summarizer to give context outside of the sentence with a mask token to improve results.
Huggingface has a DistilBART model that I could use, but that would only increase the (already considerable) runtime.
Maybe make it optional?
The text was updated successfully, but these errors were encountered: