0.11.0
✨ Highlights ✨
Transformer models are here!
BERT4Rec and SASRec are fully compatible with RecTools fit / recommend paradigm and require NO special data processing. We have proven top performance on public benchmarks. For details on models see Transformers Theory & Practice Tutorial.
Our transformer models are configurable, customizable, callback-friendly, checkpoints-included, logs-out-of-the-box, custom-validation-ready, multi-gpu-compatible! See Transformers Advanced Training Guide and Transformers Customization Guide
All updates
Added
SASRecModelandBERT4RecModel- models based on transformer architecture (#220)- Transfomers extended theory & practice tutorial, advanced training guide and customization guide (#220)
use_gpufor PureSVD (#229)from_paramsmethod for models andmodel_from_paramsfunction (#252)TorchRankerranker which calculates scores using torch. Supports GPU. #251Rankerranker protocol which unify rankers call. #251
Changed
ImplicitRankerrankmethod compatible withRankerprotocol.use_gpuandnum_threadsparams moved fromrankmethod to__init__. #251
New contributors
@nsundalov made their first contribution in #251