685 B
685 B
This project open sources some of the ML models used at Twitter.
Note these are released to be open about our recommendation system. However, these are not supported Twitter products and we are unable to provide support for the use of this code.
Currently these are:
-
The "For You" Heavy Ranker (projects/home/recap).
-
TwHIN embeddings (projects/twhin) https://arxiv.org/abs/2202.05387
This project can be run inside a python virtualenv. We have only tried this on Linux machines and because we use torchrec it works best with an Nvidia GPU. To setup run
./images/init_venv.sh
(Linux only).
The READMEs of each project contain instructions about how to run each project.