You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added example scripts and notebooks on how to use the library in the context of recommendation systems using this notebook as example. This is a response to issue #133
Used the opportunity to add the movielens 100k dataset to the library, so that now it can be imported from the datasets module
Added a simple (not pre-trained) transformer model to to the text component
Added citation file
Fix a bug regarding the padding index not being 1 when using the fastai transforms