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
Currently, txtai has mean pooling built in. Other pooling options require using the sentence-transformers library. This issue will add cls pooling to txtai like mean pooling.
Ensure concepts mentioned in #535 and #536 are properly handled.
The text was updated successfully, but these errors were encountered:
This fix also added support for CLS pooling to ONNX exports. But adding int32 conversions is not a part of it given that HF Tokenizers return int64 arrays.
Currently, txtai has mean pooling built in. Other pooling options require using the
sentence-transformers
library. This issue will add cls pooling to txtai like mean pooling.Ensure concepts mentioned in #535 and #536 are properly handled.
The text was updated successfully, but these errors were encountered: