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
SASRecModel
andBERT4RecModel
- models based on transformer architecture (#220)- Transfomers extended theory & practice tutorial, advanced training guide and customization guide (#220)
use_gpu
for PureSVD (#229)from_params
method for models andmodel_from_params
function (#252)TorchRanker
ranker which calculates scores using torch. Supports GPU. #251Ranker
ranker protocol which unify rankers call. #251
Changed
ImplicitRanker
rank
method compatible withRanker
protocol.use_gpu
andnum_threads
params moved fromrank
method to__init__
. #251
New contributors
@nsundalov made their first contribution in #251