otter.py
This script executes the Otter model within a modal container.
The user can interact with the Otter model by asking the questions from openadapt/vision/questions.txt about the images in openadapt/vision/images.
There are two available checkpoints, 9B and MPT7B. To change which one is being used, modify the download_model function to use either BASE_MODEL_9B or BASE_MODEL_MPT7B. To run this script, make sure you have created a modal token by running the following:
Usage:
Note: Since this script is being run in a container with large model weights, the first time it is run, it will take a long time, but subsequent runs should be relatively fast.
Last updated