models
models copied to clipboard
Merlin Models is a collection of deep learning recommender system model reference implementations
### Description Create an example notebook on how to use Multi-Task Learning (MTL) with Merlin Models. **Additional context** - Models currently provides support to MMoE and PLE blocks, which creates...
Model Parallel Support - [ ] ~Evaluation of HugeCTR, TorchRec, Distributed Embeddings, TFRA, PersiaML for inclusion in Merlin~ - [ ] Distributed embedding table support in merlin-models (SOK Plugin, Distributed...
### Description I want to propose an example, how to debug merlin model architectures and functionality. Content could be (not limited to it): - viewing model.layers, explaining the structure -...
# 🚀 Feature request We should be able to jointly encode multiple columns (e.g., purchased_id, item_id) and let them share the same embedding tables during model training, both for ranking...
### Bug description The negative sampling for ranking gives AUC 0.00 value and binary classification acc 0.999 when we add `sampling` layer to the `mm.Model()` class. ### Steps/Code to reproduce...
Part of #669 Relates to https://github.com/NVIDIA-Merlin/Merlin/issues/545 ### Background Based on the discussions around having a common API across the backend framework implementations. We would like to make this concrete with...
Relates to: https://github.com/NVIDIA-Merlin/Merlin/issues/545 # 🚀 Feature request Provide a consistent `.save` interface for all models. This `.save` method should save the model artifact along with the schema to a directory...
Currently there are dozens of tests using `InputBlock`. This task is about creating copies of those tests and replacing `InputBlock` by `InputBlockV2`, which over time will be the de-facto solution...
Fixes #676 and #677 ### Goals :soccer: - Improve consistency and clarity of models API. - adding protocol to document expected methods on a Model. - Enable use of Merlin...