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
After reading the vectorizer.py, I found that the models do all the computation but we only take the output from a middle(hidden) layer in T5Model and DPRModel. Is there a way to prevent the models from doing all the work after the hidden layer?
The text was updated successfully, but these errors were encountered:
After reading the vectorizer.py, I found that the models do all the computation but we only take the output from a middle(hidden) layer in T5Model and DPRModel. Is there a way to prevent the models from doing all the work after the hidden layer?
The text was updated successfully, but these errors were encountered: