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
Can I provide training data not labelled or in pairs/ triplets? What would be the recommended way to freeze the pretrained backbone and only train the linear projection + k-means sections?
Is there a way to decouple the initial trained backbone embedding from this? I.e. can I embed my unsupervised training corpus up front with my backbone model and then use those embeddings as my training set, instead of raw "text" input?
a. use case is to test many configurations of the downstream projection layer + k means indexing, with the aim of reducing the encoding GPU costs
PS. big fan of this + colbert work in general!
The text was updated successfully, but these errors were encountered:
Use case:
Question:
a. use case is to test many configurations of the downstream projection layer + k means indexing, with the aim of reducing the encoding GPU costs
PS. big fan of this + colbert work in general!
The text was updated successfully, but these errors were encountered: