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
Sequential models to generate embeddings (MM supports this, T4Rec Doesn't)
ANN lookup Op vs TopK lookup in the Model (MM supports this for retrieval; needs to be generalized to all models, Sara has TopK layer for PyTorch which can be added to T4Rec)
Tasks:
Generation of Embeddings in Transformers4Rec Merlin Models PyTorch API
Output of the the model being fed into an ANN search
Output of the model being saved as a pre trained embedding and loaded into a later model using our pretrained embedding functionality in the dataloader.
Notes from our discussions on this topic:
We need to decide whether we should extend T4Rec to support these use cases (ADR)
Starting point: This spreadsheet provides an overview for multi-stage session-based recommendation use cases, requirements, support in existing libraries and tasks.
The text was updated successfully, but these errors were encountered:
karlhigley
changed the title
[RMP] Medium scale - Session based as a retrieval model in a multistage pipeline
[RMP] Using session-based models as query encoders (for downstream models or ANN search)
Apr 12, 2023
Prerequisites:
Tasks:
Transformers4RecMerlin Models PyTorch APIExamples
Notes from our discussions on this topic:
The text was updated successfully, but these errors were encountered: