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
BUT, surprisingly model performs quite poorly as compared to the model trained on standalone TF-IDF vectors.
I saw the tutorial for PECOS XR-Linear . And I was trying to replicate the process carried out. Instead of AttnXML I want to introduce semantic capabilities via BGE model.
Can someone share some insights here, where I could be going wrong.. and how can I merge the tf-idf features with BGE embeddings.
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to replicate the XR-Linear with TFIDF and pre-trained embeddings from the BGE model.
I am concatenating the TFIDF features with BGE embeddings, horizontally as follows:
Model Training:
Prediction:
BUT, surprisingly model performs quite poorly as compared to the model trained on standalone TF-IDF vectors.
I saw the tutorial for PECOS XR-Linear . And I was trying to replicate the process carried out. Instead of AttnXML I want to introduce semantic capabilities via BGE model.
Can someone share some insights here, where I could be going wrong.. and how can I merge the tf-idf features with BGE embeddings.
Thanks
The text was updated successfully, but these errors were encountered: