Open miguelmartin75 opened 2 years ago
Thanks @miguelmartin75 for this PR.
Two comments:
choices
for --predictor
flag in options.py
? Since we're adding addition predictors, would be nice to restrict that set.st
and sentence_transformer
(or even sent_transformer
), I prefer the latter for readability. Thoughts?
Caveat: since SentenceTransformer reduces the input features from
[B, T]
->[B, 768]
, I don't pass the token embeddings to the sharedfeature_encoder