MobileTeleSystems / RecTools

RecTools - library to build Recommendation Systems easier and faster than ever before
Apache License 2.0
287 stars 37 forks source link

Bert4rec #197

Closed spirinamayya closed 1 week ago

spirinamayya commented 1 month ago

Added bert4rec model

blondered commented 3 weeks ago

Let's drop PreLNTransformerLayers from sasrec.py

blondered commented 3 weeks ago

To make common positional encoding let's drop multiplying on timeline_mask from it. For sasrec let's move it to SASRectransformerLayers, just before going to the layers

blondered commented 3 weeks ago

Let's add "TODO: init padding embedding with zeros" to weights initialization code