### Tasks
- [ ] Add a draft title or issue reference here
Customers need a way to load embeddings that have been pretrained or trained from separate models into the model.
See #471
Enable dataloading of separate embedding tables without having to add these embeddings into the interaction data during training. For serving those embeddings need to be provided in the request to the model. The feature must be ueseable in production setting
Supporting pre-trained vector embeddings as features would provide baseline support for multi-modal use cases that rely on outside models to generate image/text embeddings.
These features under T4R will not be in scope for this RMP ticket. The development will happen in Models.
PR implementing pre-trained support in T4Rec: NVIDIA-Merlin/Transformers4Rec#690
Problem:
Customers need a way to load embeddings that have been pretrained or trained from separate models into the model.
See #471
Goal:
Enable dataloading of separate embedding tables without having to add these embeddings into the interaction data during training. For serving those embeddings need to be provided in the request to the model. The feature must be ueseable in production setting
Constraints:
Supporting pre-trained vector embeddings as features would provide baseline support for multi-modal use cases that rely on outside models to generate image/text embeddings.
NVTabular
Is this part of this RMP ticket?
Core
Dataloader
Transformers4Rec
These features under T4R will not be in scope for this RMP ticket. The development will happen in Models.
PR implementing pre-trained support in T4Rec: NVIDIA-Merlin/Transformers4Rec#690
Related PR: NVIDIA-Merlin/Transformers4Rec#690
Models (TF API)
PR #1083 implementing pre-trained support in MM
BroadcastFeaturessupport expanding 2D pre-trained embeddings (contextual features) to concat with 3D sequence features models#1073Merlin Systems
Examples
Documentation