This repository is the tutorial repository for MOTOR.
NOTE: This tutorial relies on packages that are only currently available in Python 3.11 and earlier.
This is designed for use with the motor-t-base model uploaded on HuggingFace: https://huggingface.co/StanfordShahLab/motor-t-base
https://github.com/som-shahlab/motor_tutorial/blob/main/MOTOR_Tutorial_Notebook.ipynb is our primary tutorial notebook, illustrating how to generate embeddings with MOTOR, and then train logistic regression models on top of those embeddings.