-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SasRec tutorial #186
SasRec tutorial #186
Conversation
What does |
Let's process data exactly the same as in baselines tutorial, not changes in code or outputs |
The image of the model is too small, it's barely readable. Let's please make it more user friendly. |
Let's make the following structure of the tutorial (which is different from baselines tutorial because we have much more information for user):
|
Let's add table of contents. Here's an example: https://github.com/MobileTeleSystems/RecTools/blob/experimental/sasrec/examples/8_debiased_metrics.ipynb |
We will also show some basic Lightning functionality to this tutorial. And add custom blocks usage. But in the next PRs. I really liked your Preprocessing sections btw. Looks great |
Links: I think we should also rename SasRec to SASRec everywhere in the tutorial since it's more common. We will rename the class too at some point. As for model description, I like gSASRec paper description from Sasha Petrov here:
So we can say that SASRec is a transformer-based sequential model with unidirectional attention mechanism and "Shifted Sequence" training objective. |
Let's fix the image and we are merging |
afd0463
into
MobileTeleSystems:experimental/sasrec
Added sasrec tutorial